/*
 * reg
 */
.modal-backdrop.in {
    opacity: .6;
    filter: alpha(opacity=60);
}
.reg-pop-modal-body {
    padding: 0;
}
.reg-txt-1 {
    color: black;
    text-align: center;
    line-height: 1.9;
}
.reg-txt-2 {
    line-height: 1.9;
    text-align: center;
}
.reg-txt-1 font, .reg-txt-2 font {
    color: #f20c00;
}
.btm-reg-txt-3 {
    color: black;
    margin: 0;
}
.btm-reg-txt-3 font {
    color: #f20c00;
}
.reg-pop-right-btn {
    background: #f20c00;
    border-color: #f20c00;
    color: #fff;
}
.reg-pop-right-btn:active:hover,
.reg-pop-right-btn:hover, 
.reg-pop-right-btn:focus, 
.reg-pop-right-btn:active, 
.reg-pop-right-btn.active {
    background: #f20c00;
    border-color: #f20c00;
    color: #fff;
}
#privacy-txt {
   color: #719730;
}
#privacy-txt:hover {
    cursor: pointer;
    color: #719730;
}
/*Ò³ÄÚreg*/
#left-pic-video {
    height: 400px;
    background-size: cover;
    padding: 0px;
}
#right-reg {
    padding-left: 0px;
    padding-right: 0px;
}
.right-reg-content .btm-reg-txt-1,
.right-reg-content .btm-reg-txt-2 {
    color: black;
    text-align: center;
}
.right-reg-content .btm-reg-txt-1 b {
    font-size: 24px;
}
.right-reg-content .btm-reg-txt-1 font, 
.right-reg-content .btm-reg-txt-2 font {
    color: #f20c00;
}
.right-reg-content .btm-reg-txt-3 {
    color: black;
}
.right-reg-content .btm-reg-txt-3 font {
    color: #f20c00;
}
.right-reg-content button {
    background: #f20c00;
    border-color: #f20c00;
    color: #fff;
}
.right-reg-content button:active,
.right-reg-content button:hover, 
.right-reg-content button:focus, 
.right-reg-content button:active, 
.right-reg-content button.active {
    background: #f20c00;
    border-color: #f20c00;
    color: #fff;
}
/*MO*/
@media screen and (max-width: 40em) {
    .reg-pop-modal {
        top: 50%;
        margin-top: -140px;
    }
    .modal-dialog.reg-pop-modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .modal.fade .modal-dialog.reg-pop-modal-dialog {
        transform: translate(0px, 25%);
    }
    .modal.in .modal-dialog.reg-pop-modal-dialog {
        transform: translate(0px, 0px);
    }
    .reg-pop-modal-content {
        border: none;
        height: 100%;
        border: none;
        position: relative;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0;
        background-color: rgba(0,0,0,0);
    }
    .modal-body-container {
        position: relative;
        width: 93%;
        border-radius: 4px;
        background: #efefef;
        box-shadow: 0px 2px 5px #c1c1c1;
        overflow: hidden;
        margin: auto;
    }
    .reg-pop-left {
        display: none;
    }
    .reg-pop-txt-mo {
        line-height: 1.8;
        margin: 7.2vw 0vw;
    }
    .reg-pop-input-mo{
        margin-top: 3vw;
        padding: 30px 0px 20px 0px;
        background: #fff;
    }
    .reg-txt-1 {
        font-size: 7vw;
    }
    .reg-txt-2 {
        font-size: 5vw;
    }
    .reg-pop-right .form-group {
        margin-bottom: 3.6vw;
    }
    .reg-pop-right .form-control {
        font-size: 4.4vw;
        margin: auto;
        width: 80%;
        height: 12vw;
        border-radius: 4px;
    }
    .reg-pop-right-btn {
        width: 80%;
        height: 12vw;
        font-size: 4.5vw;
        font-weight: bold;
        background: #f20c00;
        color: #fff;
        letter-spacing: 2px;
        margin-top: 10px;
    }
    /*Ò³ÄÚreg*/
    .right-reg-content {
        margin: 4vw;
        padding: 4vw 6vw;
        background: #fff;
        border-radius: 4vw;
    }
    .right-reg-content .btm-reg-txt-1 {
        font-size: 4.8vw;
        line-height: 1.6;
    }
    .right-reg-content .btm-reg-txt-1 b {
        font-size: 5.95vw;
        line-height: 1.6;
    }
    .right-reg-content .btm-reg-txt-2 {
        font-size: 4.8vw;
        line-height: 1.6;
    }
    .right-reg-content button {
        width: 100%;
        height: 12vw;
        font-size: 4.5vw;
        font-weight: bold;
        color: #fff;
        border-radius: 6vw;
        letter-spacing: 2px;
    }
    #right-reg .form-group {
        margin-left: auto;
        margin-right: auto;
    }
    #right-reg .form-control {
        margin: auto;
        width: 100%;
        height: 12vw;
        text-align: center;
        font-size: 4vw;
        border-radius: 6vw;
    }
}
/*PC*/
@media screen and (min-width: 40em) {
    .modal-dialog.reg-pop-modal-dialog {
        width: 850px;
    }
    .reg-pop-modal-body {
        height: 387px;
    }
    .reg-pop-left {
        position: absolute;
    }
    .reg-pop-left > img {
        width: 426px;
        height: 387px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }
    .reg-pop-right {
        width: 330px;
        height: 355px;
        position: absolute;
        left: 475px;
        top: 30px;
    }
    .reg-txt-1 {
        font-size: 27px;
    }
    .reg-txt-2 {
        font-size: 20px;
    }
    .reg-pop-right .form-group {
        margin: 25px 0px 12px 0px;
    }
    .reg-pop-right .form-control {
        height: 40px;
        font-size: 18px;
        text-align: center;
    }
    .reg-pop-right-btn {
        width: 100%;
        height: 40px;
        font-size: 20px;
    }
    .popover.fade.bottom.in {
        max-width: 500px;
        line-height: 1.9;
        font-size: 16px;
    }
    /*Ò³ÄÚreg*/
    #right-reg {
        height: 400px;
        padding-top: 30px;
        background: white;
        border: 1px solid #efefef;
    }
    .right-reg-content {
        width: 370px;
        margin: auto;
        padding-top: 20px;
    }
    .right-reg-content .btm-reg-txt-1 img {
        width: 24px;
        margin-bottom: 7px;
        margin-right: 10px;
    }
    .right-reg-content .btm-reg-txt-1 {
        font-size: 24px;
        line-height: 1.9;
    }
    .right-reg-content .btm-reg-txt-1 b {
        font-size: 27px;
    }
    .right-reg-content .btm-reg-txt-2 {
        font-size: 20px;
        line-height: 1.9;
        margin-bottom: 10px;
    }
    .right-reg-content button {
        width: 100%;
        height: 40px;
        font-size: 20px;
    }
    #right-reg .form-group {
        margin: 0px 0px 20px 0px;
    }
    #right-reg .form-control {
        font-size: 18px;
        height: 40px;
        text-align: center;
    }
    #right-reg #btm-privacy-txt {
        color: #719730;
        font-size: 16px;
        line-height: 1.9;
        text-decoration: none;
        cursor: pointer;
    }
}