﻿
/*---------------------------------------------------------------------------------
                                   공통요소
---------------------------------------------------------------------------------*/

input {
    border-radius: 0px;
    background: transparent;
}



/*text font size*/

.lg_title {
    word-break: break-all;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.4;
}

.lg_title_b {
    word-break: break-all;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.4;
}

.m_title {
    word-break: break-all;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.7;
}

.m_title_b {
    word-break: break-all;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.7;
}

.text {
    word-break: break-all;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: -0.00em;
    line-height: 1.7;
}

.text_b {
    word-break: break-all;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.7;
}

.subtext_2 {
    word-break: break-all;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.7;
}

.subtext {
    word-break: break-all;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.7;
}

.subtext_b {
    word-break: break-all;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.7;
}

.infoText_2 {
    word-break: break-all;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.7;
}

.infoText {
    word-break: break-all;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
}

.infoText_b {
    word-break: break-all;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7;
}
/*---------------------------------------------------------------------------------
                                   Member_Intro.aspx
---------------------------------------------------------------------------------*/

.wrap {
    width: 100%;
    height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/

.bg_wrap {
    width: 100%;
    height: 100%;
    background: url(/Images/app/bg1.png) 0 0 no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.logo_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 50%;
    display: block;
}

.logo_box img:first-child {
    width: 50%;
    display: block;
}

.logo_box img:nth-child(2) {
    width: 35%;
    margin-top: 5%;
    display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10% !important;
    left: 0;
    width: 100%;
}

.bg_wrap2 {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}


.title_box {

}

.img_box img {
    width: 100%;
}

.title_box2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title_box2 .logo {
    width: 50%;
    display: block;
    padding: 6px 0 6px 0;
}

.bg_wrap3 {
    width: 100%;
    height: 100%;
    background: url(/Images/app/bg1.png) 0 0 no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
}


.join_container{
    width: 100%;
    height: 100%;
}

.join_container .logo_box img {
    width: 50%;
}

.text_box {
    width: 80%;
}

.custom_input {
    border-bottom: 1px solid #d2d5de;
    padding: 1rem;
}

.input_box {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}

.btn_box {
    width: 80%;
}

.btn_confirm, .btn_pass{
    width: 100%;
    display: block;
    background-color: #ffa800;
    color: #ffffff;
    text-align: center;
    padding: 1.6rem 0rem;
}

.btn_confirm{
    background-color: #ffa800;
    color: #ffffff;
}

.btn_confirm:hover, .btn_confirm:focus, .btn_confirm:active {
    background-color: #ffa800;
    color: #ffffff;
}


.btn_pass {
    background-color: #d2d5de;
    color: #787878;
}

.btn_pass:hover, .btn_pass:active, .btn_pass:focus {
    color: #787878;
}

.join_container.sec .input_box input {
    width: 100%;
    box-sizing: border-box;
}

.join_container.sec .text_box .text_b span {
    display: block;
    font-size: 14px;
    font-weight: 300;
}


.bg_wrap4 {
    width: 100%;
    height: 100%;
    background: url(/Images/app/bg4.png) 0 -30px no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 11rem;
}

.bg_wrap4 .custom_input2 {
    border-bottom: 1px solid #d2d5de;
    padding: 1rem;
    background-color: inherit;
    width: 100%;
    box-sizing: border-box;
}

.bg_wrap4 .text_box {
    width: 90%;
    margin-bottom: 3.5rem;
}

.bg_wrap4 .chiller_cb label {
    padding-left: 3rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    height: 3rem;
    line-height: 3rem;
    color: #6a6a6a;
}

.login_box {
    width: 90%;
}

.login_box::after {
    clear: both;
    display: block;
    content: '';
}

.login_box a:first-child {
    display: block;
    float: left;
}

.login_box a:last-child {
    display: block;
    float: right;
    color: #ee8100;
}

.bg_wrap5 {
    width: 100%;
    height: 100%;
    background: url(/Images/app/bg5.png) 0 -70px no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
}

.subtext_box {
    text-align: center;
}

.subtext_box img {
    width: 30px;
    margin-bottom: 0.5rem;
}

.check_wrap {
    width: 90%;
    margin-bottom: 4rem;
}

.bg_wrap5 .chiller_cb label {
    padding-left: 3.5rem;
}

.check_wrap ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.see_all {
    box-sizing: border-box;
    background-color: #828282;
    padding: 0.5rem 1rem;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1;
}

.border {
    width: 100%;
    height: 2px;
    background: #d9d9d9;
    margin: 2.5rem 0;
}

.info_box {
    width: 90%;
}

.info_box .input_box2 {
    width: 100%;
    border-bottom: 2px solid #d9d9d9;
    height: 4.5rem;
    line-height: 4.5rem;
}

.info_box .input_box2::after {
    clear: both;
    content: '';
    display: block;
}

.info_box .input_box2 p {
    float: left;
    width: 30%;
}

.info_box .input_box2 input {
    float: left;
    width: 70%;
    height: 100%;
}

.select {
    width: 100%;
    margin-top: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.select input[type=radio] {
    display: none;
}

.select input[type=radio] + label {
    cursor: pointer;
    width: 48%;
    text-align: center;
    padding: 1rem 0;
}

.select input[type=radio] + label {
    background-color: #cad2dd;
    color: #fff;
}

.select input[type=radio]:checked + label {
    background-color: #ffa800;
    color: #fff;
}

.info_box .input_box2.second p {
    width: 30%;
}

.info_box .input_box2.second input {
    width: 50%;
}

.info_box .input_box2.second span {
    width: 20%;
    float: left;
    text-align: right;
}

.info_box .input_box2.third input {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
}





.see_all {
    box-sizing: border-box;
    background-color: #828282;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1;
}



.layout_popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}


.layout_popup.is_visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.layout_popup_container {
    position: relative;
    width: 90%;
    height: 90%;
    margin: 0;
    left: 5%;
    top: 5%;
    /*transform: translate(-50%, -50%);*/
    overflow: hidden;
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.layout_popup_container.common {
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.layout_popup_container.common .onetitle {
    text-align: center;
}

.layout_popup_container .cont {
    margin: 3rem 0rem 0rem;
    height: calc(100% - 60px - 3rem);
    overflow-y: auto;
    padding: 0rem 1.5rem;
}

.layout_popup_container .lp_buttons:after {
    content: "";
    display: table;
    clear: both;
}

.layout_popup_container .lp_buttons li {
    float: left;
    width: 100%;
    list-style: none;
}

.layout_popup_container .lp_buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    color: #ffffff;
    text-align: center;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

/*.layout_popup_container .lp_buttons li:first-child a {
    background: #fc7169;
    border-radius: 0 0 0 .25em;
}*/

.layout_popup_container .lp_buttons li:last-child a {
    background: #b6bece;
    border-radius: 0 0 1rem 1rem;
}


.layout_popup_container .lp_close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}

.layout_popup_container .lp_close::before, .layout_popup_container .lp_close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}

.layout_popup_container .lp_close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.layout_popup_container .lp_close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.is_visible .layout_popup_container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.layout_popup_container .radio_button_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.layout_popup_container .radio_button_wrap:last-child {
    margin-bottom: 0rem;
}

.layout_popup_container .radio_button_wrap span {
    display: inline-block;
    width: 8rem;
}

/*---------------------------------------------------------------------------------
                                   공통 CSS 요소 
---------------------------------------------------------------------------------*/
.bg_wrap5 .logo_box {
    margin-bottom: 7rem;
}

.bg_wrap4 .logo_box, .bg_wrap5 .subtext_box {
    margin-bottom: 10rem;
}

.bg_wrap3 .logo_box {
    margin-bottom: 6rem;
}

.bg_wrap3 .text, .text_box, .info_box {
    margin-bottom: 4rem;
}

.title_box2 .logo, .title_box2 .m_title_b {
    margin-bottom: 2rem;
}

.bg_wrap5 .check_wrap ul li {
    margin-bottom: 1.5rem;
}


.title_box .m_title_b, .title_box2 .text, .btn_box .btn_confirm, .bg_wrap5 .m_title_b, .select {
    margin-bottom: 1rem;
}

.title_box2 .text.second, .bg_wrap4 .subtext_b{
    margin-bottom: 0.5rem;
}

{
     margin-bottom: 0;
}

.title_box2 .text.third, .m_title_b.second {
    line-height: 22px;
}

.btn_box {
    padding: 0 2rem;
    box-sizing: border-box;
    width: 100%;
}

:root {
    --swiper-theme-color: #ffb900 !important;
}



.title_box2 .text {
    color: #766b60;
}

.m_title_b, .bg_wrap3 text {
    color: #111111;
}

.title_box2 img {
    width: 100%;
}

.fa_btn_bg {
    display: block;
    text-align: center;
    box-sizing: border-box;
    /*border-radius: 1rem;*/
    padding: 1.6rem 0rem;
    background-color: #fec019;
    color: #ffffff;
    z-index: 20;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
}

.warning {
    color: #ff0000;
    text-align: center;
}

.finish_icon {
    width: 25px;
}

.txt_center {
    text-align: center;
}


