
section.sec01 {
    width: 100%;
    height: 100vh;
    background-image: url(../img/assets/bg-sec01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.sec01 .inner {
    display: flex;
    height: 100%;
    align-items: center;
}

section.sec01 .top span {
    display: inline-block;
    font-size: 20px;
    line-height: 50px;
    color: #FFFFFF;
    border-radius: 50px;
    background-color: #45B7B7;
    padding: 0 30px;
}

section.sec01 .top em {
    display: block;
    font-family: 'BMYEONSUNG';
    font-size: 120px;
    line-height: 130px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20vh;
}

section.sec01 .top em i {
    color: #45B7B7;
}

section.sec01 .top p {
    font-size: 24px;
    line-height: 40px;
    color: #E1E1E1;
}

section.sec01 .top p.highlight {
    font-size: 28px;
    line-height: 30px;
    color: #45B7B7;
    margin-top: 30px;
    font-weight: bold;
}

section.sec02 {
    width: 100%;
    height: 100vh;
    background-image: url(../img/assets/bg-sec02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.sec02 .inner {
    display: flex;
    height: 100%;
    align-items: center;
}

section.sec03 {
    width: 100%;
    height: 100vh;
    background-image: url(../img/assets/bg-sec03.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.sec03 .inner {
    display: flex;
    height: 100%;
    align-items: center;
}

section.sec04 {
    width: 100%;
    height: 100vh;
    background-image: url(../img/assets/bg-sec04.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.sec04 .inner {
    display: flex;
    height: 100%;
    align-items: center;
}

section.sec05 {
    width: 100%;
    padding: 100px 0;
    background-image: url(../img/assets/bg-sec05.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.sec05 .inner {
    text-align: center;
}

section.sec05 h2 {
    font-size: 80px;
    line-height: 80px;
    color: #FFFFFF;
    font-weight: 900;
    margin-bottom: 50px;
}

section.sec05 h2 br {
    display: none;
}

section.sec05 img {
    max-width: 100%;
}

section.sec05 p {
    font-size: 28px;
    line-height: 44px;
    color: #FFFFFF;
    margin-top: 50px;
}

section.sec06 {
    padding: 190px 0;
    background-image: url(../img/assets/bg-sec06.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.sec06 .inner {
    text-align: center;
}

section.sec06 p {
    font-size: 28px;
    line-height: 44px;
    color: #D5D5D5;
}

section.sec06 p b {
    color: #fff;
    font-weight: bold;
}

section.sec06 p i {
    color: #45B7B7;
    font-weight: 900;
}

section.sec07 {
    padding: 80px 0 100px;
    background-image: url(../img/assets/bg-sec07.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #D1FFFA;
    text-align: center;
}

section.sec07 em {
    font-family: 'YanoljaYacheR';
    font-size: 80px;
    line-height: 92px;
    color: #000000;
}

section.sec07 em i {
    color: #45B7B7;
}

section.sec07 .slider_wrapper {
    margin-top: 50px;
}

section.sec07 .slider_wrapper .sms_list {
    position: relative;
    padding-bottom: 14px;
}

section.sec07 .slider_wrapper .sms_list::before {
    content: "";
    display: block;
    width: 621px;
    height: 760px;
    background-image: url(../img/assets/img-mobile.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

section.sec07 .slider_wrapper .sms_list {
    width: 100%;
    height: 760px;
    padding-top: 76px;
}

section.sec07 .slider_wrapper .sms_list .sms_wrap > div {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    display: flex;
}

section.sec07 .slider_wrapper .sms_list .sms_wrap > div + div {
    margin-top: -20px;
}

section.sec07 .slider_wrapper .sms_list .sms_wrap > div.algn_left {
    justify-content: flex-start;
}

section.sec07 .slider_wrapper .sms_list .sms_wrap > div.algn_right {
    justify-content: flex-end;
}

section.sec07 .slider_wrapper .sms_list .sms_wrap > div > div {
    width: 400px;
    height: 130px;
    background-color: #45B7B7;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    transition: All 0.4s ease-in-out;
}

section.sec07 .slider_wrapper .sms_list .sms_wrap > div:nth-child(1) > div {
    transition-delay: 0.5s;
}

section.sec07 .slider_wrapper .sms_list .sms_wrap > div:nth-child(2) > div {
    transition-delay: 0.6s;
}

section.sec07 .slider_wrapper .sms_list .sms_wrap > div:nth-child(3) > div {
    transition-delay: 0.7s;
}

section.sec07 .slider_wrapper .sms_list .sms_wrap > div:nth-child(4) > div {
    transition-delay: 0.8s;
}

section.sec07 .slider_wrapper .sms_list .sms_wrap > div:nth-child(5) > div {
    transition-delay: 0.9s;
}

section.sec07 .slider_wrapper.aos-animate .sms_list .sms_wrap > div > div {
    transform: translateY(0);
    opacity: 1;
}

section.sec07 .slider_wrapper .sms_list .sms_wrap > div > div p {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

section.sec07 .slider_wrapper .sms_list .sms_wrap > div > div::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
}

section.sec07 .slider_wrapper .sms_list .sms_wrap > div.algn_right > div::after {
    left: 40px;
    border-left: 19px solid #45B7B7;
    border-top: 14px solid #45B7B7;
    border-right: 19px solid transparent;
    border-bottom: 14px solid transparent;
}

section.sec07 .slider_wrapper .sms_list .sms_wrap > div.algn_left > div::after {
    right: 40px;
    border-left: 19px solid transparent;
    border-top: 14px solid #45B7B7;
    border-right: 19px solid #45B7B7;
    border-bottom: 14px solid transparent;
}

section.sec07 .slider_wrapper .sms_slider .nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 5;
}

section.sec07 .slider_wrapper .sms_slider .nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 87px;
    height: 87px;
    border-radius: 50%;
    background-color: #45B7B7;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

section.sec07 .slider_wrapper .sms_slider .nav button.nav_prev {
    left: 90px;
    background-image: url(../img/assets/ico-circle-prev.svg);
}

section.sec07 .slider_wrapper .sms_slider .nav button.nav_next {
    right: 90px;
    background-image: url(../img/assets/ico-circle-next.svg);
}

.sms_slider_m {
    display: none;
}

section.sec07 .under_shadow {
    width: 100%;
    max-width: 1245px;
    height: 30px;
    position: absolute;
    overflow: hidden;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

section.sec07 .under_shadow::after {
    content: "";
    display: block;
    width: 100%;
    height: 14px;
    box-shadow: 0 -5px 8px rgba(0,0,0,0.15);
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.2);
}

section.sec07 .btn_wrap {
    margin-top: 50px;
}

section.sec08 {
    overflow: hidden;
    position: relative;
}

section.sec08 .prlx_wrap {
    white-space: nowrap;
    width: 100%;
    height: 385px;
}

section.sec08 .prlx_wrap img {
    position: absolute;
    top: 0;
    height: 385px;
    transition: All .6s ease-out;
    -webkit-transition: All .6s ease-out;
    -moz-transition: All .6s ease-out;
    -o-transition: All .6s ease-out
}

section.sec09 {
    padding: 110px 0 100px;
    background-image: url(../img/assets/bg-sec09.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #EBFCFC;
}

section.sec09 h2 {
    font-size: 80px;
    line-height: 92px;
    color: #000000;
    font-weight: 900;
    text-align: center;
    display: block;
    margin-bottom: 50px;
}

section.sec09 h2 b {
    color: #45B7B7;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-weight: 900;
}

section.sec09 h2 b::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #45B7B7;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    margin-left: -5px;
}

section.sec09 .reward_list ul {
    font-size: 0;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
}

section.sec09 .reward_list ul li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: calc((100% - 40px) / 2 - 0.1px);
}

section.sec09 .reward_list ul li + li {
    margin-left: 40px;
}

section.sec09 .reward_list ul li img {
    width: 100%;
    border-radius: 15px 15px 0 0;
}

section.sec09 .reward_list ul li .info {
    padding: 40px 40px 83px;
    position: relative;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
}

section.sec09 .reward_list ul li .info em {
    font-size: 28px;
    line-height: 39px;
    color: #242121;
    font-weight: bold;
    display: block;
}

section.sec09 .reward_list ul li .info em i {
    color: #45B7B7;
    font-weight: 900;
}

section.sec09 .reward_list ul li .info em::after {
    content: "";
    display: block;
    width: 24px;
    height: 4px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 26px;
    background-color: #45B7B7;
}

section.sec09 .reward_list ul li .info p {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

section.sec09 .reward_list ul li .info p i {
    color: #45B7B7;
    font-weight: 900;
}

section.sec09 .reward_list ul li .info span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #444444;
    line-height: 22px;
}

section.sec09 .reward_list ul li .btn_wrap {
    margin-top: 50px;
}

section.sec09 .reward_list ul li .btn_wrap .btn_g {
    width: 100%;
    max-width: 418px;
    height: 77px;
    line-height: 77px;
}

section.sec10 .inner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
}

section.sec10 .block {
    display: flex;
}

section.sec10 .block > div {
    flex: 1;
}

section.sec10 .block > div.col_img > div {
    width: 100%;
    padding-top: 76.0416%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.sec10 .block > div.col_text {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.sec10 .block > div.col_text em {
    font-size: 80px;
    line-height: 80px;
    color: #45B7B7;
    font-weight: 900;
    display: block;
}

section.sec10 .block > div.col_text em::after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background-color: #45B7B7;
    margin: 50px 0;
}

section.sec10 .block > div.col_text p {
    font-size: 24px;
    line-height: 40px;
    color: #000000;
}

section.sec10 .block > div.col_text p + p {
    margin-top: 30px;
}

section.sec10 .block > div.col_text p i {
    color: #45B7B7;
    font-weight: 900;
}

section.sec10 .block > div.col_text span {
    display: block;
    font-size: 20px;
    line-height: 40px;
    color: #444;
}

section.sec10 .block > div.col_text b {
    display: block;
    margin-top: 100px;
    font-size: 28px;
    line-height: 28px;
    color: #000;
    font-weight: 900;
    margin-bottom: 30px;
}

section.sec11 {
    background-image: url(../img/assets/bg-sec11.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 67px 0;
}

section.sec11 .sms_info_wrap {
    width: 100%;
    max-width: 824px;
    padding: 130px 80px 100px;
    background-color: rgba(255,255,255,0.85);
    border-radius: 20px;
}

section.sec11 .sms_info_wrap .top span {
    display: block;
    font-size: 28px;
    line-height: 39px;
    color: #242121;
    font-weight: 900;
}

section.sec11 .sms_info_wrap .top em {
    font-size: 60px;
    line-height: 60px;
    color: #45B7B7;
    font-family: 'YanoljaYacheR';
}

section.sec11 .sms_info_wrap .top p {
    font-size: 34px;
    line-height: 54px;
    color: #242121;
    margin-top: 50px;
}

section.sec11 .sms_info_wrap .top p b {
    font-weight: 900;
}

section.sec11 .sms_info_wrap .bottom {
    margin-top: 130px;
}

section.sec11 .sms_info_wrap .bottom p {
    margin-bottom: 20px;
}

section.sec11 .sms_info_wrap .bottom p::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 53px;
    height: 53px;
    background-image: url(../img/assets/ico-mail.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 20px;
}

section.sec11 .sms_info_wrap .bottom p i {
    font-size: 48px;
    line-height: 53px;
    color: #45B7B7;
    font-weight: 900;
    border-bottom: 2px solid #45B7B7;
}

section.sec11 .sms_info_wrap .bottom span {
    font-size: 20px;
    line-height: 30px;
    color: #444444;
}

section.sec11 .sms_info_wrap .btn_wrap {
    margin-top: 50px;
}

section.sec11 .sms_info_wrap .btn_wrap .btn_g {
    background-color: #45B7B7;
}

section.sec12 {
    background-color: #ECFFFF;
    padding: 100px 0;
}

section.sec12 em {
    display: block;
    font-size: 40px;
    line-height: 58px;
    color: #444444;
    text-align: center;
    margin-bottom: 70px;
}

section.sec12 em i {
    font-weight: 900;
    color: #45B7B7;
}

section.sec12 .sup_list {
    font-size: 0;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

section.sec12 .sup_list li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 260px) / 3 - 0.1px);
}

section.sec12 .sup_list li + li {
    margin-left: 130px;
}

section.sec12 .sup_list li .thumb {
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

section.sec12 .sup_list li p {
    font-size: 28px;
    color: #444444;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}

section.sec13 {
    background-image: url(../img/assets/bg-sec13.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FDFDFD;
    padding: 85px 0 65px;
}

section.sec13 .inner {
    max-width: 1350px;
    display: flex;
    align-items: center;
}

section.sec13 .inner .thumb {
    flex: 530px 0 0;
}

section.sec13 .inner .thumb > div {
    width: 100%;
    padding-top: 73.6625%;
    background-image: url(../img/assets/img-pic.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

section.sec13 .inner p {
    flex: 1;
    margin-left: 50px;
    font-size: 24px;
    line-height: 40px;
    color: #444444;
    word-break: keep-all;
}

section.sec13 .inner p i {
    font-weight: 900;
    color: #45B7B7;
}

section.footer {
    background-color: #45B7B7;
    padding: 70px 0;
}

section.footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.footer .inner p {
    padding-left: 80px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}

section.footer .inner .logo {
    width: 434px;
    height: 63px;
    background-image: url(../img/assets/logo-holt.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.float_btn_wrap {
    position: fixed;
    bottom: 100px;
    right: 56px;
    z-index: 100;
}

.float_btn_wrap .float_item {
    display: flex;
    border: none;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 190px;
    border-radius: 20px;
    text-align: center;
    position: relative;
}

.float_btn_wrap .float_item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #45B7B7;
    border-radius: 20px;
    transition: All .2s ease-out;
    -webkit-transition: All .2s ease-out;
    -moz-transition: All .2s ease-out;
    -o-transition: All .2s ease-out
}

.float_btn_wrap .float_item + .float_item {
    margin-top: 20px;
}

.float_btn_wrap .float_item + .float_item::before {
    background-color: #076464;
}

.float_btn_wrap .float_item:hover::before {
    opacity: 0;
}


.float_btn_wrap .float_item > div {
    position: relative;
    z-index: 1;
}

.float_btn_wrap .float_item span {
    font-size: 16px;
    color: #FFFFFF;
}

.float_btn_wrap .float_item i {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 1px;
    background-color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 20px;
}

.float_btn_wrap .float_item p {
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: bold;
}

.float_counter {
    position: fixed;
    top: 100px;
    right: 30px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #45B7B7;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.float_counter i {
    display: block;
    margin: 0 auto;
    width: 37px;
    height: 27px;
    background-image: url(../img/assets/ico-card.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.float_counter span {
    display: block;
    font-size: 20px;
    color: #FFFFFF;
    margin: 10px 0;
    text-align: center;
}

.float_counter p {
    text-align: center;
    font-size: 28px;
    color: #FFFFFF;
    font-weight: 900;
}

.float_counter p b {
    font-weight: 900;
}