@font-face {
 font-family: 'NanumSquare';
 font-weight: 400;
 src: url(../fonts/NanumSquareR.eot);
 src: url(../fonts/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NanumSquareR.woff) format('woff'),
      url(../fonts/NanumSquareR.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 700;
 src: url(../fonts/NanumSquareB.eot);
 src: url(../fonts/NanumSquareB.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NanumSquareB.woff) format('woff'),
      url(../fonts/NanumSquareB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 800;
 src: url(../fonts/NanumSquareEB.eot);
 src: url(../fonts/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NanumSquareEB.woff) format('woff'),
      url(../fonts/NanumSquareEB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 300;
 src: url(../fonts/NanumSquareL.eot);
 src: url(../fonts/NanumSquareL.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NanumSquareL.woff) format('woff'),
      url(../fonts/NanumSquareL.ttf) format('truetype');
}
@font-face {
  font-family: 'Black Han Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/black-han-sans-v8-latin_korean-regular.eot'); /* IE9 Compat Modes */
  src: local('Black Han Sans Regular'), local('BlackHanSans-Regular'),
       url('../fonts/black-han-sans-v8-latin_korean-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/black-han-sans-v8-latin_korean-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/black-han-sans-v8-latin_korean-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/black-han-sans-v8-latin_korean-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/black-han-sans-v8-latin_korean-regular.svg#BlackHanSans') format('svg'); /* Legacy iOS */
}
/*=======================
        General 
=======================*/

html,
body {
    font-family: 'Myriad Pro';
    font-weight: 400;
    color: #000;
    margin: 0;
}
p{
    margin: 0 0 20px;
    line-height: 1.3;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Myriad Pro';
    font-weight: 400;
}
h1{
    font-size: 54px;
    margin: 0 0 25px 0;
}
h2{
    font-size: 36px;
    margin: 0 0 25px 0;
}
h3{
    font-size: 20px;
    margin: 0 0 20px 0;
}
h4{
    font-size: 18px;
    margin: 0 0 20px 0;
}
h5{
    font-size: 16px;
     margin: 0 0 20px 0;
}
h6{
    font-size: 14px;
    margin: 0 0 20px 0;
}
 a:hover{
     text-decoration: underline;
 }
 a {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-decoration: none;
}
img{
    height: auto;
    max-width: 100%;
}
.container{
    max-width: 1120px;
    margin: auto;
}
@media (max-width: 1120px){
    .container{
        padding-left: 30px;
        padding-right: 30px;
    }
}
.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-vetical-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.flex-horizontal-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.col-half{
    width: 50%;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
#header{
    padding-top: 31px;
}
.w750{
    display: none;
}
@media (max-width: 750px){
    .w750{
        display: block;
    }
    .h750{
        display: none;
    }
}
/*Header*/
#header p{
    font-family: 'NanumSquare';
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.03em;
}
/*SECTION TOP*/
.section-top {
    padding-top: 40px;
    padding-bottom: 75px;
}
.text-skew{
    font-size: 110px;
    color: #ffbb08;
    letter-spacing: -0.03em;
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    display: inline-block;
    margin-left: 204px;
    line-height: 62.15px;
        margin-bottom: 55px;
}
.section-top-inner{
    padding: 20px 66px 0 84px;
}
.text-group{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 67px;
}
.text-group img{
    position: absolute;
    top: -47px;
    left: 322px;
}
.text-group p{
    font-size: 88px;
    line-height: 75.59px;
    letter-spacing: -0.03em;
    color: #000;
    margin-bottom: 0;
}
.text-l{
    margin-right: 172px;
}
.text-group-bottom{
    align-items: center;
}
.text-group-bottom-left{
    width: 34%;

}
.text-group-bottom-right{
    width: 66%;
}
.text-group-bottom-right h3 {
    font-size: 52px;
    line-height: 56.94px;
    letter-spacing: -0.03em;
}
.text-group-bottom-right h3 span {
    background: #fec530;
    padding-right: 5px;
    padding-top: 3px;
}
.des p{
    font-family: 'Myriad Pro';
    font-weight: 400;
    font-size: 24px;
    line-height: 42.37px;
    color: #000;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    max-width: 557px;
}
.des p strong{
    font-weight: bold;
    font-size: 32px;
}

.tags{
    font-family: 'Myriad Pro';
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    letter-spacing: -0.03em;
}
.tags a{
    color: #ad6e00;
}
/*BOTTOM*/
.section-bottom {
    padding: 70px 0;
    padding-bottom: 93px;
    background: #1b1b1b;
    border-top: 10px solid #fec530;
    border-bottom: 10px solid #fec530;
}
.section-bottom-top{
    background: #FFFFFF;
    padding: 37px 40px 42px 40px;
}
.req{
    list-style: none;
    padding-left: 0;
}
.req li {
    padding: 15px 0;
    font-size: 18px;
    line-height: 10px;
    font-weight: normal;
    letter-spacing: -0.03em;
    font-weight: 400;
    font-family: 'Myriad Pro';
}
.req li p{
    margin-bottom: 0;
}
.req li span {
    font-size: 24px;
    line-height: 22px;
    letter-spacing: -0.03em;
    padding-bottom: 11px;
    background: #FFC107;
    margin-right: 30px;
    font-family: 'Myriad Pro';
    text-align: center;
    font-weight: 800;
    width: 160px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    color: white;
}
.req li strong {
    font-weight: 800;
}
.section-bottom-bot{
    padding-top: 65px;
}
.section-bottom-bot p {
    font-size: 22px;
    line-height: 38px;
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 55px;
    font-family: 'Myriad Pro';
    font-weight: 400;
}
.section-bottom-bot p a{
    color: #FFF;
}
.btn {
    font-size: 44px;
    color: #000;
    position: relative;
    width: 350px;
    text-align: center;
    height: 100px;
    line-height: 110px;
    display: inline-block;
    font-family: 'Myriad Pro';
    font-weight: 900;
}
.btn:hover{
    text-decoration: none;
}
.btn span{
    position: relative;
    z-index: 999;
}
.btn:before{
    content: '';
    background: #FFF;
    display: inline-block;
    border-radius: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 350px;
    text-align: center;
    height: 100px;
    z-index: 2;
}
.btn:after{
    content: "";
    width: 350px;
    text-align: center;
    height: 100px;
    line-height: 110px;
    background: #fec530;
    display: inline-block;
    border-radius: 10px;
    position: absolute;
    top: 8px;
    left: 8px;
}
/*POPUP*/
.popup{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 99999;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
}
.popup.show{
    visibility: visible;
    opacity: 1;
}
.bg-overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.6);
}
.popup-inner {
    max-width: 920px;
    margin: auto;
    background: #FFF;
    position: absolute;
    top: 10vh;
    left: 50%;
    transform: translateX(-50%);
    width: 76%;
}
.popup-header{
    height: 110px;
    padding: 0 40px;
    background: #fec530;
}

.popup-header p {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.03em;
    color: #000;
    margin-bottom: 0;
    margin-left: 30px;
    font-weight: 800;
    padding-top: 12px;
}
.popup-content{
    padding: 35px 40px 65px;
}
.heading {
    position: relative;
    padding-left: 20px;
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 0;
    padding-bottom: 15px;
    font-weight: 600;
}
.heading span.square{
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #fec530;
    position: absolute;
    left: 0;
    top: 37%;
    transform: translateY(-50%);
}
.heading:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 94%;
    height: 5px;
    background: #000;
    z-index: 2;
}
.heading:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 5px;
    background: #fec530;
}

.policy span {
    background: #f5f5f5;
    border: 1px solid #bfbfbf;
    color: #b5b5b5;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 20px !important;
    display: block;
    text-align: left;
    font-weight: 300;
    height: 118px;
}
.policy b {
    padding-top: 15px;
    display: block;
}
.input-group input[type="checkbox"]{
    padding: 0;
    height: 0;
    width: 0;
    margin-bottom: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.input-group label {
    position: relative;
    cursor: pointer;
}
.input-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #aaaaaa;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    width: 17px;
    height: 17px;
}
.input-group input:checked + label:before{
    background: #fec530;
    border-color: #fec530;
    border-radius: 2px;
}
.input-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 13px;
    height: 13px;
    background: url(../images/tick.png) no-repeat center center/cover;
    transform: translateY(-50%);
}
.policy label {
    /* font-family: 'NanumSquare'; */
    font-size: 14px;
    line-height: 38px;
    letter-spacing: -0.03em;
    font-weight: 400;
}
.show-popup{
    overflow: hidden;
}
.form-group{
    border-bottom: 3px solid #bfbfbf;
    position: relative;
}
.form-group > label {
    width: 196px;
    padding-left: 40px;
    line-height: 71px;
    letter-spacing: -0.03em;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 600;
}
.form-group > label span{
    color: red;
}
.error{
    position: absolute;
    bottom: 7px;
    right: 15px;
    font-style: italic;
    color: #ff2323;
    font-family: 'Myriad Pro';
    font-size: 14px;
    letter-spacing: -0.03em;
    margin: 0;
}
input {
    height: 70px;
    width: calc(100% - 196px);
    box-sizing: border-box;
    border: none;
    font-size: 20px;
    padding: 0 30px;
    color: #000;
    outline: none;
    border-radius: 0;
    font-weight: 300;
}
input:focus{
    border: none;
}
input:placerholder{
    color: #a0a0a0;
    font-weight: normal;
}
.checkbox-group{
    width: calc(100% - 196px);
    box-sizing: border-box;
    position: relative;
}
.checkbox-group ul{
    list-style: none;
    padding-left: 30px;
}
.checkbox-group ul li{
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 30px;
}
.checkbox-group ul li:nth-child(5),.checkbox-group ul li:nth-child(6){
    margin-bottom: 0;
}
.checkbox-group ul li:nth-child(5){
    margin-right: 18px;
}
.checkbox-group label{
    font-size: 18px;
    font-weight: normal;
    font-family: 'Myriad Pro';
    letter-spacing: -0.03em;
}
.note{
    color: #ff2323;
    position: absolute;
    right: 0;
    bottom: 7px;
    font-family: 'Myriad Pro';
    font-size: 14px;
    letter-spacing: -0.03em;
    margin: 0;
}
.upload-group{
    width: calc(100% - 196px);
    box-sizing: border-box;
    position: relative;
    padding-left: 30px;
}
.upload-group input[type='file']{
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.upload-group label {
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fec530;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-right: 15px;
    cursor: pointer;
    padding: 2px 12px;
}
.upload-group p {
    margin-bottom: 0;
    font-size: 17px;
    letter-spacing: -0.03em;
    font-weight: 300;
    font-style: italic;
}

.form-group.last{
    border-bottom: 4px solid #000;
}
.form-note{
    padding: 15px 0 0 0;
}
.form-note p {
    font-size: 16px;
    line-height: 26px;
    color: #535353;
    letter-spacing: -0.03em;
    margin-bottom: 5px;
    font-weight: 700;
    font-style: italic;
}
.form-note ol{
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 35px;
}
.form-note li {
    font-size: 16px;
    line-height: 26px;
    color: #535353;
    letter-spacing: -0.03em;
    font-style: italic;
}
#submit {
    width: 230px;
    height: 60px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 24px;
    letter-spacing: -0.03em;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 800;
    font-family: 'Myriad Pro';
}
#submit:hover{
    opacity: .8;
}
.img-mb{
    display: none;
}
/*Pag Task*/
.taks-top{
    /* padding-top: 65px; */
    padding-bottom: 70px;
}
/*.task-top-inner{
    padding: 0 140px 0 200px;
}*/
.task-top-inner h1 {
    font-size: 48px;
    line-height: 112px;
    letter-spacing: -0.03em;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 7px;
    font-family: 'Compacta';
    text-align: center;
}
.task-top-inner {
    padding: 0 140px 0 200px;
}
.bg-text {
    font-size: 34px;
    line-height: 56.36px;
    letter-spacing: -0.03em;
    background: url(../images/text-bg.png) no-repeat center center/cover;
    text-align: center;
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 80px;
    font-family: 'Myriad Pro';
    font-weight: 400;
    padding: 0 50px;
}
.good-job {
    text-align: center;
}
.bg-text strong {
    font-weight: 900;
}
.task-top-inner h1 strong {
    font-size: 80px;
    color: #fec530;
    font-weight: 400;
}
.task-top-bottom-right{
    padding-left: 30px;
}
.task-top-bottom-right h2 {
    font-size: 46px;
    line-height: 51px;
    letter-spacing: -0.03em;
    margin-bottom: 5px;
    font-family: 'Myriad Pro';
    font-weight: 800;
}
.task-top-bottom-right h3 {
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.03em;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    font-family: 'Myriad Pro';
    font-weight: 800;
    font-style: italic;
    padding: 6px 15px 2px 10px;
}
.task-top-bottom-right p strong {
    font-weight: 800;
}
.task-top-bottom-right h3 span{
    z-index: 9;
    position: relative;
}
.task-top-bottom-right h3:before{
    content: '';
    width: 100%;
    height: 41px;
    display: inline-block;
    background: #fec530;
    position: absolute;
    top: -4px;
    left: 0;
    border-radius: 10px;
    text-align: center;
}
.task-top-bottom-right p {
    font-size: 23px;
    line-height: 31.56px;
    letter-spacing: 0;
    font-family: 'Myriad Pro';
    font-style: italic;
    margin-left: 20px;
}
.intro-item-4 .yellow-color {
    font-style: italic;
}
.task-top-bottom-right h4{
    font-family: 'Myriad Pro';
    font-weight: bold;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -0.03em;
}
.intro-item {
    color: #FFF;
    padding-left: 25px;
}
.intro-item h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.03em;
    text-align: left;
    margin-bottom: 0px;
    flex-direction: row;
    justify-content: start;
    font-weight: 800;
}
.intro-item-4 h2 {
    padding-left: 18px;
}
h5.sub-title {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    padding-top: 5px;
    padding-right: 10px;
}
.intro-item-3 h2 {
    padding-left: 58px;
}
.intro-item-3 {
    padding-left: 0;
}
.intro-item h2 span {
    font-size: 23px;
}
.intro-item-1 img {
    margin-top: 18px;
    margin-bottom: 28px;
}
.intro-item-2 img{
    margin-top: 10px;
    margin-bottom: 20px;
}
.intro-item-3 img {
    margin-top: 58px;
    margin-bottom: 30px;
}
.intro-item-4 img {
    margin-top: 0;
    margin-bottom: 30px;
}
.intro-item h2 span.num {
    font-size: 60px;
    color: #fec530;
    margin-right: 10px;
    font-weight: 400;
    font-family: 'Black Han Sans';
}
.intro-item p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    font-family: 'Myriad Pro';
}
.yellow-color {
    color: #fec530;
}
.intro-item-3 .yellow-color, 
.intro-item-4 .yellow-color {
    font-weight: 800;
}
.text-it {
    font-style: italic;
    font-size: 21.5px;
    font-weight: 400;
    font-family: 'Myriad Pro';
    line-height: 30px;
}
.intro-item h4{
    font-family: 'Myriad Pro';
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #fec530;
    font-weight: bold;
    margin-bottom: 0;
}
.intro-inner .intro-row:first-child .col-half{
    padding-top: 42px;
    padding-bottom: 70px;
    border-bottom: 2px dashed #505050;
}
.intro-inner .intro-row:last-child .col-half{
    padding-top: 70px;
    padding-bottom: 12px;
}
.intro-row .col-half{
    box-sizing: border-box;
}
.intro-row .col-half:first-child{
    border-right: 2px dashed #505050;
}
.task-content .section-bottom{
    padding-top: 0px;
}
.intro{
    padding: 60px 0;
}
.flex-vetical-top{
    align-items: flex-start;
}
.req ol{
    padding-left: 10px;
}
.req ol li {
    padding: 0;
    line-height: 21px;
}
.task-content .section-bottom-top{
    padding: 20px 40px;
}
#support-sreas{
    font-weight: bold;
}
/*REsult*/
.popup-content{
    position: relative;
}
.result{
    position: absolute;
    left: 50%;
    bottom: 200px;
    width: 100%;
    transform: translateX(-50%);
    max-width: 500px;
    border: 1px solid #c9c9c9;
    background: #fff;
    padding: 45px 0;
}
.result p{
    font-family: 'Myriad Pro';
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.03em;
}
.result h3{
    font-family: 'Myriad Pro';
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.03em;
    margin-bottom: 25px;
}
.btn-pop{
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    display: inline-block;
    color: #FFF;
    background: #000;
    outline: none;
    font-family: 'Myriad Pro';
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.03em;
}
.btn-pop:hover{
    opacity: .8;
}
.btn-pop.btn-yellow{
    margin-left: 30px;
    background: #fec530;
    color: #000;
}
.section-bottom-bot p strong {
    font-weight: 800;
}
@media(max-width: 1120px){
    /*.text-top{
        text-align: right;
    }*/
    .img-pc{
        display: none;
    }
    .img-mb{
        display: block;
    }
    .section-top-inner {
        padding: 20px 30px 0 30px;
    }
    p.text-r {
        display: block;
        width: 100%;
        text-align: right;
    }
    .req li p{
        width: 100%;
        padding-top: 25px;
        padding-left: 30px;
    }
    .req ol {
        padding-left: 50px;
        width: 100%;
        padding-top: 25px;
    }
    .task-top-inner{
        text-align: center;
        padding: 0 30px;
    }
    .task-top-bottom{
        -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
    }
    .task-top-inner h1 {
        text-align: center;
        padding-left: 0;
    }
}

@media (max-width: 1000px){
    .intro-row .col-half{
        width: 100%;
        border: none !important;
        border-bottom: 2px dashed #505050 !important;
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .intro-row:last-child .col-half:last-child{
        border-bottom: none!important;
    }
}
@media(max-width: 835px){
    .bg-text {
        font-size: 32px;
    }
}

@media(max-width: 800px){
    .bg-text {
        font-size: 29px;
    }
}

@media(max-width: 750px){
    .section-bottom-bot p {
        font-size: 21px;
        line-height: 26px;
    }
    .section-bottom-bot p span {
    display: block;
}
    .container{
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .req li p{
        padding-right: 30px;
    }
    #header{
        padding-top: 49px;
    }
    #header p {
        font-family: 'Myriad Pro';
        font-size: 3.2VW;
        font-weight: bold;
    }
    .section-top-inner {
        padding: 0;
    }
    .text-group{
        padding: 0 30px;
        margin-bottom: 10.8vw;
    }
    .text-group p{
        font-size: 11.73vw;
        line-height: 10.080vw;
    }
    .text-group-bottom-right h3{
        padding: 0 30px;
        margin-bottom: 40px;
        font-size: 54px;
        line-height: 1.1;
    }
    .text-group-bottom-right .des{
        padding: 0 30px;
        display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
    }
    .text-group-bottom-right .des *{
        width: 50%;
        box-sizing: border-box;
    }
    .text-group-bottom-right .des p{
        padding-left: 4vw;
        font-size: 3.467vw;
        line-height: 5.600vw;
    }
    .text-group-bottom-right .des p strong{
        font-size: 4.533vw;
    }
    .text-group img{
        left: 48vw;
        top: -6.267vw;
        max-width: 27.6vw;
    }
    .section-top {
        padding-top: 12.666vw;
        padding-bottom: 10vw;
    }
    .text-top {
        text-align: right;
        padding: 0 4vw;
    }
    .text-l{
        margin-right: 0;
    }
    p.text-r{
        margin-top: 20px;
    }
    .text-skew{
        margin-left: 0;
        font-size: 14.666666666666666VW;
        margin-bottom: 7.333333333333333VW;
    }
    .text-group-bottom-right{
        width: 100%;
    }
    .tags{
        font-size: 3.2vw;
        line-height: 1.8;
        margin-top: 5.333vw;
    }
    .section-bottom {
        border-top: 20px solid #fec530;
        border-bottom: 20px solid #fec530;
    }
    .req li span {
        font-size: 3.2vw;
        width: 21.3vw;
        height: 8vw;
        line-height: 3vw;
        padding: 0;
        text-align: center;
    }
    .req ol {
        padding-right: 30px;
    }
    .req li{
        padding: 4.8vw 0;
    }
    .section-bottom-top{
        padding: 12px 0 24px;
    }
    .section-bottom-bot {
        padding-top: 60px;
    }
    .section-bottom {
        padding: 80px 0;
        padding-bottom: 120px;
    }
    .btn {
        font-size: 8vw;
        color: #000;
        position: relative;
        width: 61.33vw;
        text-align: center;
        height: 17.33vw;
        line-height: 17.33vw;
        display: inline-block;
    }
    .btn:before {
        width: 61.33vw;
        height: 17.33vw;
    }
    .btn:after{
        width: 61.33vw;
        height: 17.33vw;
    }
    .req li {
        line-height: initial;
        font-size: 18px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .popup-content {
        padding: 50px 30px 80px;
    }

    .popup-header p{
        width: calc(100% - 130px);
        box-sizing: border-box;
        margin-left: 0;
        text-align: right;
        font-size: 4.533333VW;
    }
    .popup-header {
        height: 17.33vw;
        padding: 0 30px;
        font-size: 8.533333333333333vw;
        line-height: 6.666666666666667vw;
    }
    .heading{
        font-size: 4.266666666666667VW;
    }
    .policy span{
        height: 26.6vw;
        line-height: 26.6vw;
        font-size: 5.333333333333334VW;
    }
    .policy label {
        font-size: 3.4666666666666663VW;
        line-height: 1.8;
        color: #000;
    }
    .policy {
        margin-bottom: 8.6vw;
    }
    .popup-inner{
        width: calc(100% - 60px);
    }
    .form-group > label{    
        width: 35%;
        line-height: 14.6vw;
        padding-left: 25px;
        font-size: 3.7VW;
    }
    input{
        width: 65%;
        height: 14.6vw;
        font-size: 3.7VW;
        padding: 0 4vw;
    }
    .checkbox-group ul,.upload-group{
        padding-left: 4vw;
    }
    .checkbox-group{
        width: 65%;
        padding: 10px 0;
    }
    .popup-inner .col-half{
        width: 100%;
        border: none !important;
    }
    .checkbox-group label{
        font-size: 3.733333333333334VW;
    }
    .input-group input:checked + label:after{
        width: 19px;
        height: 19px;
    }
    .input-group label:before{
        width: 24px;
        height: 24px;
    }
    .note {
        left: -48%;
        bottom: 26%;
        font-size: 2.933333333333333VW;
    }
    .upload-group{
        width: 65%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .upload-group p{
        font-size: 2.933333333333333VW;
        line-height: 4.266666666666667VW;
    }
    .upload-group label{
        margin-bottom: 20px;
        width: 150px;
        height: 50px;
        line-height: 50px;
        font-size: 3.733333333333334VW;
    }
    .form-note p{
        font-size: 2.933333333333333VW;
        line-height: 4.8VW;
    }
    .form-note li{
        font-size: 2.9VW;
        line-height: 4.8VW;
    }
    .form-note{
        padding: 25px 0 0 0;
    }
    .form-note ol{
        margin-bottom: 9.3VW;
    }
    #submit {
        width: 48VW;
        height: 13.3VW;
        font-size: 5.3VW;
    }
    /*Task*/
    .task-top-inner h1 {
        font-size: 12.1VW;
        line-height: 10.6VW;
        text-align: center;
        margin-bottom: 33px;
    }
    .task-top-inner h1 strong {
        font-size: 14.3VW;
        letter-spacing: 0;
        line-height: initial;
    }
        .task-top-inner {
        padding: 0 4VW;
    }
    .taks-top {
        padding-top: 21.3VW;
        padding-bottom: 13.3vw;
    }
    .bg-text {
        font-family: 'Myriad Pro';
        font-size: 3.8VW;
        line-height: 6.9VW;
        padding: 0 6.666666666666667VW;
    }
    .task-top-bottom-right {
        padding-left: 0px;
        width: 100%;
    }
    .task-top-bottom-right-top{
        display: flex;
        align-items: center;
    }
    .task-top-bottom-right-top{
        margin-bottom: 25px;
    }
    .task-top-bottom-right-top img{
        width: 40%;
    }
    .task-top-bottom-right-top-l{
        width: 60%;
        padding-left: 15px;
        text-align: left;
    }
    .task-top-bottom-right h2{
        font-size: 6.33333333333333VW;
        line-height: 7.6VW;
    }
    .task-top-bottom-right h3 {
        font-size: 3.5VW;
        line-height: 4.5vw;
    }
    .task-top-bottom-right h3:before{
        height: 6.666666666666667VW;
    }
    .task-top-bottom-right p {
        font-size: 18px;
        line-height: 21px;
        letter-spacing: 0;
    }
    .task-top-bottom-right p span {
    /* display: block; */
}
    .task-top-bottom-right h4{
        font-size: 4.2vw;
        line-height: 3.7VW;
    }
    .intro {
        padding: 2VW 0 0;
    }
    .intro-row .col-half {
        padding-top: 11.3vw !important;
        padding-bottom: 11.3vw !important;
    }
    .intro-item h2 {
        font-size: 7.1vw;
        line-height: 8.7vw;
        display: inherit;
        padding-left: 0;
    }
    .intro-item h2 span.num {
        font-size: 10.6vw;
    }
    .intro-item-1 img {
        margin-top: 9.3vw;
        margin-bottom: 9.3vw;
    }
    .intro-item-2 img {
        margin-top: 6.6vw;
        margin-bottom: 5.3vw;
    }
    .intro-item-3 img,.intro-item-4 img  {
        margin-top: 5.3vw;
        margin-bottom: 5.3vw;
    }
    .intro-item p {
        font-size: 18px;
        line-height: 21px;
        letter-spacing: 0;
    }
    .intro-item h4{
        font-size: 4.2vw;
        line-height: 6.1vw;
    }
    .task-content .section-bottom-top {
        padding: 2VW 0px 6.1vw;
    }
    .result{
        max-width: 90%;
    }
    .result p {
        font-size: 3.4vw;
        line-height: 5.3vw;
    }
    .result h3{
        font-size: 4.5vw;
    }
    .btn-pop{
        font-size: 3.4vw;
        height: 7.3vw;
        line-height: 7.3vw;
    }
    .btn-pop.btn-yellow{
        margin-left: 5.3vw;
    }
}
@media(max-width: 580px){
    .checkbox-group ul li:nth-child(5){
        margin-bottom: 10px;
    }
    .task-top-bottom-right h3 {
        font-size: 3.4VW;
        line-height: 3.5vw;
    }
    .intro-item {
        color: #FFF;
        padding-left: 0;
    }
    .req li span {
        font-size: 18px;
        width: 123px;
        height: 46px;
        line-height: 18px;
        padding: 0;
        text-align: center;
    }
}
@media(max-width: 480px){
    .task-top-bottom-right h3 {
        font-size: 3.4VW;
        line-height: 3.5vw;
    }
}
@media(max-width: 460px){
    .task-top-bottom-right p {
        font-size: 16px;
        line-height: 18px;
    }
    h5.sub-title {
        font-size: 18px;
    }
}

@media(max-width: 460px){
    .req li p{
        padding-right: 4vw;
        padding-left: 4vw;
    }
    .checkbox-group ul li{
        display: block;
        margin-right: 0;
    }
    .input-group label:before{
        margin-right: 5px;
    }
    .intro-item h2{
        text-align: center;
    }
    .intro-item h2 span.num{
        display: block;
        margin-bottom: 10px;
        width: 100%;
        margin-left: 0;
    }
    .task-top-inner {
        padding: 0;
    }
    .text-group-bottom-right h3{
        font-size: 7.2vw;
    }
    .popup-inner {
        width: calc(100% - 30px);
    }
    .form-group > label {
        padding-left: 10px;
    }
    .text-group-bottom-right .des{
        justify-content: center;
    }
    .text-group-bottom-right .des p{
        width: auto;
    }
    .text-group,.text-group-bottom-right h3,.text-group-bottom-right .des{
        padding: 0;
    }
    p.text-r{
        margin-top: 0;
    }
    .note {
        left: 0;
        bottom: 0;
        text-align: right;
    }
    .input-group input:checked + label:after{
        top: 10px;
    }
    .popup-header{
        padding: 0 15px;
    }
    .popup-content {
        padding: 50px 15px 80px;
    }
    .error{
        font-size: 2.8vw;
    }

    .popup-header p{
        font-size: 4.533333VW;
    }
}

@media (max-width: 441px){
    h5.sub-title {
        font-size: 22px;
        font-weight: 800;
        text-align: center;
        padding-top: 5px;
    }
}
@media (max-width: 406px){
    .intro-item p {
        font-size: 16px;
        line-height: 21px;
    }
    h5.sub-title {
        font-size: 21px;
        font-weight: 800;
        text-align: left;
        padding-top: 5px;
        padding-right: 10px;
    }
}
@media (max-width: 406px){
    .intro-item p {
        font-size: 18px;
        line-height: 21px;
    }
    h5.sub-title {
        font-size: 21px;
        font-weight: 800;
        text-align: center;
        padding-top: 5px;
        padding-right: 10px;
    }

    .task-top-bottom-right h3 {
        font-size: 3.4VW;
        line-height: 2.5vw;
    }
}
@media (max-width: 391px){
    .btn-pop.btn-yellow{
        /* margin-left: 0; */
        /* margin-top: 20px; */
        padding: 0px 20px;
    }
    #result br{
        display: block;
    }
    .btn-pop {
        font-size: 4.5vw;
        height: 7.3vw;
        line-height: 7.3vw;
    }
    h5.sub-title {
        font-size: 19px;
        
    }
    .text-it {
        font-size: 18.5px;
        line-height: 26px;
    }
}
@media (max-width: 375px){
    .intro-item p {
        font-size: 14px;
        line-height: 19px;
    }
    .req li {
        line-height: 2.8vw;
        font-size: 17px;
    }
}
@media (max-width: 320px){
    h5.sub-title {
        font-size: 18px;
    }
    .intro-item p {
        font-size: 15px;
        line-height: 21px;
    }
    .task-top-bottom-right h3 {
        font-size: 3.4VW;
        line-height: 1.5vw;
    }
    .req li {
        line-height: 2.8vw;
        font-size: 15px;
    }
    .section-bottom-bot p {
        font-size: 18px;
        line-height: 26px;
    }
}