.right_layerpopup-form-wrapper {
    position: fixed;
    top: 50%;
    right: 5%;
	transform: translate(0%, -50%);
    display: block; 
    width: 317px;
    _margin-top: -300px;
    _margin-right: -367px;
    opacity: 0;
    z-index: 10001;
}

.right_layerpopup-form-wrapper {
    border-radius: 22px;
    -webkit-box-shadow: 0 15px 15px 5px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0 15px 15px 5px rgba(0, 0, 0, 0.32);
    box-shadow: 0 15px 15px 5px rgba(0, 0, 0, 0.32)
}

.right_layerpopup-form-wrapper .form-header {
    position: relative;
    height: 60px;
    line-height: 60px;
    background: #f5f5f5;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    text-align: center
}

.right_layerpopup-form-wrapper .form-header .top-mike {
    display: inline-block;
    vertical-align: middle;
    width: 54px;
    height: 8px;
    background: #8d8d8d;
    border: 1px solid #777;
    border-radius: 5px
}

.right_layerpopup-form-wrapper .form-header .top-camera {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background: #fff;
    border: 1px solid #777;
    border-radius: 5px
}

.right_layerpopup-form-wrapper .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 21px;
    line-height: 21px
}

.right_layerpopup-form-wrapper .btn-close img {
    display: inline-block;
    vertical-align: middle;
    width: 21px
}

.right_layerpopup-form-wrapper .form-body {
    background: #a31f24 url(../images/bg_form01.jpg) no-repeat 0 center
}

.right_layerpopup-form-wrapper .form-body .application-area {
    padding: 15px 30px;
    text-align: center;
    color: #fff;
}

.right_layerpopup-form-wrapper .form-body .application-area .title-area {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px
}

.right_layerpopup-form-wrapper .form-body .application-area .title-area .date {
    margin-bottom: 23px
}

.right_layerpopup-form-wrapper .form-body .application-area .title-area h2 {
    font-size: 2.4em;
    line-height: 1em;
    padding-bottom: 20px;
    border-bottom: 2px solid #eee;
    font-family: "notoKrB", sans-serif;
    font-weight: 700
}

.right_layerpopup-form-wrapper .form-body .application-area .title-area .info01 {
    padding-top: 12px;
    font-size: 1.467em;
    line-height: 1.182em
}

.right_layerpopup-form-wrapper .form-body .application-area .title-area .info02 {
    padding-top: 12px;
    line-height: 1.467em;
    font-family: "notoKrL", sans-serif;
    font-weight: 100
}

.right_layerpopup-form-wrapper .form-body .application-area .application-form {
    padding-bottom: 4px
}

.right_layerpopup-form-wrapper .form-body .application-area .application-form dl {
    position: relative;
    margin-bottom: 3px;
    padding-left: 69px;
    _height: 35px
}

.right_layerpopup-form-wrapper .form-body .application-area .application-form dl dt {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    line-height: 35px;
    font-size: 0.8rem
}

.right_layerpopup-form-wrapper .form-body .application-area .application-form dl dd {
    display: block;
    text-align: left
}

.right_layerpopup-form-wrapper .form-body .application-area .application-form dl dd:after {
    content: "";
    clear: both;
    display: block
}

.right_layerpopup-form-wrapper .form-body .application-area .application-form dl dd input[type="text"],
.right_layerpopup-form-wrapper .form-body .application-area .application-form dl dd input[type="tel"] {
    display: block;
    border: 0;
    width: 100%;
    height: 35px;
    text-indent: 15px;
    border-radius: 3px;
    -webkit-appearance: none;
    appearance: none
}

.right_layerpopup-form-wrapper .form-body .application-area .application-form dl dd select {
    display: block;
    border: 0;
    width: 100%;
    height: 35px;
    text-indent: 30px;
    border-radius: 3px;
    -webkit-appearance: none;
    appearance: none;
    color: #3a3a30;
    background: transparent url(../img/icon/icon_select_arrow_down.gif) no-repeat 98% center;
    background: -webkit-linear-gradient(transparent, transparent), url(../img/icon/icon_select_arrow_down@2x.gif) no-repeat 98% center;
    background: linear-gradient(transparent, transparent), url(../img/icon/icon_select_arrow_down@2x.gif) no-repeat 98% center;
    background-size: 13px 7px;
    background-color: #fff;
	padding-left:10px;
}

.right_layerpopup-form-wrapper .form-body .application-area .application-form dl dd select:focus {
    background: transparent url(../img/icon/icon_select_arrow_up.gif) no-repeat 95% center;
    background: -webkit-linear-gradient(transparent, transparent), url(../img/icon/icon_select_arrow_up@2x.gif) no-repeat 95% center;
    background: linear-gradient(transparent, transparent), url(../img/icon/icon_select_arrow_up@2x.gif) no-repeat 95% center;
    background-size: 13px 7px;
    background-color: #fff
}

.right_layerpopup-form-wrapper .form-body .application-area .application-form dl dd .deptn2 {
    float: left;
    width: 47%;
    margin-left: 2%;
    height: 35px;
    line-height: 35px
}

.right_layerpopup-form-wrapper .form-body .application-area .application-form dl dd .deptn2 label,
.right_layerpopup-form-wrapper .form-body .application-area .application-form dl dd .deptn2 input[type="radio"] {
    display: inline-block;
    vertical-align: middle
}

.right_layerpopup-form-wrapper .form-body .application-area .application-form dl dd .deptn2:first-child {
    margin-left: 0
}

.right_layerpopup-form-wrapper .form-body .application-area .application-form dl dd .deptn3 {
    float: left;
    width: 32%;
    margin-left: 2%;
    height: 35px;
    line-height: 35px
}

.right_layerpopup-form-wrapper .form-body .application-area .application-form dl dd .deptn3 label,
.right_layerpopup-form-wrapper .form-body .application-area .application-form dl dd .deptn3 input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle
}

.right_layerpopup-form-wrapper .form-body .application-area .application-form dl dd .deptn3:first-child {
    margin-left: 0
}

.right_layerpopup-form-wrapper .form-body .application-area .application-form dl dd input:-ms-input-placeholder {
    color: #3a3a30
}

.right_layerpopup-form-wrapper .form-body .application-area .application-form dl dd input::-webkit-input-placeholder {
    color: #3a3a30
}

.right_layerpopup-form-wrapper .form-body .application-area .application-form dl dd input::-moz-placeholder {
    color: #3a3a30;
    color: #3a3a30
}

.right_layerpopup-form-wrapper .form-body .application-area .word-agreement-area {
    margin-bottom: 7px
}

.right_layerpopup-form-wrapper .form-body .application-area .word-agreement-area:after {
    content: "";
    clear: both;
    display: block
}

.right_layerpopup-form-wrapper .form-body .application-area .word-agreement-area span {
    float: left;
    height: 26px;
    line-height: 26px;
    color: #eee;
    font-size: .933em
}

.right_layerpopup-form-wrapper .form-body .application-area .word-agreement-area .btn-view {
    float: right;
    width: 40px;
    height: 22px;
    line-height: 26px;
    background: #eee;
	font-size:12px;
	line-height:22px;
}

.right_layerpopup-form-wrapper .form-body .application-area .btn-application {
    display: block;
    width: 100%;
    height: 50px;
    background: #333;
    color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none
}

.right_layerpopup-form-wrapper .form-body .application-area .btn-application strong {
    display: inline-block;
    vertical-align: top;
	margin-top: 5px;
    font-size: 1.2em;
    font-family: "notoKrR", sans-serif;
    font-weight: 300;
    height: 24px;
    line-height: 24px
}

.right_layerpopup-form-wrapper .form-body .application-area .btn-application .icon-go {
    display: inline-block;
    vertical-align: top;
	margin-top: 5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    background: #fff;
    color: #3a3333;
    text-align: center;
    font-size: .8em;
    font-family: "notoKrM", sans-serif;
    font-weight: 500;
    margin-left: 5px
}

.right_layerpopup-form-wrapper .form-footer {
    height: 60px;
    line-height: 60px;
    background: #f5f5f5;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    text-align: center
}

.right_layerpopup-form-wrapper .form-footer .bottom-mike {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background: #fff;
    border: 1px solid #777;
    border-radius: 5px
}

.right_layerpopup-form-wrapper .btn-open-form {
    display: block;
    opacity: 1;
    position: fixed;
    bottom: 50px;
    right: 80px;
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    z-index: 10
}
#right_branch_list > select {width:100% !important;}
#right_branch_list > select:nth-child(1) {margin-bottom:3px;}


#consulting #right_btn-open-form{background: #a31f24; border:0;border-radius:10px;color:#fff;}