@media screen and (min-width:1201px) {

    .assistant_desc {
        padding: 45px;
        height: 380px;
        background-image: url('/res/service/img/sub3/img_sub3_3_3_01.png');
        background-position: right bottom;
        background-repeat: no-repeat;
    }
    .assistant_desc .point_text {
        font-size: 16px;
    }
    .assistant_desc .paragraph {
        width: 530px;
        font-size: 14px;
        line-height: 30px;
        color: #000000;
    }

    .club_item {
        position: relative;
        padding: 100px 0;
        border-top: 1px solid #c9c9c9;
        min-height: 400px;
    }
    .club_item.first {
        border-top: none;
    }
    .club_item .club_slide {
        position: absolute;
        left: 0;
        top: 100px;
        width: 450px;
        height: 400px;
    }
    .club_item .club_slide .content_img_list {
        position: relative;
        width: 450px;
        height: 350px;
        background-color: #c9c9c9;
        overflow: hidden;
    }
    .club_item .club_slide .content_img_list > div {
        position: absolute;
        width: 100%;
        height: 350px;
        background-size: cover;
        background-position: center;
    }
    .club_item .club_slide .content_slide_nav {
        margin-top: 30px;
        height: 10px;
        text-align: center;
    }
    .club_item .club_slide .content_slide_nav span {
        display: inline-block;
        border-radius: 10px;
        margin-left: 20px;
        width: 10px;
        height: 10px;
        background-color: #b9b9bb;
        cursor: pointer;
    }
    .club_item .club_slide .content_slide_nav span:first-child {
        margin-left: 0;
    }
    .club_item .club_slide .content_slide_nav span.on {
        background-color: #002f87;
    }
    .club_explain {
        padding-left: 500px;
        line-height: 24px;
    }
    .club_explain .club_name {
        color: #000000;
        font-size: 20px;
        font-family: 'NanumBarunGothicBold', dotum;
        margin: 30px 0;
    }

    .rotc_banner {
        position: relative;
        padding: 40px 40px 40px 250px;
        border: 1px solid #eeeeee;
    }
    .rotc_banner > img {
        position: absolute;
        top: 40px;
        left: 40px;
    }
    .rotc_banner .text1 {
        margin-bottom: 30px;
        color: #000000;
        font-family: 'NanumBarunGothicBold', dotum;
        font-size: 21px;
    }
    .rotc_banner .text1 span {
        display: inline-block;
        margin-left: 10px;
        color: #bebebe;
        font-size: 17px;
    }
    .rotc_banner .text2 {
        margin-bottom: 20px;
        color: #000000;
        font-family: 'NanumBarunGothicBold', dotum;
        font-size: 22px;
    }
    .rotc_banner .text2 span {
        color: #119cae;
    }
    .rotc_banner .text3 {
        line-height: 25px;
        color: #000000;
    }

    .rotc_member_item_list {
        height: 91px;
        margin-bottom: 40px;
    }
    .rotc_member_item {
        display: inline-block;
        position: relative;
        border: 1px solid #e6e6e6;
        margin-right: 30px;
        padding-top: 44px;
        width: 213px;
        height: 47px;
        text-align: center;
        float: left;
    }
    .rotc_member_item div {
        position: absolute;
        top: 0;
        width: 100%;
        height: 44px;
        line-height: 44px;
        background-color: #e6e6e6;
    }
    .rotc_member_item span {
        line-height: 44px;
    }
    .rotc_link_group {
        overflow: auto;
    }
    .rotc_link_group .unique_btn1 {
        width: 165px;
        margin-right: 100px;
        margin-bottom: 20px;
        float: left;
    }
    .rotc_link_group .unique_btn1.row4 {
        margin-right: 0;
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {


    .assistant_desc {
        padding: 45px;
        height: 700px;
        background-image: url('/res/service/img/sub3/tablet/img_sub3_3_3_01.png');
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: cover;
        border: 1px solid #eeeeee;
    }
    .assistant_desc .point_text {
        font-size: 16px;
    }
    .assistant_desc .paragraph {
        width: 530px;
        font-size: 14px;
        line-height: 30px;
        color: #000000;
    }


    .club_item {
        position: relative;
        padding: 60px 0;
        border-top: 1px solid #c9c9c9;
        min-height: 320px;
    }
    .club_item.first {
        border-top: none;
    }
    .club_item .club_slide {
        position: absolute;
        left: 0;
        top: 100px;
        width: 310px;
        height: 280px;
    }
    .club_item .club_slide .content_img_list {
        position: relative;
        width: 310px;
        height: 240px;
        background-color: #c9c9c9;
        overflow: hidden;
    }
    .club_item .club_slide .content_img_list > div {
        position: absolute;
        width: 100%;
        height: 240px;
        background-size: cover;
        background-position: center;
    }
    .club_item .club_slide .content_slide_nav {
        margin-top: 20px;
        height: 10px;
        text-align: center;
    }
    .club_item .club_slide .content_slide_nav span {
        display: inline-block;
        border-radius: 10px;
        margin-left: 20px;
        width: 10px;
        height: 10px;
        background-color: #b9b9bb;
        cursor: pointer;
    }
    .club_item .club_slide .content_slide_nav span:first-child {
        margin-left: 0;
    }
    .club_item .club_slide .content_slide_nav span.on {
        background-color: #002f87;
    }
    .club_explain {
        padding-left: 330px;
        line-height: 24px;
    }
    .club_explain .club_name {
        color: #000000;
        font-size: 20px;
        font-family: 'NanumBarunGothicBold', dotum;
        margin: 30px 0;
    }

    .rotc_banner {
        position: relative;
        padding: 40px 40px 40px 250px;
        border: 1px solid #eeeeee;
    }
    .rotc_banner > img {
        position: absolute;
        top: 40px;
        left: 40px;
    }
    .rotc_banner .text1 {
        margin-bottom: 30px;
        color: #000000;
        font-family: 'NanumBarunGothicBold', dotum;
        font-size: 21px;
    }
    .rotc_banner .text1 span {
        display: inline-block;
        margin-left: 10px;
        color: #bebebe;
        font-size: 17px;
    }
    .rotc_banner .text2 {
        margin-bottom: 20px;
        color: #000000;
        font-family: 'NanumBarunGothicBold', dotum;
        font-size: 22px;
    }
    .rotc_banner .text2 span {
        color: #119cae;
    }
    .rotc_banner .text3 {
        line-height: 25px;
        color: #000000;
    }

    .rotc_member_item_list {
        overflow: auto;
        margin-bottom: 40px;
    }
    .rotc_member_item {
        display: inline-block;
        position: relative;
        border: 1px solid #e6e6e6;
        margin-bottom: 30px;
        padding-top: 44px;
        width: 29.5%;
        height: 47px;
        text-align: center;
        float: left;
    }
    .rotc_member_item.row2 {
        margin-left: 5%;
        margin-right: 5%;
    }
    .rotc_member_item div {
        position: absolute;
        top: 0;
        width: 100%;
        height: 44px;
        line-height: 44px;
        background-color: #e6e6e6;
    }
    .rotc_member_item span {
        line-height: 44px;
    }
    .rotc_link_group {
        overflow: auto;
    }
    .rotc_link_group .unique_btn1 {
        padding: 0 3%;
        width: 24%;
        margin-bottom: 20px;
        float: left;
    }
    .rotc_link_group .unique_btn1.row2 {
        margin-left: 5%;
        margin-right: 5%;
    }

}

@media screen and (max-width:767px) {

    .assistant_desc {
        padding: 20px;
        border: 1px solid #eeeeee;
    }
    .assistant_desc .paragraph {
        line-height: 30px;
        color: #000000;
    }


    .club_item {
        padding: 50px 0;
        border-top: 1px solid #c9c9c9;
    }
    .club_item.first {
        border-top: none;
    }
    .club_item .club_slide {
        height: 250px;
    }
    .club_item .club_slide .content_img_list {
        position: relative;
        height: 220px;
        background-color: #c9c9c9;
        overflow: hidden;
    }
    .club_item .club_slide .content_img_list > div {
        position: absolute;
        width: 100%;
        height: 220px;
        background-size: cover;
        background-position: center;
    }
    .club_item .club_slide .content_slide_nav {
        margin-top: 20px;
        height: 10px;
        text-align: center;
    }
    .club_item .club_slide .content_slide_nav span {
        display: inline-block;
        border-radius: 10px;
        margin-left: 20px;
        width: 10px;
        height: 10px;
        background-color: #b9b9bb;
        cursor: pointer;
    }
    .club_item .club_slide .content_slide_nav span:first-child {
        margin-left: 0;
    }
    .club_item .club_slide .content_slide_nav span.on {
        background-color: #002f87;
    }
    .club_explain {
        line-height: 24px;
    }
    .club_explain .club_name {
        color: #000000;
        font-size: 20px;
        font-family: 'NanumBarunGothicBold', dotum;
        margin: 30px 0;
    }


    .rotc_banner {
        padding: 20px 10px;
        border: 1px solid #eeeeee;
        text-align: center;
    }
    .rotc_banner > img {
        margin-bottom: 20px;
    }
    .rotc_banner .text1 {
        margin-bottom: 30px;
        color: #000000;
        font-family: 'NanumBarunGothicBold', dotum;
        font-size: 17px;
    }
    .rotc_banner .text1 span {
        display: inline-block;
        margin-left: 10px;
        color: #bebebe;
        font-size: 15px;
    }
    .rotc_banner .text2 {
        text-align: left;
        margin-bottom: 20px;
        color: #000000;
        font-family: 'NanumBarunGothicBold', dotum;
        font-size: 17px;
    }
    .rotc_banner .text2 span {
        color: #119cae;
    }
    .rotc_banner .text3 {
        text-align: left;
        line-height: 25px;
        color: #000000;
    }

    .rotc_member_item_list {
        overflow: auto;
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .rotc_member_item {
        display: inline-block;
        position: relative;
        border: 1px solid #e6e6e6;
        margin-bottom: 30px;
        padding-top: 44px;
        width: 48%;
        height: 47px;
        text-align: center;
        float: left;
    }
    .rotc_member_item:nth-child(even) {
        margin-left: 2%;
    }
    .rotc_member_item div {
        position: absolute;
        top: 0;
        width: 100%;
        height: 44px;
        line-height: 44px;
        background-color: #e6e6e6;
    }
    .rotc_member_item span {
        line-height: 44px;
    }
    .rotc_link_group {
        height: 250px;
    }
    .rotc_link_group .unique_btn1 {
        padding: 0 5%;
        width: 38.5%;
        margin-bottom: 20px;
        float: left;
    }
    .rotc_link_group .unique_btn1.even {
        margin-left: 2%;
    }

}
