/* tab */
.main-tabs .nav-item { position: relative;}
.main-tabs .nav-item:before {
    content: '';
    position: absolute;
    display: block;
    width: 73px;
    height: 81px;
    left: -10px;
    top: -20px;
    background-image: url('../images/tab_corn.png'); 
    background-position: center center; background-repeat: no-repeat;
}
.main-tabs .nav-link { padding: .5rem 4rem;}
.main-tabs .nav-link, .main-tabs .nav-link.active { 
    background-color: #FF6F1E; 
    border-color: #FF6F1E;
    color:#fff;
}
.main-tabs .nav-link.active, .main-tabs .nav-link:hover { color: #FFF714;}
/* .nav-tabs { border:0 } */
@media screen and (max-width:1024px){
    .main-tabs .nav-item {
        margin: 0 .25rem;
    }
    .main-tabs .nav-link {
        padding: .5rem 1.4rem .5rem 2.6rem
    }
}
@media screen and (max-width:500px){
    .main-tabs .nav-item {
        width: 100%;
        margin-bottom: .75rem;
        border-radius: .5rem;
        box-shadow: 0 3px 6px rgba(0,0,0, .16);
    }
    .main-tabs .nav-item:before {
        left: 10px;
    }
    .main-tabs .nav-link {
        border-radius: .5rem;
        padding: 1rem;
        font-size: 1.15rem;
    }
}
/* .section1 */
.section1 {
    margin-top: 3rem;
    background-image: url('../images/section1_bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}
.section1 > .title {
    clear: both;
    width: 292px;
    height: auto;
    margin: 7.5rem auto 5rem;
}
.section1 > .title img {
    width: 100%;
}
.section1 .content {
    margin: 2rem auto;
    clear: both;
}
.section1 .list {
    width: 70%;
    margin: 1rem auto;
}
.section1 .list .text {
    padding: 1rem;
    color: #FF6F1E;
    font-size: 1.125rem;
}
.line-container {
    width: 70%;
    margin: 1rem auto;
}
.arrow {
    width: 20%;
    height: 15px;
    background-image: url('../images/icon_arrow.png');
    background-repeat: no-repeat;
    background-position: top center;
}
.line {
    height: 15px;
    width: 80%;
    background-image: url('../images/hr_dot.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.section1 .bottom {
    background-image: url('../images/section1_bg_bottom.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    padding-bottom: 7rem;
} 
@media screen and (max-width:1200px){
    .section1 .list.d-flex {
        width: 82%;
    }
    .section1 > .title {
        margin-top: 5.5rem;
    }

}
@media screen and (max-width:1024px){
    .section1 .content {
        margin: 1rem auto;
    }
    .section1 .bottom img {
        width: 60%;
    }
    .section1 > .title {
        width: 200px;
        margin: 6rem auto;
    }
    .section1 .list.d-flex {
        width: 80%;
        display: block;
        position: relative;
    }
    .section1 .list .title , .section1 .list .state {
       position: absolute;
    }
    .section1 .list .title {
        z-index: 2;
        left: calc(50% - 170px);
        width: 120px;
        height: 120px;
    }
    .section1 .list .title img {
        width: 100%;
    }
    .section1 .list .state {
        left: calc(50% - 100px);
        top: 20px;
     }
    .section1 .list .text {
        margin-top: 12rem;
    }
    .section1 .align-self-center {
        -ms-flex-item-align: normal!important;
        align-self: normal!important;
    }
    .line-container {
        width: 86%;
        margin: 1rem auto;
    }
    .arrow {
        display: none;
    }
    .line {
        width: 90%;
        margin: 0 auto;
        background-image: url('../images/hr_dot.png');
    }
}
@media screen and (max-width:992px){
    .section1 > .title {
        margin-top: 4rem;
    }
}
@media screen and (max-width:768px){
    .section1 > .title {
        height: auto;
        width: 180px;
        margin: 4rem auto;
    }
    .section1 .list .title {
        z-index: 2;
        left: calc(50% - 150px);
        width: 100px;
        height: 100px;
    }
    .section1 .bottom {
        padding-bottom: 3rem;
    }
}
@media screen and (max-width:600px){
    .section1 {
        background-image: url('../images/section1_mobile_bg.png');
        background-size: 100%;
    }
    .section1 .bottom {
        background-image: url('../images/section1_mobile_bg_bottom.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center bottom;
    }
    .section1 > .title {
        margin: 6.5rem auto;
    }
}
@media screen and (max-width:600px){
    .section1 > .title {
        margin: 4rem auto;
    }
}
@media screen and (max-width:375px){
    .section1 > .title {
        margin: 3rem auto;
    }
}
@media screen and (max-width:320px){
    .section1 > .title {
        margin: 2rem auto;
    }
}
/* section2 */
.section2 {
    /* margin-top: 3rem; */
    background-image: url('../images/section2_bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}
.section2 > .title {
    clear: both;
    width: 280px;
    height: auto;
    margin: 5rem auto 3rem;
}
.section2 .content {
    margin: 0 auto;
    width: 70%;
    clear: both;
}
.video-wrapper {
    padding: 1rem;
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,.16);
}
.section2 .bottom {
    background-image: url('../images/section2_bg_bottom.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    padding: 2rem 0 6rem;
}
.section2 .bottom img {
    width: 70%;
}
@media screen and (max-width:1024px){
    .section2 > .title {
        width: 200px;
        height: auto;
        margin: 3rem auto 1rem;
    }
    .section2 > .title img {
        width: 100%;
    }
}
@media screen and (max-width:768px){
    .video-wrapper {
        padding: .5rem;
    }
    .section2 > .title {
        width: 180px;
        height: auto;
        margin: .75rem auto 0;
    }
    .section2 > .title img {
        width: 100%;
    }
    .section2 .content {
        width: 82%;
    }
    .section2 .bottom {
        padding: 1rem 0 3rem;
    }
    .section2 .bottom img {
        width: 90%;
    }
}
/* .section3 */
.section3 {
    /* margin-top: 3rem; */
    background-image: url('../images/section3_bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}
.section3 > .title {
    clear: both;
    width: 280px;
    height: auto;
    margin: 5rem auto 0rem;
}
.section3 > .title img {
    width: 100%;
}
.section3 .btn-awards {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 380px;
}
.section3 .content {
    margin: 0 auto;
    width: 80%;
    clear: both;
}
.section3 h3 {
    font-size: 1.25rem;
}
.section3 h3 span:nth-of-type(2) {
    font-size: .9rem;
    margin-left: .25rem;
}
.section3 p {
    line-height: 1.7;
}
.girl-container {
    position: relative;
    text-align: center;
}
.girl-container .girl {
    /* margin: 0 auto; */
}
.girl-container .soup {
    position: absolute;
    width: 446px;
    bottom: 0;
    right: 0;
    z-index: 3;
}
.form-wrapper {
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #FF6F1E;
    padding: 2rem 2rem 0 2rem;
    box-shadow: 3px 3px 12px rgba(0,0,0,.24);
    margin: -10rem auto 4rem;
    position: relative;
    z-index: 2;
}
.form-wrapper , .form-wrapper p{
    font-size: 1.125rem;
}
.valid {
    color: red;
    font-size: .75rem;
}
.qa {
    margin: 1rem 0;
}
.qa form {
    padding-left: 2rem;
}
.section3 p {
    line-height: 1.7;
}
.section3 .btn-primary , .modal .btn-primary {
    width: 260px;   
}
.section3 .valid-wrapper, .agreement {
    width: 80%;
    margin: 0 auto;
}
.section3 .valid-wrapper .col-sm-7 ,.section3 .valid-wrapper .col-sm-5 {
    padding: 0;
}
.agreement {
    padding: 3rem 0;
    text-align: center;
}
.agreement a {
    text-decoration: underline!important;
    cursor: pointer;
    padding-left: .25rem;
}
/* form & btn */
select option:first-child {
    color: red;
}
.corn-btn-lg {
    padding: 0;
}
.btn-primary a {
    padding: .5rem 1rem;
}
.btn-primary {
    background-color: #FF6F1E;
    border-color: #FF6F1E;
    border-radius: 3rem;
}
.btn-primary a {
    color: #fff;
    display: block;
}
.btn-primary a {
    color: #fff;
}
.btn-primary:hover {
    background-color: #E26D16;
    border-color: #E26D16;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #E26D16;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    border-color: #E26D16;
}
input[type="text"], input[type="tel"], input[type="email"] {
    width: 200px;
}
.checkbox span {
    padding-left: .25rem;
}
input#valid {
    width: 130px;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #AFAFAF;
    opacity: 1; /* Firefox */
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #AFAFAF;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #AFAFAF;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #FF0000;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #FF0000;
    background-color: #FF0000;
}
.custom-control-label::before {
    border: 1px solid #999;
    background-color: #fff;
}
.valid-content {
    width: 80px;
    height: 2.25rem;
    line-height: 2.25rem;
    border: 1px solid #ccc;
    margin: 0 .5rem;
    display: inline-block;
}
label[for="valid"] {
    margin-right: 1rem;
}
p.small {
    font-size: .75rem;
}
.btn-wrapper {
    margin: 3.5rem 0;
}
.section3 h4 {
    font-size: 1.125rem;
    color: #fff;
    padding: .2rem 1rem;
    background-color: #FF6F1E;
    text-align: center;
    display: inline-block;
    border-radius: 1rem;
}
.section3 h5 {
    color: #EB4000;
    text-decoration: underline;
    font-size: 1.125rem;
}
.section3 p {
    margin-bottom: 1rem;
    color: #FF6F1E;
}
.section3 p a {
    color: #FF6F1E;
    text-decoration: underline;
}
.red {
    color: #FF0E0E;
    display: block;
    line-height: 1.5;
    font-size: .9rem;
}
.gift-wrapper {
    margin: 2rem 0;
}
.gift-wrapper .col-md-6:nth-child(1) {
    padding-right: 0;
}
.gift-wrapper .col-md-6:nth-child(2) {
    padding-left: 0;
}
.gift-wrapper .col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
}
.section3 .bottom {
    background-image: url('../images/section3_bg_bottom.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    padding-bottom: 100px;
}
@media screen and (max-width:1200px){
    .girl-container .soup {
        width: 340px;
        bottom: 60px;
    }
}
@media screen and (max-width:1024px){
    .section3 > .title {
        width: 200px;
        height: auto;
        margin: 5rem auto 1rem;
    }
    .section3 > .title img {
        width: 100%;
    }
}
@media screen and (max-width:991px){
    .girl {
       margin-left: -100px;
    }
    .girl-container .soup {
        /* width: 220px; */
        bottom: 90px;
    }
    .section3 .content {
        width: 86%;
    }
    .section3 {
        background-image: url('../images/section3_mobile_bg.png');
        background-size: 102%;
    }
    .section3 .bottom {
        background-image: url('../images/section3_mobile_bg_bottom.png');
        background-repeat: no-repeat;
        background-size: 101.4%;
        background-position: center bottom;
        padding-bottom: 100px;
    }
    p.small {
        display: block;
        width: 100%;
        margin-left: 4rem;
        font-size: .75rem!important;
    }
}
@media screen and (max-width:768px){
    .gift-wrapper .col-md-6:nth-child(1) {
        padding-right: 15px;
    }
    .gift-wrapper .col-md-6:nth-child(2) {
        padding-left: 15px;
    }
    .gift-wrapper .col-md-4 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .gender-wrapper {
        margin-top: 1rem;
    }
    .gender-wrapper .custom-control-inline {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .section3 {
        background-image: url('../images/section3_mobile_bg.png');
        background-size: 103.7%;
    }
    .section3 .bottom {
        background-size: 103%;
    }
    .section3 > .title {
        width: 180px;
        height: auto;
        margin: 2rem auto 1rem;
    }
    .section3 .btn-awards {
        width: 100%;
    }
    .form-wrapper {
        margin-top: -6rem;
    }
    .girl {
        margin-left: -100px;
    }
    .girl-container .soup {
        bottom: 20px;
    }
    .qa form {
        padding-left: 0;
    }
    .form-wrapper {
        padding: 2rem 1rem;
    }
    .form-wrapper , .form-wrapper p{
        font-size: 1rem;
    }
    .custom-control-inline {
        display: block;
    }
    .section3 hr {
        display: none;
    }
    .section3 .pl-5 {
        padding: 0!important;
    }
}
@media screen and (max-width:767px){
    .girl {
        margin-left: -40px;
    }
    .girl-container .soup {
        width: 300px;
    }
}
@media screen and (max-width:480px){
    .section3 .btn-primary {
        width: 100%;
    }
    input[type="text"], input[type="tel"], input[type="email"] {
        width: 100%;
    }
    .section3 h3.my-5 {
        margin: 2rem 0 0!important;
    }
    .agreement {
        padding: 0;
        text-align: left;
    }
    .section3 .valid-wrapper, .agreement {
        width: 100%;
        margin: 1rem 0;
    }
    p.small {
        display: inline-block;
        margin-left:0;
        margin-right: .75rem;
        text-align: right;
    }
    .valid-content {
        width: 60px;
    }
    label[for="valid"] {
        margin-right: .2rem;
    }
    .btn-wrapper {
        margin: 1rem 0;
    }
    .girl-container .soup {
        width: 220px;
    }
}
@media screen and (max-width:320px){
    input#valid {
        width: 86px;
        font-size: .75rem;
        padding: .375rem .25rem;
    }
}
#videoModal .modal-header {
    padding: 0;
}
#videoModal .modal-body {
    padding: 0;
}
#videoModal.modal h6 {
    position: absolute;
    top: -50px;
    left: calc(50% - 160px);
    text-align: center;
    font-size: 1.125rem;
    color: #FF121F;
    padding: .5rem 0;
    width: 320px;
    background-color: #fff;
    border-radius: 3rem;
    box-shadow: 0 3px 6px rgba(0,0,0, .16);
}
.modal-backdrop {
    background-color: #FFD4A2;
    
}
#videoModal .modal-backdrop.show {
    opacity: .7;
}
#videoModal .modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
#videoModal .modal-header .close {
    position: absolute;
    top: -50px;
    right: 16px;
    color: #fff;
    font-size: 2rem;
    padding: .5rem;
    background-color: #FF121F;
    opacity: 1;
    border-radius: 2rem;
}
#videoModal .modal-content {
    padding: 0;
    border: 0;
    background: transparent;
}
.modal .btn-primary {
    margin: 0 auto;
}
.modal h4 {
    color: #FF6F1E;
    text-align: center;
}
.modal-content {
    border-radius: 1rem;
    padding: 1rem 2rem;
}
@media screen and (max-width:480px){
    #videoModal .modal-header .close {
        top: -90px
    }
}
.section-line {
    margin-top: -36px;
    margin-bottom: -36px;
    height: 160px;
    background-image: url('../images/line.png'); 
    background-position: center center; background-repeat: no-repeat;
    background-size: 23px 100%;
}
@media screen and (max-width:480px){
    .section-line {
        background-size: 12px 100%;
        margin-top: -26px;
        margin-bottom: -26px;
        height: 120px;
    }
}
.backdrop-yellow {
    background-color: red;
}
