@charset "utf-8";

@media screen and (max-width: 1600px){ 
    .support {
        right: 100px;
    }
}
@media screen and (max-width: 1200px){ 
    .support {
        right: 50px;
    }
    .burstWrap {
        top: 0;
        right: 0;
    }
    .burstTxt {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}
@media screen and (max-width: 997px){ 
    /********** index - header **********/
    header {
        position: fixed;
        top: 0;
    }
    header .innerHeader h1 {
        left: 50%;
        transform: translate(-50%,-50%);
    }
    #mainNav {
        position: absolute;   
        top: 75px;
        right: 0;
        width: 100%;
        transform: none;
        overflow: hidden;
        transform: none;
        background: #ffffff;
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }
    #mainNav ul li {
        width: 25%;
        margin-left: 0;
        text-align: center;
        border-left: 1px solid #dddddd;
        padding: 10px 0;
    }   
    #mainNav ul li:nth-child(1) {
        margin-left: 0;
    }
    #mainNav ul li:hover, #mainNav ul li:focus {
        background: #387be3;
    }
    #mainNav ul li a {
        display: inline-block;
    }
    #mainNav ul li:hover a, #mainNav ul li:focus a {
        color: #ffffff;
    }
    header .innerHeader .menuToggle {
        display: block;
    }
    .mainNotice {
        top: 118px;
        line-height: 40px;
    }
    .mainNotice .innerNotice {
        padding: 0;
    }
    .mainNotice .newsList ul li {
        width: 80%;
    }
    
    /********** index mainVis **********/
    #mainVis .mainVisTitle {
        font-size: 3rem;
    } 
    #mainVis .mainVisTxt p:nth-child(1) {
        font-size: 1.6rem;
    }
    #mainVis .mainVisTxt p:nth-child(2) {
        font-size: 1.2rem;
    }
    #mainVis .downLoad a img {
        width: 150px;
    }
    
    /********** index section **********/
    #main section h2 {
        font-size: 2rem;        
    }       
    #main section h2 + p {
        font-size: 1rem;
    }
    #main section.intro > div > div ul li {
        margin: 50px 0 0 0 !important;
    }
    #main section.intro > div > div ul li h3 {
        font-size: 1.6rem;
    }
    #main section.intro > div > div ul li, #main section.intro > div > div ul li:last-child {
        width: 50%;
    }
    #main section.intro > div > div ul li p {
        width: 80%;
        margin: 0 auto;
    }
    section.product .productBox {
        width: calc(33% - 8px);
    }
    section.product .productBox:nth-child(1) {
        width: 34%;
        text-align: center;
        border: 3px solid #387be3;
        z-index: 999999;
    }
    section.product .productBox .priceBoxTitle {
        padding: 10px;
    }
    section.product .productBox .priceBoxTitle + p {
        margin: 5px 0 0 0;
    }
    section.product .productBox .priceView {
        padding: 16px 0;
    }
    #subHeader .utill ul li:first-child {
        display: none;
    }
    .subMenuOpen {
        position: absolute;
        top: 50%;
        left: 24px;
        transform: translateY(-50%);
        display: inline-block;
        font-size: 28px;
    }
    #subLayout .subNav {
        top: 0;
        left: -270px;
        z-index: 99999
    }    
    #subLayout .subNav .subNavTop {
        display: block;
    }
    #subLayout .subNav .subMenuClose {
        display: block;
    }
    #subLayout .subNav h2.subNavTitle {
        padding-bottom: 0;
        border-bottom: none;
    }
    #subLayout .subNav .subNavBox {
        margin-top: 20px;
    }
    #subLayout .ContentWrap {
        margin: 117px 0 0 0;
    }
    .myState > div p {
        font-size: 1.8rem;
    }
    .myState div p img {
        width: 32px;
    }
}

@media screen and (max-width: 768px){  
    .btnSet button {
        width: 100%;
    }    
    .btnMd {
        font-size: 1rem;
    }
    header .innerHeader h1 a img {
        height: 40px;
    }
   
    /* #mainNav {display: none;}*/
    
    #mainVis {
        padding: 180px 0 80px;
    }
    #mainVis .mainVisTitle {
        font-size: 2.6rem;
    }
    #mainVis .mainVisTxt p:nth-child(1) {
        font-size: 1.4rem;
    }
    #mainVis .mainVisTxt p:nth-child(2) {
        margin: 5px 0 0 0 ;
        font-size: 1rem;
    }
    
    /*.mainNotice .newsCtrl {
        position: absolute; 
        top: 0; 
        right: 0;
    }
    .mainNotice .newsCtrl {
        width: 50px;
        height: 100px;
        margin: 0;
    }
    .mainNotice .newsCtrl a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
    }*/
    /*
    .mainNotice .more {
        display: inline-block;
        right: auto;
        left: 140px;
    }
    .mainNotice .more a {
        line-height: 18px;
        margin-top: 14px;
        padding: 5px 15px;
        border-radius: 15px;
    }*/
    
    /********** index .intro **********/
    #main section.intro {
        padding: 100px 0;   
    }
    #main section.intro > div > div ul {
        margin: 0;
    }
    #main section.intro > div > div ul li div {
        width: 160px;
        height: 160px;
        margin: 0 auto;
    }
    #main section.intro > div > div ul li div img {
        width: 100px;
    }
    #main section.intro > div > div ul li h3 {
        font-size: 1.6rem;
    }
    #main section.intro > div > div ul li {
        margin: 50px 0 0 0;
        padding: 0;
    }
    #main section.intro > div > div ul li h3 {
        font-size: 1.4rem;
    }
    #main section.intro > div > div ul li p {
        width: 80%;
        margin: 0 auto;
        font-size: 1rem;
        line-height: 1.6rem;
    }
    
    
    #main .section {
        padding: 80px 0;
    }
    #main section h2 {
        font-size: 1.8rem;
    }
    #main .section .mainTextBox {
        width: 80%;
        margin: 0 auto ;
        text-align: center;
    }
    #main .section .mainImgBox {
        width: 80%;
        margin: 60px auto 0;
    }    
    #main .section .mainTextBox h2 + p  {
        width: 80%;
    }
    #main .section .mainTextBox, #main .section .mainImgBox {
        float: none;
        padding: 0;
    }
    #main .section:nth-child(even) .mainTextBox, #main .section:nth-child(even) .mainImgBox {
        float: none;
    }
    #main .community article {
        float: none;
        width: 100%;
        margin: 30px 0 0 0;
    }
    #main .community article:nth-child(even) {
        margin-left: 0;
    }  
    
    #main section.product h2 strong {
        display: block;
    }
    section.product .productWrap {
        padding: 0;
    }
    section.product .productBox {
        display: block;
        width: 80%;
        margin: 30px auto;
    }
    section.product .productBox:nth-child(1) {
        width: 80%;
    }
    section.product .productBox:nth-child(2) {
        float: none;
        margin: 30px auto;
    }
    section.product .productBox:nth-child(3) {
        float: none;
        margin: 30px auto;
    }
    .burstWrap  {
        top: 20%;
        right: 20px;
    }   
    section.product .productBox .priceBoxTitle + p {
        top: 20%;
        right: 30px;
    }
    footer .innerFooter {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    footer .innerFooter > div, footer .innerFooter > div:last-child {
        float: none;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .burstWrap {
        top: 0;
    }
    .burstTxt {
        right: 30px;
    }
    .ftInfo {
        margin-top: 10px;
        overflow: hidden;
        text-align: center;
    }
    .ftInfo .ftInfoWrap {
        text-align: center;
    }
    .ftInfo .ftInfoWrap ul {
        display: inline-block;        
    }
    .ftEtc {
        margin-top: 30px;
    }
    /******************************************/
    /**************** sub page ****************/
    /******************************************/
    #subHeader .utill ul li {
        line-height: 65px;
        font-size: 0.8rem;
    }
    #subMain h2.subConTitle {
        padding-bottom: 20px;
    }
    #sub .members .container {
        margin: 110px auto 0;
    }    
    #sub .members .membersLayout {
        margin: 0 auto;
        border: none;
        border-radius: 0;
        box-shadow: none;
        padding: 60px 24px 50px 24px;
    }
    #sub .members .formLine.inputMobile input {
        padding: 10px 0 10px 60px;
    }
    #sub .members .formLine.inputMobile .iti__selected-flag {
        padding: 0 8px;
    }
    #subFooter .ftLogo {
        max-width: 100%;
        text-align: center;
    }
    #subLayout .ContentWrap {
        padding: 32px 16px 0 16px;
    }
    
    #subMain .paddingBox .searchBox {
        overflow: hidden;
    }
    #subMain .paddingBox .searchBox select {
        display: block;
        width: 100%;
    }
    #subMain .paddingBox .searchBox input {
        display: block;
        width: 100%;
        margin: 15px 0 0 0;
    }
    #subMain .paddingBox .searchBox button {
        display: block;
        width: 100%;
        margin: 15px 0 0 0;
    }
    
    .affcode .myCode .paddingBox {
        border: none;
        border-bottom: 2px solid #387be3;
    }
    .affcode .myCode .paddingBox p span {
        font-size: 1.4rem;
    }
    .affcode .myCode .btnSet button {
        width: auto;
        text-align: center;
    }
    #subMain.notice .tableWrap {
        overflow: hidden;
    }
    #subMain.notice .table .colNumbar, #subMain.notice .table .colCategory {
        display: none; 
    }
    #subMain.notice .table tr {
        position: relative;
        
    }
}

@media screen and (max-width: 680px){ 
    .pagination ul li {
        margin-left: 6px;
    }
    .affcode .myCode .btnSet {    
    }
    .affcode .myCode .btnSet button {
        display: block;
        width: 100%;
        margin: 10px 0 0 0;
    }
    .affcode .myCode .btnSet button img {
    }
}

@media screen and (max-width: 600px){
    .guide .boxWrap > div {
        width: 100%;
    }
    .guide .boxWrap > div:nth-child(odd) {
        margin: 0;
    }
    .guide .boxWrap > div:nth-child(even) {
        margin: 24px 0 0 0 ;
    }
}

@media screen and (max-width: 480px){ 
    .pagination ul li a {
        padding: 5px 12px
    } 
    .container {    
        padding-left: 16px;
        padding-right: 16px;
    }
    .mainNotice h3.mainNoticeTitle {
        display: none;        
        margin-bottom: 0;
        font-size: 1rem;
        color: #ffffff;
        text-align: center;
    }
    .mainNotice .newsList ul li {
        width: 100%;
    }
    .mainNotice .newsList marquee {
        width: 100%;
    }
    
    .mainNotice .more {
        display: none;
    }
    #main section h2 {
        font-size: 1.6rem;
    }
    #main section.intro > div > div ul li, #main section.intro > div > div ul li:last-child {
        width: 100%;
    }
    #main section.intro > div > div ul li div {
        padding: 20px;
    }
    #main section.intro > div > div ul li div img {
        width: 80px;
    }
    #main .section .mainTextBox h2 + p, #main .section .mainImgBox {
        width: 100%;
    }
    #main .community article ul li a {
        width: 100%;
    }
    #main .community article ul li span {
        display: none;
    }
    section.product .productBox {
        width: 90%; 
    }
    section.product .productBox:nth-child(1) {
        width: 90%;
    }
    .burstWrap  {
        top: 0;
        right: 0;
    }   
    section.product .productBox .priceBoxTitle p {
        top: 0;
        right: 10px;
    }

    .ftInfo ul li {
        font-size: 0.7rem;
    }
    .myState div {
        padding: 16px;
    }   
    .myState > div p {
        font-size: 1.6rem;
    }
    .myState div p img {
        width: 30px;
    }
    .myState div button {
        position: absolute;
        bottom: 10px; 
        right: 10px;
    }
}