@charset "euc-kr";
/* ------------------------------------------------------------
* Name      : cashgate_posa.css
* Desc      : common Style Sheet
* Created   : 2015-03-02
* Updated   :
------------------------------------------------------------ */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

html,
body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    border: 0;
    font-size: 1em;
    font-family: 'Nanum Gothic', Dotum, Arial, verdana;
    color: #fff;
    background: #006eb9;
    position: relative
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-family: 'Nanum Gothic', Dotum, Arial, verdana;
}

img,
input.type-image,
a img,
p,
div,
span,
strong,
fieldset,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    color: #d1d0d1;
    text-decoration: none;
}

a:hover {
    color: #F60;
}

legend,
caption {
    position: absolute;
    left: -1000%;
    top: 0;
    width: 0;
    height: 0;
    line-height: 0;
}

optgroup label {
    font-style: normal;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table caption {
    display: none;
}

td,
th {
    font-size: 1em;
    vertical-align: middle;
    *vertical-align: middle;
}

hr {
    display: none;
}

.pz {
    padding: 0;
}

/*Input*/
input,
textarea,
select {
    margin: 0;
    padding: 0;
    font-size: 1.125em;
    color: #252525;
    vertical-align: middle;
    font-family: 'Nanum Gothic', Dotum, Arial, verdana;
}

/* placeholder */
input[placeholder] {
    color: #757575 !important;
    font-size: 0.875em;
}

input::-webkit-input-placeholder {
    color: #757575;
}

/* Webkit */
input:-moz-placeholder {
    color: #757575;
}

/* Firefox 4-18 */
input::-moz-placeholder {
    color: #757575;
}

/* Firefox 19+ */
input:-ms-input-placeholder {
    color: #757575 !important;
}

/* IE10+ */
.placehold {
    position: relative;
    width: 260px;
    float: left;
}

.placehold>span {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 0.875em;
    color: #757575;
    width: 220px;
}

/*checkBox*/
input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkbox+label.check-label {
    display: inline-block;
    margin-left: 0;
    text-indent: 24px;
    line-height: 39px;
    font-size: 0.9em;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox:checked+label.check-label {
    background-image: url(https://payimg.billgate.net/galaxia/img/cashgate/entry/20231122/input_checkOn.png);
}

.check-label {
    background-image: url(https://payimg.billgate.net/galaxia/img/cashgate/entry/20231122/input_checkDefault.png);
    background-repeat: no-repeat;
    background-position: 0 11px;
}

/*radioButton*/
input[type=radio].css-radio {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=radio].css-radio+label.radio-label {
    display: inline-block;
    padding: 0 15px 0 0;
    margin-left: 0;
    text-indent: 24px;
    font-size: 0.9em;
    vertical-align: middle;
    cursor: pointer;
    line-height: 39px;
}

input[type=radio].css-radio:checked+label.radio-label {
    background-image: url(https://payimg.billgate.net/galaxia/img/cashgate/entry/20231122/input_radioOn.png);
}

.radio-label {
    background-image: url(https://payimg.billgate.net/galaxia/img/cashgate/entry/20231122/input_radioDefault.png);
    background-repeat: no-repeat;
    background-position: 0 11px;
}

/*input*/
/*2023.09.08 */
input.inputType1 {
    width: 262px;
    padding: 5px 0;
    margin-left: 0;
    height: 29px;
    text-indent: 10px;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/*2023.09.08 e */
input.inputType1.address {
    width: 160px;
}

input.inputType2 {
    width: 120px;
    padding: 4px 0;
    margin-left: 0;
    height: 28px;
    text-indent: 10px;
    border: 0 none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

input.inputType3 {
    width: 400px;
    padding: 4px 0;
    margin-left: 0;
    height: 28px;
    text-indent: 10px;
    border: 0 none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

input.inputType4 {
    width: 100px;
    padding: 4px 0;
    margin-left: 0;
    height: 28px;
    text-indent: 10px;
    border: 0 none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

em {
    width: 12px;
    text-align: center;
    display: inline-block;
    padding: 0 3px 0 0;
    margin: 0;
}

input[type=button] {
    cursor: pointer;
}

/* select */
/* 占쌨댐옙占쏙옙占쏙옙호 select */
.selectType1 {
    border: 0 none;
    width: 119px;
    margin: 0px;
    border-radius: 3px;
    overflow: hidden;
    background: #fff url(https://payimg.billgate.net/galaxia/img/cashgate/entry/20231122/input_select.png) no-repeat 86% 50%;
    float: left;
}

/* 2023.09.08 */
.selectType1 select {
    padding: 0 10px;
    line-height: 36px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    font-size: 1.125em;
}

.selectType1 em {
    width: 20px;
}

/* 2023.09.08 e */

.selectType1 select:focus {
    width: 116px;
    outline: none;
    overflow: hidden;
    padding: 0 10px;
}

/* 2023.09.08 */
/* SECTION - BIRTH */
.info#info__birth {
    display: flex;
    align-items: center;
}

.info#info__birth select {
    margin-left: 7px;
}

.info#info__birth select:first-child {
    margin-left: 0px;
}

.info#info__birth em {
    width: 20px;
}

/* 2023.09.08 e */

/*Comment*/
.comment {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.blind {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

/**Contents**/
#wrapper {}

header,
#container,
footer {
    width: 100%;
    margin: 0 auto;
    clear: both;
}

/* Header */
header {}

.headerWrap {
    position: relative;
    height: 1180px;
    width: 100%;
    padding: 0;
}

.headerWrap h1 {
    height: 1180px;
    width: 100%;
    min-width: 1040px;
    background: url("https://payimg.billgate.net/galaxia/img/cashgate/entry/20231122/main_pr.png") top center no-repeat;
    text-indent: -1000px;
}

/*footer*/
footer {}

.footerWrap {
    position: absolute;
    bottom: 0;
    width: 380px;
    border-top: 1px solid #CCC;
    margin: 0 30px;
    padding: 8px 0;
    font-size: 11px;
    line-height: 16px
}

.footerWrap p.logo {
    display: block;
    float: left;
    padding: 0 15px;
}

.footerWrap p.adress {
    display: block;
    float: left;
    padding-left: 40px;
    color: #757575;
}

.footerWrap p.adress strong {
    color: #000;
    font-weight: normal;
}

#container {
    position: relative;
    width: 100%;
    padding: 0 0 5px 0;
}

/*2023.09.08 */
.contentsWrap {
    display: block;
    margin: 0 auto;
    width: 1040px;
    background: #006eb9;
    overflow: hidden;
    text-align: center;
}

/*2023.09.08 e */
.title {
    display: inline-block;
    margin: 0px auto;
    height: 42px;
    padding-top: 30px;
}

.btnBox2 {
    position: relative;
    margin: 30px auto 0 auto;
    width: 360px;
    text-align: center;
}

.btnBox2 img {
    position: relative;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    line-height: 50px;
}

.googleCard {
    float: right;
    margin: 20px 20px 0 0;
    padding: 0;
}

/* 2023.09.08 */
.item {
    padding-bottom: 30px;
}

.item+.item {
    padding-bottom: 30px;
}

/* .item img{
    margin: 0 0 0 30px;
} ���� */
/* 2023.09.08 ���� */
.notice {
    clear: both;
    margin: 0 auto;
    padding: 10px 0 10px 20px;
    width: 95%;
    text-align: left;
    font-size: 0.9em;
    line-height: 25px;
    color: #fff;
    overflow: hidden;
}

.notice ul {
    width: 100%;
    margin: 10px 0 0 30px;
    text-align: justify;
}

.notice ul li {
    padding-bottom: 5px;
    text-indent: -15px;
    padding-left: 15px;
}

.date {
    clear: both;
    float: center;
    margin: 0 auto;
    padding: 30px 0 30px 0;
    width: 95%;
    text-align: center;
    font-size: 1.2em;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
}

.notice1 {
    width: 100%;
    float: left;
    font-size: 1.2em;
    margin: 30px auto;
    padding: 0;
    text-align: center;
}

/*20210113 占쌩곤옙占쏙옙 */
/*Btn*/
/*20210420 占쌩곤옙 占쏙옙 占쏙옙占쏙옙 */
.btnBox {
    margin: 30px auto 0 auto;
    width: 100%;
    text-align: center;
}

.btnBox a {
    display: block;
    width: 247px;
    height: 63px;
    margin: 0 auto;
}

/* 2023.09.08 */
.btnBox1 {
    padding-bottom: 40px;
    overflow: hidden;
    width: 100%;
}

.btnBox1 img {
    margin-left: 20px;
    padding-left: 20px;
}

.btn_ok {
    display: block;
    height: 58px;
    line-height: 62px;
    color: #006eb9;
    font-size: 20px;
    text-align: center;
    background: #52fffd;
    border-radius: 10px;
    font-weight: 600;
}

/*占쏙옙占쏙옙占쏙옙占쏙옙 占쌉뤄옙*/
table {}

table th,
table td {
    vertical-align: top;
    padding-bottom: 10px;
}

table th {
    width: 150px;
    text-align: left;
    padding-top: 15px;
}

table td {
    text-align: left;
    padding-top: 4px;
}

table th label {
    margin: 0 !important;
}

table td label {
    margin: 0 0 0 10px;
}

table td * {
    vertical-align: middle;
}

table td .innerBox {
    display: block;
}

table td .innerBox+.innerBox {
    margin-top: 10px;
}

/* 2023.09.08 */
.infoBox {
    position: relative;
    float: left;
    margin: 60px 20px 20px 120px;
    padding: 0;
}

p.infoTxt {
    background: url(https://payimg.billgate.net/galaxia/img/cashgate/entry/20231122/img_bul01.png) 0 2px no-repeat;
    font-size: 0.875em;
    color: #9cecff;
    padding-left: 15px;
    margin-bottom: 10px;
}

/* 2023.09.08 e */

label.checkBtn {
    width: 120px;
}

/* 占쏙옙占쏙옙占쏙옙占쏙옙 占쏙옙占쏙옙占쏙옙占쏙옙 占쏙옙占쏙옙*/
/* 20210113 占쏙옙占쏙옙*/
ul.private {
    position: relative;
    margin-left: 0;
    width: 400px;
    padding-bottom: 20px;
}

ul.private li {
    font-size: 0.688em;
    line-height: 1.4em;
    text-indent: -10px;
    padding-left: 10px;
}

/* 2023.09.08 */
.infoBox1 {
    margin: 0 20px 80px;
    padding: 0;
}

/* 2023.09.08 e */

/* 占쏙옙타 占쏙옙占쏙옙트*/
ul.etc {
    position: relative;
    margin-left: 0;
    width: 400px;
    padding: 8px 0 10px 0;
    font-size: 0.9em;
    color: #c2e0ff;
}

/* 2023.09.08 */
.pictureCodeBox {
    border-top: 1px solid #9cecff;
    border-bottom: 1px solid #9cecff;
    padding: 20px 220px;
    height: 50px;
}

.pictureCodeBox span {
    line-height: 50px;
    overflow: hidden;
    display: block;
    float: left;
    margin-left: 14px;
}

.pictureCodeBox a {
    line-height: 50px;
    overflow: hidden;
    display: block;
    float: left;
    margin-left: 14px;
}

/* 2023.09.08 e */

.useBox {
    position: relative;
    float: left;
    height: 1000px;
    width: 1040px;
    background: top center no-repeat;
    margin: auto;
    padding: 0 20px;
    overflow: hidden;
}

/* 2023.09.08 */
.monotice {
    margin-top: 30px;
    padding: 0;
}

/* 2023.09.08 e */

.useimg {
    float: left;
    margin: 20px 0 0 0;
    padding: 0;
}

/*20210113 占쏙옙占쏙옙 */
.ytb {
    float: left;
    margin: 30px 10px 0 20px;
    padding: 0;
}

.down {
    float: left;
    margin: 30px 10px 0 0;
    padding: 0;
}

/* 2023.09.08 */
.noticeBox {
    clear: both;
    border-top: 1px solid #9cecff;
    margin: 0 auto;
    padding: 50px 0 60px;
    width: 95%;
    text-align: left;
    font-size: 0.9em;
    line-height: 25px;
    color: #fff;
    overflow: hidden;
}

.noticeBox strong {
    background: url(https://payimg.billgate.net/galaxia/img/cashgate/entry/20231122/img_bul01.png) 0 2px no-repeat;
    padding-left: 15px;
    color: #9cecff;
}

/* 2023.09.08 e */

.noticeBox ul {
    margin-bottom: 20px;
}

.noticeBox ul li {
    text-indent: -10px;
    padding-left: 10px;
}

.noticeBox a {
    color: #ff542c;
}


@media screen and (max-width:470px) {

    /* Header */
    header {}

    .headerWrap {
        position: relative;
        height: 480px;
        width: 100%;
        padding: 0;
    }

    .headerWrap h1 {
        height: 480px;
        width: 100%;
        min-width: 320px;
        background: url("https://payimg.billgate.net/galaxia/img/cashgate/entry/20231122/main_pr_m.png") top center no-repeat;
        background-size: 100% auto;
    }

    .contentsWrap {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .title {
        display: inline-block;
        margin: auto;
        padding-top: 10px;
    }

    .title img {
        padding-top: 10px;
        max-width: 100%;
    }

    .item img {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .notice1 {
        font-size: 0.875em;
        margin: 10px auto;
    }

    .notice {
        padding: 0;
    }

    .notice ul {}

    .notice ul li {
        width: 90%;
        padding-bottom: 5px;
        padding-left: 0;
    }

    .btnBox1 {
        padding: 20px;
        overflow: hidden;
        width: 90%;
    }

    /* 2023.09.08 */
    .btnBox1 img {
        display: inline-block;
        max-width: calc(75% - 5px);
        margin: 0 auto;
        margin-left: 0;
        padding-left: 0;
    }

    /* 2023.09.08 e */

    .btnBox2 {
        position: relative;
        margin: 0 auto;
        width: 70%;
        text-align: center;
    }

    .btnBox2 img {
        position: relative;
        width: 100%;
        text-align: center;
        line-height: 50px;
    }

    .googleCard {
        position: relative;
        width: 100%;
        height: auto;
        float: left;
        margin: 0;
        padding: 0;
    }

    .googleCard img {
        width: 90%;
    }

    .infoBox {
        max-width: 100%;
        margin: 20px auto;
        display: block;
    }

    p.infoTxt {
        display: block;
        width: 90%;
        margin-left: 10px;
        background: url(https://payimg.billgate.net/galaxia/img/cashgate/entry/20231122/img_bul01.png) 0 2px no-repeat;
        font-size: 0.875em;
        color: #9cecff;
        padding-left: 20px;
        margin-top: 6px;
        margin-bottom: 10px;
    }

    table {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    table th,
    table td {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    table th {
        text-align: left;
        font-size: 15px;
        padding-top: 20px;
    }

    table td {
        text-align: left;
        padding-top: 0;
        padding-bottom: 5px;
    }

    table th label {
        margin: 0 !important;
    }

    table td label {
        margin: 0 0 0 10px;
    }

    /* 占쏙옙占쏙옙占쏙옙占쏙옙 占쏙옙占쏙옙占쏙옙占쏙옙 占쏙옙占쏙옙*/
    ul.private {
        position: relative;
        margin-left: 0;
        width: 100%;
        padding-bottom: 0;
    }

    ul.private li {
        font-size: 0.75em;
        line-height: 1.4em;
        text-indent: -10px;
        padding-left: 10px;
    }

    /*input*/
    input.inputType1 {
        width: 100%;
        padding: 5px 0 10px 0;
        margin-left: 0;
        margin-bottom: 0;
        height: 29px;
    }

    input.inputType1.address {
        width: calc(100% - 115px);
        vertical-align: middle;
    }

    .address_btn {
        vertical-align: top;
        margin-top: 2px;
    }

    /* 2023.09.08 */
    input.inputType2 {
        width: 96px;
        padding: 5px 0 10px 0;
        margin-left: 0;
        height: 28px;
        text-indent: 10px;
        border: 0 none;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    /* 2023.09.08 e */

    input.inputType3 {
        width: 100%;
        padding: 5px 0 10px 0;
        margin-left: 0;
        height: 28px;
        text-indent: 10px;
        border: 0 none;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    inputType3:first-child {
        margin-top: -30px;
    }

    input.inputType4 {
        width: 200px;
        padding: 5px 0 10px 0;
        margin-left: 0;
        height: 28px;
        text-indent: 10px;
        border: 0 none;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    em {
        width: 10px;
        text-align: center;
        display: inline-block;
        padding: 0 3px 0 0;
        margin: 0;
    }

    input[type=button] {
        cursor: pointer;
    }

    /* select */
    /* 占쌨댐옙占쏙옙占쏙옙호 select */
    .selectType1 {
        border: 0 none;
        width: 90px;
        margin: 0px;
        border-radius: 3px;
        overflow: hidden;
        background: #fff url(https://payimg.billgate.net/galaxia/img/cashgate/entry/20231122/input_select.png) no-repeat 86% 50%;
        float: left;
    }

    /* 2023.09.08 */
    .selectType1 select {
        padding: 0 10px;
        line-height: 43px;
        height: 43px;
        width: 150%;
        width: 100%;
        border: none;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        font-size: 14px;
    }

    /* 2023.09.08 e */

    .selectType1 select:focus {
        width: 116px;
        outline: none;
        overflow: hidden;
        padding: 0 10px;
    }

    .infoBox1 {
        position: relative;
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .pictureCodeBox {
        width: 100%;
        border-top: 1px solid #9cecff;
        border-bottom: 1px solid #9cecff;
        height: 180px;
        float: left;
        padding: 20px;
        margin: 0;
        text-align: center;
        box-sizing: border-box;
    }

    .pictureCodeBox span {
        float: none;
        padding: 0;
        margin: 0 auto;
    }

    .pictureCodeBox img {
        float: none;
        margin: 0 auto;
    }

    .pictureCodeBox a {
        display: block;
        float: none;
        padding: 0 0 0 10px;
        margin: 0 auto;
        clear: both;
    }

    /* 2023.09.08 */
    .monotice {
        margin: 30px 0;
        line-height: 1.5;
        font-size: 14px;
    }

    .noticeBox {
        clear: both;
        width: 95%;
        border-top: 2px solid #9cecff;
        margin: 0 auto;
        padding: 30px 20px 60px 10px;
        text-align: left;
        font-size: 0.9em;
        line-height: 20px;
        color: #fff;
        overflow: hidden;
        font-size: 13px;
    }

    /* 2023.09.08 e */

    /* 2023.09.08 */
    /* SECTION - BIRTH */
    .info#info__birth {
        display: flex;
        align-items: center;
    }

    .info#info__birth select {
        margin-left: 7px;
    }

    .info#info__birth select:first-child {
        margin-left: 0px;
    }

    .info#info__birth em {
        width: 20px;
    }

    /* 2023.09.08 e */
}

@media screen and (max-width:375px) {

    /* Header */
    header {}

    .headerWrap {
        height: 430px;
    }

    .headerWrap h1 {
        height: 520px;
    }
}

@media screen and (max-width:360px) {

    /* Header */
    header {}

    .headerWrap {
        height: 420px;
    }

    .headerWrap h1 {
        height: 420px;
    }

    /* 2023.09.08 */
    input.inputType2 {
        width: 90px;
    }
    /* 2023.09.08 e */

}


@media screen and (max-width:320px) {

    /* Header */
    header {}

    .headerWrap {
        position: relative;
        height: 380px;
        width: 90%;
        padding: 0;
    }

    .headerWrap h1 {
        height: 380px;
        width: 100%;
        min-width: 320px;
        background: url("https://payimg.billgate.net/galaxia/img/cashgate/entry/20231122/main_pr_m.png") top center no-repeat;
        background-size: 320px auto;
    }

    .btnBox2 {
        position: relative;
        margin: 0 auto;
        width: 60%;
        text-align: center;
    }

    .btnBox2 img {
        position: relative;
        width: 100%;
        text-align: center;
        line-height: 50px;
    }

    .notice {
        padding: 0;
        font-size: 0.8125em;
        line-height: 20px;
    }

    .notice ul li {
        width: 85%;
        padding: 0;
        font-size: 0.8125em;
        line-height: 20px;
        text-indent: -10px;
    }

    /* 2023.09.08 */
    table {
        width: 100%;
        padding: 10px;
    }

    /* 2023.09.08 e */

    /*input*/
    input.inputType1 {
        width: 250px;
        padding: 5px 0 10px 0;
        margin-left: 0;
        margin-bottom: 10px;
        margin-left: -10px;
        height: 36px;
        text-indent: 10px;
        border: 0 none;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        box-sizing: border-box;
    }

    input.inputType2 {
        width: 72px;
        padding: 5px 0 10px 0;
        margin-left: 0;
        height: 28px;
        text-indent: 10px;
        border: 0 none;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    input.inputType3 {
        width: 100%;
        padding: 5px 0 10px 0;
        margin-left: 0;
        height: 28px;
        text-indent: 10px;
        border: 0 none;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .inputType3:first-child {
        margin-top: -30px;
    }

    input.inputType4 {
        width: 200px;
        padding: 5px 0 10px 0;
        margin-left: 0;
        height: 28px;
        text-indent: 10px;
        border: 0 none;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    em {
        width: 10px;
        text-align: center;
        display: inline-block;
        padding: 0 3px 0 0;
        margin: 0;
    }

    input[type=button] {
        cursor: pointer;
    }

    /* select */
    /* 占쌨댐옙占쏙옙占쏙옙호 select */
    .selectType1 {
        border: 0 none;
        width: 90px;
        margin: 0px;
        border-radius: 3px;
        overflow: hidden;
        background: #fff url(https://payimg.billgate.net/galaxia/img/cashgate/entry/20231122/input_select.png) no-repeat 86% 50%;
        float: left;
    }

    .selectType1 select {
        padding: 0 10px;
        line-height: 43px;
        height: 43px;
        width: 100%;
        *width: 100%;
        border: none;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        font-size: 0.8125em;
    }

    .selectType1 select:focus {
        width: 116px;
        outline: none;
        overflow: hidden;
        padding: 0 10px;
    }
}