@charset "utf-8";
/* tp-self-signup common */
* {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    list-style: none;
    -webkit-tap-highlight-color: transparent;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    outline: 0 !important;
    letter-spacing: -0.02em;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ol,
ul,
li {
    list-style: none;
}
a {
    color: #3c4147;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
}
a:link, a:visited {
    text-decoration: none;
}
a[href*=tel] {
    color: inherit;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: 700;
}
i,
address,
dfn,
em {
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}
.sr-only {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    border: none;
    white-space: nowrap;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}
input[Type="button"], a {
    cursor:pointer;
}
button,
input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: none;
}
button,
input {
    overflow: visible;
}
textarea {
    resize: vertical;
}
[type=reset],
[type=button],
[type=submit] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
button:not(:disabled),
[type=reset]:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}
[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
[type=search] {
    -webkit-appearance: textfield;
}
[type=text]::-ms-clear,
[type=text]::-ms-reveal {
    display: none;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
/* Align */
button,
input,
label,
iframe,
img,
select {
    vertical-align: middle;
}
/* Placeholder */
::-webkit-input-placeholder {
    color: #aaa !important;
    font-size: 15px;
}
:-ms-input-placeholder {
    color: #aaa !important;
    font-size: 15px;
}
::-moz-placeholder {
    color: #aaa !important;
    font-size: 15px;
}
:-moz-placeholder {
    color: #aaa !important;
    font-size: 15px;
}
::placeholder {
    color: #aaa !important;
    font-size: 15px;
}
/* Selection */
::-moz-selection {
    text-shadow: none;
    background: #ddd;
}
::selection {
    text-shadow: none;
    background: #ddd;
}
#snackbar-container {
    top : 50%;
    left : 50%;
    position: absolute;
    z-index: 100;
    transform: translate(-50%, -50%);
}
.snackbar {
    min-width: 320px;
    text-align: center;
    border-radius: 6px;
    background-color: #3C4147;
}
.snackbar span {
    font-size: 14px;
}
/* tp-self-signup */
.tp-self-signup-wrap {
    display: flex;
    justify-content: flex-start;
    /* align-items: stretch; */
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}
.tp-self-signup {
    overflow: hidden;
    background: url(/images/common/form_bg.png) center top #01baef;
}
.tp-self-signup-wrap .tp-self-signup {
    position: relative;
    min-height: 900px;
    padding-bottom: 112px;
    background: #fff;
}
.tp-self-signup .inner {
    width: 700px;
    margin: 100px auto;
    padding: 50px 80px;
    border-radius: 10px;
    background-color: #fff;
}
.tp-self-signup-wrap .tp-self-signup .inner {
    position: relative;
    width: 700px;
    margin: 0;
    padding: 80px 80px;
    border-radius: 0;
}
.tp-self-signup .tp-self-signup-header {
    text-align: center;
}
.tp-self-signup .tp-self-signup-header img {
    display: block;
    max-width: 149px;
    max-height: 59px;
    margin: 0 auto;
}
.tp-self-signup .tp-self-signup-tit {
    margin-top: 25px;
    font-size: 30px;
    color:#01baef;
    font-family: "Poppins";
    font-weight: 700;
}
.tp-self-signup-wrap .tp-self-signup .tp-self-signup-tit {
    margin-top: 0;
}
.tp-self-signup .tp-self-signup-sub {
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 700;
    color: #3c4147;
    margin-top: 15px;
}
.tp-self-signup .tp-self-signup-sub.haveTollFree {
    font-family: "Poppins";
    font-weight: 600;
}
.tp-self-signup-box {
    margin-top: 50px;
}
.tp-self-signup-box label {
    color: #3c4147;
}
.tp-self-signup-box .guideLayout {
    margin-bottom: 30px;
}
.tp-self-signup-form:after {
    content: "";
    display: block;
    clear: both;
}
.tp-self-signup-form dl {
    width: 260px;
    margin-bottom: 30px;
    position: relative;
}
.tp-self-signup-form.tp-type02 dl {
    width: 100%;
}
.tp-self-signup-form.tp-type02 dl:nth-child(odd),
.tp-self-signup-form.tp-type02 dl:nth-child(even) {
    float: none;
}
.tp-self-signup-form dl:nth-child(odd) {
    float: left;
}
.tp-self-signup-form dl:nth-child(even) {
    float: right;
}
.tp-self-signup-form dl.type02 {
    float: none;
    width: 100%;
    clear: both;
    position: relative;
    padding-top: 25px;
    margin-bottom: 0;
    border-top: 1px solid #ccc;
}
.tp-self-signup-form dt {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.tp-self-signup-form dt label span {
    color: #ff0000;
}
.tp-self-signup-form select,
.tp-self-signup-form input[type="text"],
.tp-self-signup-form input[type="password"] {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 42px;
    width: 100%;
    padding: 0 20px 0 12px;
}
.tp-btn {
    height: 42px;
    border-radius: 5px;
    height: 42px;
    font-size: 16px;
}
.tp-btn.tp-color01 {
    background-color: #5ec6c0;
    border: 1px solid #5ec6c0;
    color: #fff;
    font-family: "Poppins";
    font-weight: 600;
}
.tp-btn.tp-color02 {
    background-color: #ebebeb;
    border: 1px solid #ccc;
    color: #3c4147;
}
.tp-btn-console {
    text-align: center;
    margin-top: 100px;
}
.tp-btn-console.tp-type02 {
    min-height: 45px;
}
.tp-btn-console.tp-type02 > * {
    position: relative;
}
.tp-btn-console.tp-type02 .next {
    left: 245px;
}
.tp-btn-console.tp-type02 .previous {
    left: -245px;
}
.tp-btn-console.tp-type02 .first {
    position: absolute;
    left: 198px;
}
.tp-btn-console.tp-type02 .middle {
    position: absolute;
    left: 32px;
}
.tp-btn-console.tp-type02 .middle span {
    min-width: 150px;
}
.tp-btn-console.tp-type02 .last {
    position: absolute;
    right: 26px;
}
.tp-btn-console.justify:after {
    display: block;
    clear: both;
    content: "";
}
.tp-btn-console.justify a {
    position: relative;
    left: -10px;
}
.tp-btn-console.justify a + a {
    left: 10px;
}
.tp-btn-console.justify.reverse a {
    left: 245px;
}
.tp-btn-console.justify.reverse a + a {
    left: -245px;
}
.tp-self-signup .btn {
    display: inline-block;
    position: relative;
    /*transition: all 0.2s ease;*/
}
.tp-self-signup .btn > span {
    display: inline-block;
    min-width: 230px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    color: #fff;
    position: relative;
    text-align: center;
    z-index: 2;
    font-family: "Poppins";
    font-weight: 700;
}
.tp-self-signup .green > span {
    background: #5EC6C0;
}
.tp-self-signup .blue > span {
    background: #01baef;
}
.tp-self-signup .blue-gray > span {
    background-color: #aaaaaa;
}
.tp-self-signup .green:after {
    background: #4E9994;
}
.tp-self-signup .blue:after {
    background: #1594bd;
}
.tp-self-signup .blue-gray:after {
    background-color: #808080;
}
.tp-self-signup .btn:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 20px;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    bottom: -6px;
    z-index: 1;
    /*transition: all 0.2s ease;*/
}
.tp-self-signup .btn:hover:after {
    bottom: 0;
}
.tp-self-signup .btn:hover:after {
    bottom: 0;
    /*transition: .3s;*/
}
.tp-self-signup .mobileNotice {
    display: flex;
}
.tp-self-signup .mobileNotice > * {
    display: inline-block;
    font-size: 14px;
}
.tp-self-signup .mobileNotice .noticeSign {
    font-size: 16px;
    color: #FF0000;
}
.tp-self-signup .desc_terms {
    text-align: center;
    color: #808080;
    font-size: 12px;
    margin: 30px 0px 0px 0px;
}
.tp-self-signup .desc_terms u,
.tp-self-signup .desc_terms a {
    color: #808080;
    font-size: 12px;
}
.tp-self-signup-footer {
    text-align: center;
    padding: 30px 25px;
}
.tp-self-signup-wrap .tp-self-signup-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: right;
    padding: 30px 50px;
}
.tp-self-signup-footer ul {
    display: inline-block;
    overflow: hidden;
}
.tp-self-signup-footer ul li {
    float: left;
}
.tp-self-signup-footer ul li a {
    text-decoration: underline;
    font-size: 13px;
}
.tp-self-signup-wrap .tp-self-signup-footer ul li a {
    font-size: 11px;
    color: #808080;
}
.tp-self-signup-footer ul li span{
    display: inline-block;
    width: 15px;
    text-align: center;
    color:#3c4147;
}
.tp-self-signup-wrap .tp-self-signup-footer ul li span{
    color:#808080;
    font-size: 11px;
}
.copyright {
    clear: both;
    font-size: 11px;
    color: #3c4147;
}
.tp-self-signup-wrap .copyright {
    color: #808080;
}
.mobilePhoneNumberLayout {
    padding: 30px 0;
}
.mobilePhoneNumberLayout label {
    margin-bottom: 6px;
}
.mobilePhoneNumberLayout input {
    text-align: center;
}
.smsVerifyForm, .voiceVerifyForm {
    position: relative;
}
.smsVerifyForm .tp-btn, .voiceVerifyForm .tp-btn {
    width: 100%;
}
.smsVerifyForm .verificationGuide, .voiceVerifyForm .verificationGuide {
    margin-top: 30px;
}
.resendMessage {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #3C4147;
}
.tp-self-signup .errorMessage {
    position: absolute;
    bottom: -23px;
    left: 0;
    font-size: 12px;
    color: #ff0000;
}
.tp-self-signup .errorMessage.tp-type02 {
    position: static;
    margin: 2px 0 0px;
    visibility: visible;
}
.changePasswordType {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.changePasswordType.hideType {
    display: none;
}
.tp-self-signup-form .changePasswordType {
    float: right;
    position: absolute;
    right: 10px;
    top: 42px;
}
#tollFreeRequestForm .inner {
    margin: auto;
    border-radius: 16px;
}
.needTollFreeForm dd {
    padding-right: 100px;
}
.needTollFreeForm dd {
    position: relative;
}
.needTollFreeForm dt label {
    display: block;
    font-family: "Poppins";
    font-weight: 600;
}
.needTollFreeForm dd .tp-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
}
.needTollFreeForm .needTollFreeGuide {
    margin-top: 10px;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px;
    color: #0188EF;
}
#tollFreeRequestForm {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 100;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}
#tollFreeRequestForm.nonLayer {
    display: block !important;
    position: static;
    background: none;
    overflow-y: hidden;
}
#tollFreeRequestForm.nonLayer .inner {
    padding: 0;
    width: auto;
    border-radius: 0;
}
#tollFreeRequestForm.nonLayer .inner .tp-self-signup-box {
    margin-top: 0;
}
#tollFreeRequestForm.nonLayer .tp-btn-console {
    display: none;
}
.errorMessage {
    visibility: hidden;
}
#longCodeSearchResult select {
    position: relative;
    top: 0px;
    border-radius: 5px;
    max-height: 240px;
    height: auto;
    border-width: 0 1px 1px;
    overflow-y: auto;
}
.smsVerifyForm label div,
.voiceVerifyForm label div {
    color: #3c4147;
    margin-bottom: 10px;
}
.optionGroup label {
    font-size: 14px;
}
.verifyOption label {
    font-size: 16px;
}
.verifyOption {
    margin-bottom: 20px;
}
.verifyOption .optionLayout01 {
    margin-top: 10px;
}
.verifyOption .optionLayout02 {
    margin-top: 9px;
}
.verifyOption .optionLayout03 {
    margin-bottom: 20px;
}
.verifyOption * label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 20px;
}
.verifyOption * label input[type="radio"] {
    position: absolute;
    top: 6px;
    left: 0;
}
.verifyOption .optionLayout03 label {
    padding-left: 0;
}
.optionGroup.verifyOption {
    margin-top: 20px;
}
.tp-self-signup-form.tp-group-type dl {
    margin-bottom: 10px;
}
#removeFile {
    padding: 12px;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 1;
}
.tp-self-signup-left {
    position: relative;
    width: 500px;
    min-height: 900px;
    padding: 80px 50px;
    background-color: #f7f9fc;
}
.tp-self-signup-left .tit {
    margin-top: 60px;
    font-size: 20px;
    color: #01baef;
    font-family: "Poppins";
    font-weight: 700;
}
.tp-self-signup-left .tit + ul {
    font-size: 15px;
    color: #808080;
}
.tp-self-signup-left .tit + ul li {
    position: relative;
    margin-top: 30px;
    padding-left: 27px;
}
.tp-self-signup-left .tit + ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 8px;
    height: 15px;
    border-color: #01baef;
    border-right-width: 3px;
    border-right-style: solid;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tp-self-signup-left .tit + ul + p {
    margin-top: 50px;
    font-size: 15px;
    color: #808080;
}
.tp-self-signup-left .logo-group {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
}
.tp-self-signup-left .logo-group ul {
    overflow: hidden;
}
.tp-self-signup-left .logo-group li {
    display: inline-block;
}
.tp-self-signup-left .speech-box {
    position: relative;
    margin-top: 50px;
    padding: 25px;
    font-size: 14px;
    color: #808080;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    text-align: center;
    border-radius: 20px;
}
.tp-self-signup-left .speech-box:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    bottom: -25px;
    border-top: 25px solid white;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: translateX(-50%);
    z-index: 2;
}
.tp-self-signup-left .speech-box:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    bottom: -32px;
    border-top: 30px solid rgba(0,0,0, 0.05);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    transform: translateX(-50%);
    z-index: 1;
}
.tp-self-signup-left .speech-box + p {
    margin-top: 50px;
    font-size: 14px;
    color: #808080;
    text-align: center;
}
.tp-self-signup-left .speech-box + p + img {
    display: block;
    margin: 20px auto 0;
}
#__T_alert {
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
#longCodeList {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top:10px;
    padding:1px;
    height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
}
#longCodeList li {
    padding: 3px 10px;
    font-size: 14px;
    color: #3C4147;
    cursor: pointer;
}
[data-tooltip-text]:hover {
    position: relative;
}
@media screen and (max-width: 1200px) {
    .tp-self-signup-wrap {
        flex-direction: column-reverse;
        align-items: stretch;
    }
    .tp-self-signup-wrap .tp-self-signup {
        min-height: auto;
        padding-bottom: 0;
    }
    .tp-self-signup-wrap .tp-self-signup .inner {
        padding: 40px 80px;
        margin: 0 auto;
    }
    .tp-self-signup-left {
        width: 100%;
        min-height: auto;
        padding: 40px 50px;
    }
    .tp-self-signup-left .logo-group {
        position: static;
        transform: translateX(0);
        margin-top: 20px;
    }
    .tp-self-signup-wrap .tp-self-signup-footer {
        position: static;
    }
}
@media screen and (max-width: 750px) {
    .tp-self-signup {
        padding: 0 25px;
    }
    .tp-self-signup .inner {
        width: 100%;
        margin: 50px auto;
        padding: 40px 30px;
    }
    .tp-self-signup-wrap .tp-self-signup .inner {
        width: 100%;
        padding: 40px 30px;
    }
    .tp-self-signup-left {
        padding: 40px 30px;
    }
    .tp-self-signup .tp-self-signup-tit {
        font-size: 24px;
    }
    .tp-self-signup-form dl:nth-child(odd),
    .tp-self-signup-form dl:nth-child(even) {
        float: none;
        width: 100%;
    }
    .tp-self-signup-form dl.type02 {
        position: relative;
        padding-top: 30px;
    }
    .tp-self-signup .btn {
        display: block;
        width: 100%;
    }
    .tp-self-signup .btn > span {
        display: block;
        width: 100%;
        min-width: auto;
    }
    .tp-btn-console.tp-type02:after {
        display: block;
        content: "";
        clear: both;
    }
    .tp-btn-console.tp-type02 .next {
        left: 0;
        margin-top: 30px;
    }
    .tp-btn-console.tp-type02 .previous {
        left: 0;
    }
    .tp-btn-console.tp-type02 .first {
        position: relative;
        left: 0;
    }
    .tp-btn-console.tp-type02 .middle {
        position: relative;
        left: 0;
    }
    .tp-btn-console.tp-type02 .last {
        position: relative;
        right: 0;
    }
    .smsVerifyForm {
        position: relative;
        padding-right: 0;
    }
    .smsVerifyForm .tp-btn {
        position: static;
    }
    .smsVerifyForm .errorMessage {
        display: block;
    }
    .voiceVerifyForm {
        position: relative;
        padding-right: 0;
    }
    .voiceVerifyForm .tp-btn {
        position: static;
        margin-top: 10px;
    }
    .voiceVerifyForm .errorMessage {
        display: block;
    }
    #tollFreeRequestForm .inner {
        width: 85%;
    }
    .needTollFreeForm dt, .needTollFreeForm dd {
        padding-right: 0;
    }
    .needTollFreeForm dd .tp-btn {
        position: static;
        margin-top: 10px;
    }
    .needTollFreeForm .errorMessage {
        display: block;
    }
    .tp-btn-console {
        margin-top: 50px;
    }
    .tp-btn-console.justify a,
    .tp-btn-console.justify.reverse a {
        width: 100%;
        left: 0;
    }
    .tp-btn-console.justify a + a,
    .tp-btn-console.justify.reverse a + a {
        left: 0;
        margin-top: 20px;
    }
    .tp-self-signup-wrap .tp-self-signup-footer {
        padding: 0 30px 30px;
        text-align: center;
    }
    .tp-self-signup .btn + .btn {
        margin-top: 20px;
    }
}
@media screen and (max-width: 400px) {
    .tp-self-signup-left .logo-group li {
        width: 49%;
    }
    .tp-self-signup-left .logo-group img {
        width: 100%;
    }
}
@media screen and (max-width: 360px) {
    .tp-self-signup-footer ul li span {
        width: 10px;
    }
}
@media (hover: hover) and (pointer: fine) {
    [data-tooltip-text]:hover:before {
        content: "";
        position: absolute;
        top: -20%;
        left: 50%;
        margin-left: -10px;
        border-width: 7px;
        border-style: solid;
        border-color: black transparent transparent transparent;
    }
    [data-tooltip-text]:hover:after {
        background-color: #000000;
        background-color: rgba(0, 0, 0, 1);
        -webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
        -moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
        box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #FFFFFF;
        font-size: 12px;
        content: attr(data-tooltip-text);
        margin-bottom: 10px;
        bottom: 95%;
        left: 50%;
        transform: translateX(-50%);
        padding: 7px 12px;
        position: absolute;
        width: auto;
        min-width: 50px;
        max-width: 100%;
        word-wrap: break-word;
        z-index: 9999;
    }
}
