/* BASIC css start */
body{
font-size:1em;}


#wrap {
            width: 100%;
            margin: 0;
            padding: 0;
        }
        
        .s_wrap {
            position:relative;
        }

        #contentWrapper {
            width: 80%;
            margin: 0 auto;
            font-family: 'Noto Sans KR', sans-serif;
            position: relative;

        }

        .t_wrap p {
            margin-top: 10px;
           
        }
        
        
         .title { 


           font-size: 30px;
           color: #000;

           font-weight: bold;
           
           margin-top:20px;
          
       }

        .s_title {
         
            margin-top:50px;
            
            font-size: 40px;
            color: #000;
           
            font-weight: bold;
            text-align: center;

     

        }

        .text {
            font-size: 18px;
            color: #000;
            
            margin: 20px 0;
   

        }


        .sub_title1 {
            font-size: 16px;
            color: #000;
            font-weight: 700;
            line-height: 1;
            letter-spacing: -1px;

            padding-top: 30px;
        }

        .sub_wrap img {
            width: 100%;
            margin-top:10px;
          
        }

        .sub_text {
            text-align: center;
        }
        
       

        .small_img img {
            max-width: 10%;

        }


        .sub_title1 p {
            text-align: left;
            font-size: 16px;
            font-weight: 300;
            color: #000;
            letter-spacing: -0.5px;
           
            padding-top: 10px;
        }

        .join_btn {
            width: 100%;
            text-align: center;
            margin-top: 40px;
        }

        .join_btn li {
            width: 12%;

            display: inline-block;
            margin: 0 0.5%;
        }



        .join_btn a {
            width: 100%;
            height: 40px;
            line-height: 40px;



            background-color: #feec34;
            color: #000;


            font-size: 15px;
            display: block;

        }

        .join_btn a.kakao_btn {


            background-color: #f7e600;
            color: #443731;


            font-size: 15px;
            display: block;

        }

        .join_btn a:hover {

            opacity: 0.8;

        }

        .bx-wrapper {
            position: relative;
        }

        .bx-controls-direction {
            width: 100%;
            font-size: 90px;
        }

        .bx-controls-direction a {

            position: absolute;

            display: block;

            font-size: 50px;
            width: 50px;
            height: 55px;


            overflow: hidden;
            color: #fff;
            filter: drop-shadow(3px 2px 3px #555);
            top: 40%;
        }

        .bx-controls-direction .bx-prev {
            left: 50px;
           

        }

        .bx-controls-direction .bx-next {
            right: 40px;
        }

        .bx-controls-direction .bx-prev:before {
            content: "\e93d";
            font-family: 'xeicon';
        }

        .bx-controls-direction .bx-next:before {
            content: "\e940";
            font-family: 'xeicon';

        }

        .bx-default-pager {
            position: absolute;

            width: 300px;
            left: 50%;
            bottom:-50px;
            text-align:center;
            transform:translate(-50%,-50%);
        }

        .bx-default-pager div {
            display: inline-block;
            margin: 0 5px;
        }

        .bx-default-pager div a {
            display: block;

            width: 30px;
            height: 3.2px;
            border-radius: 0px;
            background-color: #000;
            opacity: 0.2;
            color: transparent;
            font-size: 0;
        }

        .bx-default-pager div a.active {
            opacity: 1;
        }

        .controls {
            position: absolute;
            width: 55px;
            right: 0;
            bottom:-50px;

            z-index: 1;
        }

        .controls i {
            width: 25px;
            height: 25px;
            font-family: 'xeicon';
            font-size: 25px;

            background-color: transparent;
            cursor: pointer;
        }



        .controls i.xi-play {
            content: "\ea3e";


        }

        .controls i.xi-pause {
            content: "\ea3b";

        }

        /*ÇØ»óµµ 1700px ÇÃ·¹ÀÌ Àç»ý ¹öÆ°*/

        @media screen and (max-width: 1700px) {
            
            
            .join_btn li {
               width: 14%;

        }

        }
        
        #footer {
        margin-top:20px !important;
        
        }
        

        .join_btn a.membership { background-color: #a1a1a1; color: #fff;}
/* BASIC css end */

