.contentHead {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.contentHead,
.contentHead__top {
    height: 500px;
    position: relative
}

.contentHead__inner {
    color: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -54%);
    transform: translate(-50%, -54%);
    z-index: 2
}

.contentHead__title {
    font-family: "Poppins", sans-serif;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: .13em
}

.contentHead__subtitle {
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.contentHead__bg,
.contentHead__bgInner,
.contentHead__bgItem {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.contentHead__bg {
    position: relative;
    height: 499px;
    overflow: hidden
}

.contentHead__bgInner,
.contentHead__bgItem {
    width: 100%
}

.contentHead__bgInner {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.contentHead__bgItem {
    display: block;
    padding-top: 620px;
    background: no-repeat 50% 50%;
    background-size: cover
}

.contentHead__bottom,
.contentHead__share {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.contentHead__bottom {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    bottom: 0;
    max-width: 1100px;
    left: 50%;
    padding: 28px 40px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}

.contentHead__share {
    margin: 0 0 0 auto;
    list-style: none
}

.contentHead__share li {
    margin: 0 0 0 30px
}

.contentHead__share li img {
    width: auto;
    height: 16px
}

.contentBody__head {
    padding: 30px 0 0;
    position: relative;
    text-align: center
}

.contentBody__head:before {
    background: #212121;
    content: '';
    left: 50%;
    height: 43px;
    position: absolute;
    top: -43px;
    width: 1px
}

.contentBody__title {
    font-size: 28px
}

.contentBody__lead {
    margin: 10px 0 0
}

.breadcrumb {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

.breadcrumb__item {
    margin: 0 20px 0 0;
    padding: 0 32px 0 0;
    position: relative
}

.breadcrumb__item:after {
    background: #212121;
    content: '';
    height: 1px;
    position: absolute;
    right: 0;
    top: 49%;
    width: 14px
}

.breadcrumb__item.-active {
    margin: 0;
    padding: 0
}

.breadcrumb__item.-active:after,
.form__submit .button[disabled] .button__link:after {
    display: none
}

.breadcrumb__item.-active a {
    color: #dcecf7
}

.breadcrumb__item a {
    color: #212121;
    display: block;
    font-family: "Poppins", sans-serif
}

.form {
    max-width: 900px;
    margin: 0 auto;
    width: 100%
}

.form.-confirm .form__wrap {
    padding: 104px 100px 90px
}

.form.-confirm .form__item {
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
    margin: 47px 0 0
}

.form.-confirm .form__item:first-child {
    margin-top: 0
}

.form.-confirm .form__itemTitle {
    padding: 0 40px 0 0
}

.form.-confirm .form__itemBody {
    padding: 0
}

.form.-confirm .form__submitBox {
    margin: 100px 0 154px
}

.form.-thanks {
    margin-top: 96px
}

.form__wrap {
    background: #eef2f5;
    margin: 74px 0 0;
    padding: 100px 100px 80px
}

.form__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 0
}

.form__item:nth-of-type(1) {
    margin-top: 0
}

.form__itemTitle {
    font-weight: 700;
    padding: 10px 40px 0 0;
    width: 258px
}

.form__item.-top .form__itemTitle {
    padding-top: 0
}

.form__item.-middle .form__itemTitle {
    padding-top: 60px
}

.form__require {
    color: #f93434
}

.form__itemBody {
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    padding: 0 0 26px;
    position: relative;
    word-wrap: break-word
}

.form__itemBody input[type=email],
.form__itemBody input[type=number],
.form__itemBody input[type=tel],
.form__itemBody input[type=text],
.form__itemBody textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    padding: 7px;
    width: 100%;
    border-radius: 0
}

.form__itemBody input[type=number],
.form__itemBody textarea {
    -moz-appearance: textfield
}

.form__itemBody textarea {
    -moz-appearance: none
}

.form__itemBody input[type=number]::-webkit-inner-spin-button,
.form__itemBody input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.form__itemBody textarea {
    height: 200px
}

label.valid-err {
    bottom: -4px;
    color: #f93434;
    position: absolute;
    left: 0
}

.form__age input[type=text] {
    width: 170px
}

.form__age span {
    padding: 0 0 0 10px;
    vertical-align: bottom
}

.form__gender {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

.form__gender li {
    width: 78px
}

.form__gender label {
    cursor: pointer;
    display: block;
    position: relative
}

.form__gender input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    border-radius: 0;
    margin: 0;
    left: 0;
    opacity: 0;
    outline: none;
    padding: 0;
    position: absolute;
    top: 0
}

.form__checkbox input[type=checkbox]:checked + span:after,
.form__gender input[type=radio]:checked + span:after {
    opacity: 1
}

.form__gender span {
    display: block;
    padding: 0 0 0 34px;
    position: relative
}

.form__gender span:before {
    background: #fff;
    border-radius: 24px;
    box-sizing: border-box;
    content: '';
    left: 0;
    height: 24px;
    position: absolute;
    top: 0;
    width: 24px
}

.form__gender span:after {
    background: #000;
    border-radius: 10px;
    content: '';
    left: 8px;
    height: 8px;
    position: absolute;
    opacity: 0;
    top: 8px;
    width: 8px
}

.form__example {
    font-size: 13px;
    margin: 5px 0 0
}

.form__address + .form__address {
    margin: 23px 0 0
}

.form__address dt {
    font-size: 13px;
    font-weight: 700
}

.form__address dd {
    margin: 5px 0 0
}

.form__zipWrap {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form__zip input[type=text] {
    width: 110px
}

.form__zip span {
    padding: 0 8px
}

.form__zip span:nth-of-type(1) {
    padding: 0 9px 0 0
}

.form__zipLink {
    padding: 0 0 0 20px;
    margin: 10px 0
}

.form__zipLink a {
    color: #212121;
    display: block;
    font-size: 13px;
    padding: 0 0 0 20px;
    position: relative
}

.form__zipLink a:before,
.form_customSlect:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px
}

.form__zipLink a:before {
    background: url("../img/common/icon_blank.svg");
    background-size: 10px 10px;
    left: 0;
    height: 10px
}

.form__zipBtn {
    margin: 20px 0 0
}

.form__zipBtn button {
    font-size: 13px
}

.form_customSlect {
    background: #fff;
    display: block;
    position: relative
}

.form_customSlect select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 70px 10px 30px;
    width: 100%
}

.form_customSlect:after {
    background: url("../img/entry/icon_arrow.svg") no-repeat 0 0;
    height: 8px;
    right: 30px
}

.form__checkbox {
    margin: 76px 0 0;
    text-align: center
}

.form__checkbox label {
    cursor: pointer;
    position: relative
}

.form__checkbox input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    border-radius: 0;
    margin: 0;
    left: 0;
    opacity: 0;
    outline: none;
    padding: 0;
    position: absolute;
    top: 0
}

.form__checkbox span {
    padding: 0 0 0 34px;
    position: relative
}

.form__checkbox span:before {
    box-sizing: border-box;
    border: 2px solid #dcecf7;
    content: '';
    left: 0;
    height: 18px;
    position: absolute;
    top: 50%;
    margin: -9px 0 0;
    width: 18px
}

.form__checkbox span:after {
    border: 2px solid #f93434;
    border-width: 0 3px 3px 0;
    content: '';
    left: 5px;
    height: 15px;
    position: absolute;
    opacity: 0;
    top: 50%;
    margin: -10px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 9px
}

.form__checkbox a {
    color: #212121;
    display: inline-block;
    text-decoration: underline
}

.form__submitBox,
.form__text {
    margin: 30px 0 0;
    text-align: center
}

.form__submitBox {
    margin: 74px 0 120px
}

.form__submit {
    width: 190px;
    margin: 0 auto
}

.form__submit .button {
    width: 100%;
    cursor: pointer
}

.form__submit .button[disabled] .button__link {
    background: #eef2f5;
    cursor: default
}

.form__back {
    margin: 38px 0 0
}

.form__back button,
.form__zipBtn button {
    display: inline-block;
    border-bottom: 1px solid #212121;
    border-radius: 0;
    cursor: pointer;
    line-height: 1.1
}

.form__topBtn {
    margin: 0 auto 120px;
    text-align: center;
    width: 190px
}

.contentHead__bgItem {
    background-image: url("../img/entry/bg_contentHead.jpg")
}

.pageFooter {
    border-top: 1px solid #eef4f8
}

.contentBody__require {
    color: #f93434
}

@media screen and (min-width:769px) {
    .contentHead__share li {
        overflow: hidden
    }

    .contentHead__share li:nth-of-type(1) a:after {
        background: url("../img/common/icon_tw.svg") no-repeat 0 0;
        background-size: auto 16px
    }

    .contentHead__share li:nth-of-type(2) a:after {
        background: url("../img/common/icon_fb.svg") no-repeat 0 0;
        background-size: auto 16px
    }

    .contentHead__share li a {
        position: relative;
        display: block;
        line-height: 0
    }

    .contentHead__share li a img,
    .contentHead__share li a:after {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .contentHead__share li a:after {
        content: '';
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .contentHead__share li a:hover img {
        -webkit-animation: shareHover01 .3s ease-out alternate forwards;
        animation: shareHover01 .3s ease-out alternate forwards
    }

    .contentHead__share li a:hover:after {
        -webkit-animation: shareHover02 .3s ease-out .1s alternate forwards;
        animation: shareHover02 .3s ease-out .1s alternate forwards
    }
}

@media screen and (max-width:960px) {
    .form__item {
        display: block;
        margin: 25px 0 0
    }

    .form__itemTitle {
        width: auto;
        padding: 0
    }

    .form__itemTitle br {
        display: none
    }

    .form__item.-middle .form__itemTitle {
        padding-top: 0
    }

    .form__itemBody {
        margin: 5px 0 0;
        padding: 0 0 22px
    }

    .form__itemBody input[type=email],
    .form__itemBody input[type=number],
    .form__itemBody input[type=tel],
    .form__itemBody input[type=text],
    .form__itemBody textarea {
        padding: 5px
    }

    .form__itemBody textarea {
        height: 150px
    }

    .form__age input[type=text] {
        width: 170px
    }

    .form__age span,
    .form__zipLink {
        padding: 0 0 0 10px
    }

    .form__gender li {
        width: 69px;
        line-height: 1.3
    }

    .form__gender span {
        padding: 0 0 0 30px
    }

    .form__gender span:before {
        border-radius: 19px;
        height: 19px;
        width: 19px
    }

    .form__gender span:after {
        border-radius: 19px;
        left: 6px;
        height: 7px;
        top: 6px;
        width: 7px
    }

    .form__address + .form__address {
        margin: 14px 0 0
    }

    .form__address dd {
        margin: 5px 0 0
    }

    .form__zip input[type=text] {
        width: 60px
    }

    .form__zip span {
        padding: 0
    }

    .form__zip span:nth-of-type(1) {
        padding: 0
    }

    .form__zipLink a {
        padding: 0 0 0 15px
    }

    .form__zipBtn {
        margin: 8px 0 0
    }

    .form__example {
        margin: 5px 0 0
    }

    .form_customSlect {
        background: #fff;
        display: block;
        position: relative
    }

    .form_customSlect select {
        padding: 5px 35px 5px 15px
    }

    .form_customSlect:after {
        height: 8px;
        right: 15px;
        width: 10px
    }

    .form__checkbox {
        margin: 48px 0 0
    }

    .form__checkbox span {
        padding: 0 0 0 25px;
        position: relative
    }

    .form__checkbox span:before {
        border-width: 1px;
        height: 15px;
        margin: -7px 0 0;
        width: 15px
    }

    .form__checkbox span:after {
        left: 4px;
        height: 13px;
        opacity: 0;
        margin: -8px 0 0;
        width: 8px
    }
}

@media screen and (max-width:768px) {
    .contentHead {
        height: auto
    }

    .contentHead__top {
        height: 250px
    }

    .contentHead__inner {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center
    }

    .contentHead__subtitle {
        margin: -2px 0 0;
        white-space: nowrap
    }

    .contentHead__bg {
        height: 250px
    }

    .contentHead__bgItem {
        padding-top: 250px
    }

    .contentHead__bottom {
        max-width: 100%;
        padding: 10px 20px 11px;
        position: static;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    .contentHead__share li {
        margin: 0 0 0 25px
    }

    .contentHead__share li img {
        height: 17px
    }

    .contentBody__head {
        padding: 18px 0 0
    }

    .contentBody__head:before {
        height: 32px;
        top: -24px
    }

    .contentBody__lead {
        margin: 2px 0 0
    }

    .breadcrumb__item {
        margin: 0 15px 0 0;
        padding: 0 28px 0 0
    }

    .form.-confirm .form__wrap,
    .form__wrap {
        padding: 50px 40px
    }

    .form.-confirm .form__item {
        margin: 30px 0 0
    }

    .form.-confirm .form__itemTitle {
        padding: 0
    }

    .form.-confirm .form__submitBox {
        margin: 44px 0 45px
    }

    .form.-thanks {
        margin-top: 48px
    }

    .form__wrap {
        margin: 36px 0 0
    }

    .form__gender li {
        line-height: 1.7
    }

    .form__text {
        margin: 11px 0 0
    }

    .form__submitBox {
        margin: 44px 0 45px
    }

    .form__submit {
        width: 130px;
        text-align: center
    }

    .form__submit .button {
        width: 100%
    }

    .form__back {
        margin: 18px 0 0
    }

    .form__topBtn {
        margin: 0 auto 60px;
        width: 190px
    }
}

@media screen and (max-width:539px) {
    .contentHead__title {
        font-size: 40px
    }

    .contentHead__subtitle {
        font-size: 12px
    }

    .contentBody__title {
        font-size: 20px
    }

    .form__itemBody {
        padding: 0 0 18px
    }

    .breadcrumb__item a,
    .form__address dt,
    .form__example,
    .form__zip span,
    .form__zipBtn button,
    .form__zipLink a {
        font-size: 10px
    }
}

@media screen and (max-width:370px) {
    .form__wrap {
        padding: 40px 30px
    }

    label.valid-err {
        font-size: 10px
    }
}

@media screen and (max-width:340px) {
    .contentHead__title {
        font-size: 35px
    }
}