
@media all and (max-width: 480px){
    /* -------------------- input -------------------- */
    
    /* -------------------- 버튼 & 탭 -------------------- */
    
    /* -------------------- 테이블 -------------------- */
    
    /* -------------------- 폼 레이아웃 -------------------- */
    
    /* -------------------- popup -------------------- */
    
    /* -------------------- layout -------------------- */
    /* 컨텐츠 */
    html{
        min-width: 320px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    body{
        min-width: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .inner{
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .leftCon{
        float: inherit;
    }
    .rightCon{
        float: inherit;
    }
    
    .mainTit{
        font-size: 28px;
        color: #000;
    }
    
    .headerWp{
        height: 70px;
    }
    .header .logo{
        width: 100px;
        height: auto;
        margin-top: 20px;
    }
    .header .side-menuBtn{
        display: inline-block;
    }
    .header .menuAr{
        float: inherit;
        margin-top: 0;
    }
    .header .menuCon{
        display: none;
        width: 250px;
        height: 100%;
        margin-top: 0;
        padding: 0 15px;
        background-color: #fff;
        position: fixed;
        top: 0;
        right: -250px;
        z-index: 1200;
        -moz-transition-duration: 0.4s;
        -ms-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }
    .header .menuCon.open{
        right: 0;
        display: block;
    }
    .header .menuCon .btnAr{
        margin-top: 65px;
    }
    .header .menuCon .btnAr .hBtn{
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .header .menuCon .close{
        width: 40px;
        height: 40px;;
        background: url(../images/side_menu_close.png) no-repeat center / 100% auto;
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .header .menuAr .dim{
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1100;
    }
    .moHeaderBtn{
        display:block;
        position:absolute;
        top:50%;
        right:15px;
        transform:translateY(-50%);
    }
    .header .btnAr.moHeaderBtn .hBtn{
        padding:7px 1.5vh 6px;
        margin-left:7px;
        margin-top:2px;
    }

    /* 메인 */
    .contents.main{
        padding-top: 70px;
    }
    .contents.main .inner{
        padding-top: 80px;
        padding-bottom: 120px;
        position: relative;
    }
    .contents.main .leftCon .mainTit{
        font-size: 29px;
        color: #fff;
    }
    .contents.main .leftCon .txtWp{
        margin-top: 198px;
    }
    .contents.main .leftCon .txtWp .tit{
        margin-bottom: 10px;
        font-size: 20px;
    }
    .contents.main .leftCon .txtWp .txt{
        font-family: 'NotoSansKR-Demi';
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: -0.5px;
    }
    .contents.main .leftCon .btnAr{
        display: block;
        margin-bottom: 50px;
    }
    .contents.main .leftCon .btnAr .btn{
        min-width: 110px;
        padding: 10px 20px;
        border-radius: 20px;
        background-color: #fff;
    }
    .contents.main .leftCon .btnAr .btn .tx{
        /*width: 102px;*/
        display: inline-block;
        height: 18px;
        font-size: 14px;
        color: #FF213C;
        line-height: 18px;
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: auto 18px;
    }
    .contents.main .leftCon .btnAr .btn.android .tx{
        padding-left: 24px;
        background-image: url(../images/main_app_android.png)
    }
    .contents.main .leftCon .btnAr .btn.ios .tx{
        padding-left: 20px;
        background-image: url(../images/main_app_ios.png)
    }
    .contents.main .rightCon{
        width: 100%;
        min-height: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    .contents.main .rightCon .phone-MockUp{
        width: 205px;
        position: absolute;
        top: 130px;
        left: 66vw;
    }

    /* 애즈워드 소개 */
    .contents.introduce .inner{
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .contents.introduce .leftCon{
        margin-top: 0;
    }
    .contents.introduce .leftCon .mainTit{
        text-align: center;
    }
    .contents.introduce .leftCon .mainTit .tx{
        font-size: 31px;
        line-height: 34px;
    }
    .contents.introduce .leftCon .txtWp{
        margin-top: 20px;
    }
    .contents.introduce .leftCon .txtWp .txt{
        font-family: 'NotoSansKR-M';
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }
    .contents.introduce .leftCon .txtWp .txt .tx{
        display: inline-block;
        line-height: 1;
    }
    .contents.introduce .rightCon{
        margin-top: 40px;
    }
    .contents.introduce .rightCon .characterBox{
        display: block;
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-bottom: 20px;
        padding: 32px 10px 32px;
        box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.03), 0px 9px 20px rgba(0, 0, 0, 0.08);
        text-align: center;
    }
    .contents.introduce .rightCon .characterBox .ic{
        width: 85px;
        height: 85px;
        margin: auto;
    }
    .contents.introduce .rightCon .characterBox .txtWp{
        margin-top: 22px;
    }
    .contents.introduce .rightCon .characterBox .txtWp .tit{
        font-size: 16px;
    }
    .contents.introduce .rightCon .characterBox .txtWp .txtAr{
        margin-top: 6px;
    }
    .contents.introduce .rightCon .characterBox .txtWp .txtAr .txt{
        font-size: 13px;
        line-height: 19px;
    }

    /* 리워드 소개 */
    .contents.reward .inner{
        padding-top: 70px;
        padding-bottom: 30px;
    }
    .contents.reward .mainTit{
        margin-bottom: 45px;
    }
    .contents.reward .reward-character-box{
        display: block;
        width: 80%;
        height: auto;
        margin-right: auto;
        margin-bottom: 1px;
        margin-left: auto;
        padding: 35px 20px 30px;
    }
    .contents.reward .reward-character-box:first-child {
        margin-left: auto;
    }
    .contents.reward .reward-character-box:last-child{
        margin-right: auto;
        padding: 35px 20px 35px;
    }
    .contents.reward .reward-character-box .ic{
        display: inline-block;
        width: 102px;
        height: 102px;
        border: 7px solid #e9e9e9;
    }
    .contents.reward .reward-character-box .txtWp{
        margin-top: 18px;
    }
    .contents.reward .reward-character-box .txtWp .tit{
        font-family: 'NotoSansKR-B';
        font-size: 16px;
        color: #000;
    }
    .contents.reward .reward-character-box .txtWp .txtAr{
        margin-top: 5px;
        font-size: 13px;
        line-height: 19px;
    }

    /* 구독광고 소개 */
    .contents.subscription .inner{
        padding-top: 70px;
        padding-bottom: 20px;
    }
    .contents.subscription .mainTit{
        margin-bottom: 45px;
    }
    .contents.subscription .leftCon{
        margin-left: 0;
    }
    .contents.subscription .leftCon .txtAr .txt{
        font-family: 'NotoSansKR-L';
        font-size: 24px;
        line-height: 31px;
        text-align: center;
    }
    .contents.subscription .rightCon{
        margin-top: 40px;
        margin-right: 0;
    }
    .contents.subscription .rightCon .characterNum{
        margin-bottom: 0;
    }
    .contents.subscription .rightCon .characterNum .txtWp{
        width: 290px;
        margin-left: 15px;
        padding: 18px 24px 20px;
        border-radius: 10px;
    }

    .contents.subscription .rightCon .swiper-container{
        width: 100%;
        padding-left: 3vw;
    }
    .contents.subscription .rightCon .swiper-wrapper{
        display: flex;
    }
    .contents.subscription .rightCon .swiper-slide{
        width: 320px;
    }

    /* 애즈워드란 */
    .contents.isAdsward{
        position: relative;
    }
    .contents.isAdsward .inner{
        padding-top: 70px;
        padding-bottom: 60px;
    }
    .contents.isAdsward .leftCon .mainTit{
        line-height: 45px;
        text-align: center;
    }
    .contents.isAdsward .leftCon .mainTit .ic{
        display: inline-block;
        width: 149px;
    }
    .contents.isAdsward .leftCon .txtWp {
        margin-top: 525px;
    }
    .contents.isAdsward .leftCon .txtWp .txt {
        margin-bottom: 10px;
        font-family: 'NotoSansKR-Demi';
        font-size: 16px;
        line-height: 24px;
    }
    .contents.isAdsward .rightCon{
        position: absolute;
        top: 180px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
    }
    .contents.isAdsward .rightCon .phone-MockUp {
        width: 340px;
        height: auto;
        margin-top: 0;
    }

    /* 푸터 */
    .footerWp .footer-info{
        font-size: 13px;
    }
    .footerWp .footer-btnAr .lBtnAr,
    .footerWp .footer-btnAr .rBtnAr{
        display: block;
        float: inherit;
        white-space: nowrap;
    }
    .footerWp .footer-btnAr .rBtnAr .btn{
        margin-top: 10px;
    }
    .footerWp .footer-btnAr .lBtnAr .btn {
        margin-right: 10px;
        border: 0.5px solid #e5e5e5;
    }
    .footerWp .footer-info .inner {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .footerWp .footer-info .infoAr .infoCon{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .footerWp .footer-info .infoAr .infoCon:last-child{
        margin-bottom: 0;
    }
    .footerWp .footer-info .infoAr .tit{
        font-size: 15px;
        margin-bottom: 6px;
    }
    .footerWp .footer-info .infoAr .company .comInfo > *{
        letter-spacing: -0.8px;
        line-height: 1.3;
    }
    .footerWp .footer-info .infoAr .company .tit{
        letter-spacing: 0.0px;
    }
    .footerWp .footer-info .infoAr .company .info{
        line-height: 1.3;
    }
    .footerWp .footer-info .infoAr .company .info span{
        display: inline-block;
        line-height: 1.3;
    }
    .footerWp .footer-info .infoAr .company .term{
        margin-right: 3px;
    }
    .footerWp .footer-info .infoAr .csEmail{
        line-height: 0.8;
    }
    .footerWp .footer-info .copyRight{
        font-size: 12px;
    }
    .footerWp .footerLogo {
        display: none;
    }
    
@media all and (max-width: 320px){
    .contents.main .leftCon .txtWp .txt {
        font-size: 12px;
    }
    .contents.main .rightCon .phone-MockUp {
        left: 72vw;
    }
    .contents.subscription .leftCon .txtAr .txt {
        font-size: 21px;
        line-height: 26px;
    }
    .contents.subscription .rightCon .characterNum .txtWp .tit {
        font-size: 15px;
    }
    .contents.subscription .rightCon .characterNum .txtWp .txt {
        font-size: 12px;
    }
    .contents.subscription .rightCon .swiper-slide {
        width: 280px;
        padding-right: 20px;
    }
    .contents.isAdsward .rightCon .phone-MockUp {
        width: 280px;
    }
    .contents.isAdsward .leftCon .txtWp {
        margin-top: 450px;
    }
    .contents.isAdsward .leftCon .txtWp .txt {
        font-size: 15px;
        line-height: 20px;
    }
    .footerWp .footer-info {
        font-size: 12px;
    }
    .footerWp .footer-info .infoAr .tit {
        font-size: 14px;
    }
    
    .footerWp .footer-info .infoAr .company .comInfo > *{
        line-height: 1.2;
    }
    .footerWp .footer-info .infoAr .company .info{
        line-height: 1.2;
    }
    .footerWp .footer-info .infoAr .company .info span{
        line-height: 1.2;
    }
    .footerWp .footer-btnAr .lBtnAr,
    .footerWp .footer-btnAr .rBtnAr{
        white-space: normal;
    }
}