@charset "utf-8";
.sub_contents {
    display: inline-block;
    width: 100%;
}
.tit_h4 {
    font-family: 'NanumSquare', 'Nanum Gothic', 'Dotum', sans-serif, cursive;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
    color: #000;
    margin: 30px 0 15px 0;
}
.tit_h4 strong {
    font-weight: 700
}
.tit_h5 {
    font-family: 'NanumSquare', 'Nanum Gothic', 'Dotum', sans-serif, cursive;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1px;
    color: #000;
   margin: 40px 0 10px 0;
}
h6 {
    display: block;
    color: #222;
    font-weight: bolder;
    padding: 30px 0 5px 0;
    font-size: 16px;
    margin-bottom: 5px;
}
.txt_style01 {
    font-size: 16px;
    line-height: 26px;
    color: #3c3c3c;
    margin-top: 10px
}
.txt_style02 {
    font-size: 14px;
    line-height: 24px;
    color: #3c3c3c;
    margin-top: 10px;
    font-weight: normal;
}
.txt_style03 {
    line-height: 18px;
    color: #474747
}
.txt_style04 {
    font-size: 14px;
    line-height: 24px;
    color: #3c3c3c;
}
.table_style01 {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #3384d0;
    border-width: 2px 0 0 0;
    margin: 20px 0 20px 0;
}
.table_style01 thead th {
    padding: 15px;
    color: #000;
    font-weight: 700;
    background-color: #fafafa;
    border: 1px solid #dadada;
    border-right: none;
    text-align: center;
}
.table_style01 thead th:first-child {
    border-left: 0
}
.table_style01 tbody th {
    padding: 15px;
    color: #000;
    font-weight: 700;
    background-color: #fafafa;
    border: 1px solid #dadada;
    border-top: none;
}
.table_style01 tbody th:first-child {
    border-left: 0
}
.table_style01 tbody td {
    padding: 15px;
    color: #464646;
    border: 1px solid #dadada;
    border-width: 0 0 1px 1px;
    text-align: center
}
.table_style01.left tbody td {
    text-align: left;
}
.table_style01 tbody td:first-child {
    border-left: 0
}
.table_style01 tbody td a {
    color: #464646;
}
.table_style01.calendar tbody td{
	height: 90px;
	vertical-align:top;
	text-align:left;
}
.table_style01.calendar tbody td.today{
	background: #00addf;
	color: #fff;
}
.table_style01.calendar tbody td.today p{
	color: #fff;
}
.list_style01 {
    padding-left: 20px;
}
.list_style01 li {
    background: url(../images/common/dot_arrow_black.gif) 0 5px no-repeat;
    padding-left: 8px;
    line-height: 21px;
    margin-bottom: 8px
}
.list_style01 li:last-child {
    margin-bottom: 0
}
.list_style02 {
    padding-left: 20px;
}
.list_style02 li {
    background: url(../images/common/dot_arrow2.gif) 0 7px no-repeat;
    padding-left: 8px;
    line-height: 18px;
    margin-bottom: 8px;
    font-size: 14px;
}
.in_liststyle {
    font-size: 13px;
    color: #333
}
.in_liststyle li {
    background: none;
    margin: 5px 0
}
p.info {
    padding: 10px 0 10px 20px;
}
p.title_style01 {
    background: url(../images/common/dot_circle_oran.png) 0 8px no-repeat;
    padding-left: 15px;
    margin: 15px 0 10px 10px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
p.title_style02 {
    padding-left: 0;
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}
dl.dl_style01 {
    padding-left: 20px;
    padding-bottom: 2px;
}
dl.dl_style01 dt {
    text-decoration: underline;
}
/* 01.ȸ��Ұ� */

.txt_desc {
    width: 100%;
    display: inline-block;
    margin: 20px 0 40px 0;
}
.txt_desc .left {
    float: left;
    width: 25%;
    font-size: 21px;
    color: #333;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: -0.02em;
	word-break:normal;
    clear: both;
	overflow:hidden;
}
.txt_desc .right {
    float: right;
    width: 70%;
    margin-left: 5%;
    font-size: 15px;
    color: #333;
    line-height: 24px;
    margin-top: 30px;
}
.history {
    width: 100%;
    height: 100%;
    padding-top: 50px;
    position: relative;
}
.history:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 1px;
    top: -10px;
    height: 100%;
    background: #999;
}
.history .cont_box {
    position: relative;
    margin-bottom: 60px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.history .cont_box.last {
    margin-bottom: 0;
}
.history .cont_box .right {
    float: right;
    padding-left: 57px;
    text-align: left;
    box-sizing: border-box;
    width: 50%;
}
.history .cont_box .title {
    color: #3384d0;
    font-size: 30px;
}
.history .cont_box .left {
    float: left;
    width: 50%;
    padding-right: 110px;
    position: relative;
    text-align: right;
    box-sizing: border-box;
}
.history .cont_box .left:before {
    content: "";
    display: block;
    width: 98px;
    height: 1px;
    background: #999;
    position: absolute;
    right: 0;
    top: 12px;
}
.history .cont_box .left:after {
    content: "";
    display: block;
    width: 18px;
    height: 17px;
    position: absolute;
    right: -10px;
    top: 4px;
    z-index: 10;
    background: url('../images/sub/history_bg.png') 0 0 no-repeat;
}
.history .cont_box .date {
    font-size: 20px;
    margin-bottom: 10px;
}
.history .cont_box .desc {
    font-size: 16px;
}
.company_list01 li {
    border: 1px solid #d6d6d6;
    background: #f4f4f4;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    height: 80px;
    float: left;
    padding: 20px;
    width: 23.5%;
    box-sizing: border-box;
    margin-right: 2%;
}
.company_list01 li span {
    padding: 0;
    word-break: keep-all;
    width: 150px;
    display: inline-block;
}
.company_list01 li:nth-child(4n+0) {
    margin-right: 0px;
}
.company_list01>li strong {
    color: #2475d0;
    font-size: 40px;
    font-weight: 600;
    float: left;
    display: block;
    line-height: 40px;
    width: 70px;
}
.organ {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
.organ img {
    width: 100%;
}
.img_con01 {
    margin-top: 20px
}
.division_con {
    margin-top: 60px
}
.division_con02{margin-top:50px}
.division_con_no_m{margin-top:0}
.box_con {
    width: 100%;
    padding: 20px;
    background-color: #fbfbfb;
    border: 1px solid #ececec;
    font-size: 15px;
    color: #000
}
.con {
    padding-top: 30px;
}
.map_api iframe {
    width: 1200px;
    height: 450px
}
.characteristic_list_wrap {
    margin-top: 50px;
    border: 1px solid #e4e4e4
}
.characteristic_list01 {
    width: 1200px
}
.characteristic_list01:after {
    content: '';
    display: block;
    clear: both
}
.characteristic_img01 {
    width: 599px;
    height: 324px;
    background: url(../images/sub/char_img01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    float: left
}
.characteristic_img01.img02 {
    background: url(../images/sub/char_img02.jpg) no-repeat;
}
.characteristic_img01.img03 {
    background: url(../images/sub/char_img03.jpg) no-repeat;
}
.characteristic_img01.img04 {
    background: url(../images/sub/char_img04.jpg) no-repeat;
}
.characteristic_tit01 {
    font-family: 'NanumSquare', 'Nanum Gothic', 'Dotum', sans-serif, cursive;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1
}
.characteristic_txt {
    width: 599px;
    float: left;
    padding: 50px
}
.characteristic_txt01 {
    font-size: 18px;
    margin-top: 15px;
    line-height: 24px;
}
.characteristic_list_line {
    width: 20px;
    border-bottom: 1px solid #b2b2b2;
    margin: 25px 0
}
.info_box {
    width: 100%;
    padding: 10px 10px 10px 40px;
    background: #fbfbfb url(../images/common/icon_important.png) 10px 8px no-repeat;
    border: 1px solid #ececec;
    font-size: 14px;
    color: #000;
    margin-top: 15px
}
.entry:after {
    content: "";
    display: block;
    clear: both;
}
.entry li {
    float: left;
    text-align: center;
    padding: 0 0 20px 0;
    width: 33%;
}
.entry li .btn_down {
    display: inline-block;
    clear: both;
    width: 100%;
}
.faq_wrap {
    border-top: 2px solid #0288d1
}
.faq_wrap>ul>li {
    border-bottom: 1px solid #dadada;
}
.faq_wrap ul li div.question {
    padding: 20px 30px 20px 60px;
    background: url(../images/sub/icon_q.png) 20px 20px no-repeat, url(../images/sub/faq_arrow.gif) 99% 50% no-repeat;
    cursor: pointer;
    font-size: 15px
}
.faq_wrap ul li div.question:hover {
    color: #3384d0
}
.faq_wrap ul li div.answer {
    display: none;
    background: #f7f7f7 url(../images/sub/icon_a.png) 40px 25px no-repeat;
    padding: 20px 20px 20px 78px;
    color: #5d5d5d
}
.faq_wrap ol {
    padding-left: 20px;
}
.faq_wrap ol>li,
ol.dec li {
    border-bottom: none;
    padding: 5px 0;
    color: #111;
    list-style-type: decimal;
}
.faq_wrap .ol_img {
    padding: 15px 0;
    display: inline-block;
    width: 100%;
}
.member_list {
    text-align: center;
    margin-top: 50px
}
.member_list span {
    margin: 0 10px;
    font-size: 14px
}
.login_menu {
    text-align: center
}
.login_menu ul li {
    display: inline-block;
    color: #dadada;
    font-size: 14px
}
.login_menu ul li a {
    color: #888888
}
.login_form {
    text-align: center;
    margin-top: 20px
}
.login_form div {
    margin-bottom: 10px
}
.login_input {
    width: 448px;
    height: 54px;
    padding: 15px;
    color: #6a6a6a;
    border: 1px solid #e1e1e1
}
.btn_login {
    width: 448px;
    height: 54px;
    color: #fff;
    background-color: #0c9bd0;
    border: 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'NanumSquare', 'Nanum Gothic', 'Dotum', sans-serif, cursive
}
.member_select {
    text-align: center;
    margin-top: 20px
}
.member_select ul li {
    display: inline-block;
    width: 32%;
    border: 1px solid #e4e4e4;
    padding: 50px 0;
    margin: 0 0.5%
}
.member_select_tit {
    font-family: 'NanumSquare', 'Nanum Gothic', 'Dotum', sans-serif, cursive;
    font-size: 24px;
    letter-spacing: -1px;
    color: #000;
    margin-top: 20px
}
.member_select_btn {
    margin-top: 20px
}
.btn_member01 {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    background-color: #539dc8;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
}
.btn_member02 {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    background-color: #53c898;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
}
.btn_member03 {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    background-color: #f39800;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
}
.member_step {
    text-align: center
}
.member_step ul li {
    display: inline-block;
    width: 33%;
    padding: 12px 0;
    background-color: #e4e4e4
}
.member_step ul li span.member_step_txt {
    font-size: 13px;
    color: #9f9f9f
}
.member_step ul li span.member_step_tit {
    font-family: 'NanumSquare', 'Nanum Gothic', 'Dotum', sans-serif, cursive;
    font-size: 18px;
    color: #727272
}
.member_step ul li.on {
    background-color: #584f48
}
.member_step ul li.on span.member_step_txt {
    font-size: 13px;
    color: #9c9c9c
}
.member_step ul li.on span.member_step_tit {
    font-family: 'NanumSquare', 'Nanum Gothic', 'Dotum', sans-serif, cursive;
    font-size: 18px;
    color: #fff
}
.terms_text {
    width: 100%;
    height: 350px;
    padding: 20px;
    border: 1px solid #e4e4e4;
    overflow-y: scroll;
    font-size: 13px;
    line-height: 20px;
    color: #717171
}
.terms_agree {
    margin-top: 30px;
    text-align: center
}
.terms_agree span {
    margin: 0 10px;
    font-size: 14px
}
.privacy ol ul,
.privacy ul ol,
.privacy ol ol {
    padding-left: 20px;
    font-size: 13px;
}


.login_txt{text-align:center}
.login_txt01{font-size:36px;color:#000;line-height:44px}
.login_txt02{font-size:14px;color:#777777;line-height:20px;margin-top:10px}


.join_step{width:100%}
.join_step ul:after{clear:both;content:'';display:block}
.join_step ul li{float:left;width:33.3%;padding:10px;border:1px solid #ddd;border-width:1px 1px 1px 0;text-align:center}
.join_step ul li:first-child{width:33.4%;border:1px solid #ddd;border-width:1px 1px 1px 1px}
.join_step01{font-size:12px;color:#c4c4c4;letter-spacing:2px}
.join_step02{font-size:16px;color:#858585;padding-top:5px}

.join_step ul li.active{background-color:#f39800;border:1px solid #f0bb4d}
.join_step ul li.active div.join_step01{color:#fff}
.join_step ul li.active div.join_step02{color:#fff;font-weight:700}

.privacy_tit01{font-size:24px;color:#000;margin-top:50px}
.privacy_box{width:100%;height:300px;border:1px solid #e9e9e9;background-color:#f8f8f8;padding:30px;margin-top:15px}
.privacy_box div.inner{width:100%;height:240px;background-color:#fff;padding:20px;font-size:12px;line-height:18px;color:#6a6a6a;overflow-y:scroll}
.privacy_check{font-size:13px;text-align:center;margin-top:20px}

.popup_content{max-width:1200px; background:#fff; box-sizing:border-box;}
.popup_content #popHead{position:relative;}
.popup_content #popHead h2{font-weight:500;}
.popup_content #popHead a{position:absolute; top:0; right:0;}
.popup_content #popBody{padding:20px 0;}
.popup_content #popBody input{width:100%;}
.popup_content .btnPopWrap{text-align:center;}
.popup_content .btnPopWrap button{width:45%; max-width:120px; padding:10px 40px;}  
   
.pop_bsnm {width: 800px;}
.pop_500 {width: 500px;}
.pop_tit_wrap{height:50px; background:#18303e; position:relative;}
.pop_tit_wrap .pop_tit{font-family:'Noto Sans KR', cursive; font-size:18px; font-weight:500; color:#fff; line-height:30px; padding:10px 20px;}
.pop_box{padding:20px; background-color:#fff;}
.pop_box:after{content:''; display:block; clear:both;}
.pop_box15{padding:15px; overflow:auto;}
.pop_bg{width:100%; height:100%; position:absolute; z-index:10000; background:rgba(0, 0, 0, 0.5); display:none;}
.btn_close02 {position: absolute; top:16px; right: 20px; cursor: pointer;}
.btn_dot {padding: 5px 13px; background: url('/customs/wooyang/images/common/btn_ic_dot.png') no-repeat center center #d6d6d6; border: 1px solid #bbb; border-radius: 3px; vertical-align: middle; cursor: pointer;}
.btn_new {padding: 5px 13px; background: no-repeat center center #d6d6d6; border: 1px solid #bbb; border-radius: 3px; vertical-align: middle; cursor: pointer;}


.sub01_02_wrap {max-width: 800px; width: 100%; margin: 0 auto;}
.sub01_02_wrap > img {display: block; margin: 40px auto; width: 100%; max-width: 500px;}
.sub01_02_tit {font-size: 40px; text-align: center;}
ul.sub01_02_li {list-style: decimal;}
ul.sub01_02_li li {margin-bottom: 10px;}
ul.sub01_02_li li:first-child {margin-top: 30px;}

.company_work > dt {color: #2475d0; font-size: 18px; font-weight: 600; border: 1px solid #d6d6d6; background: #f4f4f4; padding: 15px;}
.company_work > dd {margin-bottom: 20px;}
.company_work > dd ul {list-style: decimal; padding: 15px; border: 1px solid #d6d6d6; border-top: 0;}
.company_work > dd ul li {margin: 0 0 5px 20px}
.company_work > dd ul li:last-child {margin-bottom: 0;}

.organ_m {display: none;}



@media screen and (max-width: 1200px) {
    .tit_h5 {
        font-size: 20px;
        line-height: 28px;
    }
    .txt_style01 {
        line-height: 24px;
    }
    .img_con01 {
        margin-top: 20px
    }
    .img_con01 img {
        width: 100%
    }
    /* -------------------------------- 01 BVIC -------------------------------- */
    
    .company_list01 li {
        padding: 20px;
        width: 32%;
        box-sizing: border-box;
        margin-right: 2%;
    }
    .company_list01 li:nth-child(3n) {
        margin-right: 0px;
    }
    .company_list01 li:nth-child(4n) {
        margin-right: 2%;
    }
    .company_list01>li strong {
        font-size: 20px;
        line-height: 20px;
        width: 30px;
    }
    .sub01_01_con {
        width: 100%;
        margin-top: 30px
    }
    .sub01_01_con:after {
        content: '';
        display: block;
        clear: both
    }
    .traffic_tit {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -1px;
        color: #000;
        margin-top: 50px;
        text-align: center
    }
    .map_api iframe {
        width: 100%;
        height: 400px
    }
    .characteristic_list_wrap {
        margin-top: 30px;
    }
    .characteristic_list_wrap:after {
        content: '';
        display: block;
        clear: both
    }
    .characteristic_list01 {
        width: 100%;
        float: left
    }
    .characteristic_img01 {
        display: none
    }
    .characteristic_txt {
        width: 100%;
        float: left;
        padding: 30px
    }
    .characteristic_txt01 {
        font-size: 18px;
        margin-top: 0;
        line-height: 24px
    }
    .info_box {
        width: 100%;
        padding: 10px 10px 10px 40px;
        background: #fbfbfb url(../images/common/icon_important.png) 10px 8px no-repeat;
        border: 1px solid #ececec;
        font-size: 14px;
        color: #000;
        margin-top: 15px
    }
    .entry li {
        width: 50%;
    }
    .member_list {
        text-align: center;
        margin-top: 50px
    }
    .member_list span {
        margin: 0 10px;
        font-size: 14px
    }
    .login_menu {
        text-align: center
    }
    .login_menu ul li {
        display: inline-block;
        color: #dadada;
        font-size: 14px
    }
    .login_menu ul li a {
        color: #888888
    }
    .login_form {
        text-align: center;
        margin-top: 20px
    }
    .login_form div {
        margin-bottom: 10px
    }
    .login_input {
        width: 100%;
        height: 54px;
        padding: 15px;
        color: #6a6a6a;
        border: 1px solid #e1e1e1
    }
    .btn_login {
        width: 100%;
        height: 54px;
        color: #fff;
        background-color: #f39800;
        border: 0;
        cursor: pointer;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        font-family: 'NanumSquare', 'Nanum Gothic', 'Dotum', sans-serif, cursive
    }
    .member_select {
        text-align: center;
        margin-top: 20px
    }
    .member_select ul li {
        display: block;
        width: 100%;
        border: 1px solid #e4e4e4;
        padding: 30px 0;
        margin: 10px 0
    }
    .member_select_tit {
        font-size: 24px;
        letter-spacing: -1px;
        color: #000;
        margin-top: 20px
    }
    .member_select_btn {
        margin-top: 20px
    }
    .btn_member01 {
        font-size: 15px;
        color: #fff;
        font-weight: 700;
        background-color: #539dc8;
        padding: 10px 15px;
        border: none;
        cursor: pointer;
    }
    .btn_member02 {
        font-size: 15px;
        color: #fff;
        font-weight: 700;
        background-color: #53c898;
        padding: 10px 15px;
        border: none;
        cursor: pointer;
    }
    .btn_member03 {
        font-size: 15px;
        color: #fff;
        font-weight: 700;
        background-color: #f39800;
        padding: 10px 15px;
        border: none;
        cursor: pointer;
    }
    .member_step {
        text-align: center
    }
    .member_step ul li {
        display: inline-block;
        width: 32%;
        padding: 12px 0;
        background-color: #e4e4e4
    }
    .member_step ul li span.member_step_txt {
        font-size: 13px;
        color: #9f9f9f
    }
    .member_step ul li span.member_step_tit {
        font-size: 18px;
        color: #727272
    }
    .member_step ul li.on {
        background-color: #584f48
    }
    .member_step ul li.on span.member_step_txt {
        font-size: 13px;
        color: #9c9c9c
    }
    .member_step ul li.on span.member_step_tit {
        font-size: 18px;
        color: #fff
    }
    .terms_text {
        width: 100%;
        height: 350px;
        padding: 20px;
        border: 1px solid #e4e4e4;
        overflow-y: scroll;
        font-size: 13px;
        line-height: 20px;
        color: #717171
    }
    .terms_agree {
        margin-top: 30px;
        text-align: center
    }
    .terms_agree span {
        margin: 0 10px;
        font-size: 14px
    }
}



@media screen and (max-width: 700px) {
    .tit_h4 {
        font-size: 24px;
        line-height: 30px;
		 margin: 20px 0 10px 0;
    }
    .tit_h5 {
        font-size: 20px;
        line-height: 28px;
		margin: 20px 0 10px 0;
    }
    .txt_style01 {
        font-size: 14px;
        line-height: 20px;
    }
    .txt_style02 {
        line-height: 20px;
    }
    .txt_style03 {
        font-size: 11px;
        line-height: 16px;
    }
    .table_style01 {
        margin-top: 10px;
    }
    .table_style01 thead th {
        padding: 10px;
    }
    .table_style01 tbody th {
        padding: 10px;
    }
    .table_style01 tbody td {
        padding: 10px;
    }
    .table_style01 tbody td:first-child {
        border-left: 0
    }
    .history .cont_box .right {
        padding-left: 20px;
    }
    .history .cont_box .left:before {
        width: 15px;
    }
    .history .cont_box .left {
        float: left;
        padding-right: 30px;
    }
    .company_list01 li {
        font-size: 14px;
        padding: 15px;
        width: 32%;
        box-sizing: border-box;
        margin-right: 2%;
    }
    .company_list01 li:nth-child(3n) {
        margin-right: 0px;
    }
    .company_list01 li:nth-child(4n) {
        margin-right: 2%;
    }
    .company_list01>li strong {
        font-size: 16px;
        line-height: 16px;
        width: 20px;
    }
    .company_list01 li span {
        width: 80%;
    }
    .img_con01 {
        margin-top: 20px
    }
    .img_con01 img {
        width: 100%
    }
    .division_con {
        margin-top: 50px
    }
  
    .box_con {
        width: 100%;
        padding: 20px;
        background-color: #fbfbfb;
        border: 1px solid #ececec;
        font-size: 13px;
        color: #000
    }
    /* -------------------------------- 01 BVIC -------------------------------- */
    
    .sub01_01_con {
        width: 100%;
        margin-top: 30px
    }
    .sub01_01_con:after {
        content: '';
        display: block;
        clear: both
    }
    .traffic_tit {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -1px;
        color: #000;
        margin-top: 30px;
        text-align: center
    }
    .map_api iframe {
        width: 100%;
        height: 300px
    }
    .characteristic_list_wrap {
        margin-top: 50px;
        border: 1px solid #e4e4e4
    }
    .characteristic_list01 {
        float: none
    }
    .characteristic_tit01 {
        font-size: 24px;
    }
    .characteristic_txt {
        width: 100%;
        float: none;
        padding: 20px
    }
    .characteristic_txt01 {
        font-size: 14px;
        margin-top: 0;
        line-height: 24px
    }
    .characteristic_list_line {
        margin: 15px 0
    }
    .info_box {
        width: 100%;
        padding: 10px 10px 10px 40px;
        background: #fbfbfb url(../images/common/icon_important.png) 10px 8px no-repeat;
        border: 1px solid #ececec;
        color: #000;
        margin-top: 15px
    }
    .entry li {
        width: 100%;
    }
    .faq_wrap ul li div.question {
        padding: 20px 30px 20px 60px;
    }
    .faq_wrap ul li div.answer {
        display: none;
        padding: 20px 20px 20px 58px;
        background-position: 20px 18px;
    }
    .member_list {
        text-align: center;
        margin-top: 50px
    }
    .member_list span {
        margin: 0 10px;
    }
    .login_menu {
        text-align: center
    }
    .login_menu ul li {
        display: inline-block;
        color: #dadada;
    }
    .login_menu ul li a {
        color: #888888
    }
    .login_form {
        text-align: center;
        margin-top: 20px
    }
    .login_form div {
        margin-bottom: 10px
    }
    .login_input {
        width: 100%;
        height: 54px;
        padding: 12px;
        color: #6a6a6a;
        border: 1px solid #e1e1e1
    }
    .btn_login {
        width: 100%;
        height: 54px;
        color: #fff;
        background-color: #f39800;
        border: 0;
        cursor: pointer;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1px;
        font-family: 'NanumSquare', 'Nanum Gothic', 'Dotum', sans-serif, cursive
    }
    .member_select {
        text-align: center;
        margin-top: 15px
    }
    .member_select ul li {
        display: block;
        width: 100%;
        border: 1px solid #e4e4e4;
        padding: 20px 0;
        margin: 10px 0
    }
    .member_select_img img {
        width: 100px
    }
    .member_select_tit {
        font-size: 18px;
        letter-spacing: -1px;
        color: #000;
        margin-top: 20px
    }
    .member_select_btn {
        margin-top: 10px
    }
    .btn_member01 {
        font-size: 13px;
        color: #fff;
        font-weight: 700;
        background-color: #539dc8;
        padding: 10px 15px;
        border: none;
        cursor: pointer;
    }
    .btn_member02 {
        font-size: 13px;
        color: #fff;
        font-weight: 700;
        background-color: #53c898;
        padding: 10px 15px;
        border: none;
        cursor: pointer;
    }
    .btn_member03 {
        font-size: 13px;
        color: #fff;
        font-weight: 700;
        background-color: #f39800;
        padding: 10px 15px;
        border: none;
        cursor: pointer;
    }
    .member_step {
        text-align: center
    }
    .member_step ul li {
        display: inline-block;
        width: 32%;
        padding: 12px 0;
        background-color: #e4e4e4
    }
    .member_step ul li span {
        display: block
    }
    .member_step ul li span.member_step_txt {
        color: #9f9f9f
    }
    .member_step ul li span.member_step_tit {
        font-size: 15px;
        color: #727272
    }
    .member_step ul li.on {
        background-color: #584f48
    }
    .member_step ul li.on span.member_step_txt {
        color: #9c9c9c
    }
    .member_step ul li.on span.member_step_tit {
        font-size: 15px;
        color: #fff
    }
    .terms_text {
        width: 100%;
        height: 300px;
        padding: 15px;
        border: 1px solid #e4e4e4;
        overflow-y: scroll;
        line-height: 18px;
        color: #717171
    }
    .terms_agree {
        margin-top: 10px;
        text-align: center
    }
    .terms_agree span {
        margin: 0 5px;
    }
    .faq_wrap .ol_img img {
        width: 100%;
    }
}



@media screen and (max-width: 480px) {
    .tit_h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .tit_h5 {
        font-size: 16px;
        letter-spacing: 0;
        margin-bottom: 5px;
    }
    .txt_style01 {
        line-height: 20px;
    }
    .txt_style02 {
        line-height: 20px;
    }
    .img_con01 {
        margin-top: 20px
    }
    .img_con01 img {
        width: 100%
    }
    .division_con {
        margin-top: 30px
    }
    .box_con {
        width: 100%;
        padding: 20px;
        background-color: #fbfbfb;
        border: 1px solid #ececec;
        font-size: 13px;
        color: #000
    }
    /* -------------------------------- 01 BVIC -------------------------------- */
    
    .company_list01 li {
        width: 48%;
    }
    .company_list01 li:nth-child(2n) {
        margin-right: 0px;
    }
    .company_list01 li:nth-child(3n) {
        margin-right: 2%;
    }
    .sub01_01_con {
        width: 100%;
        margin-top: 30px
    }
    .sub01_01_con:after {
        content: '';
        display: block;
        clear: both
    }
	
	.login_txt{text-align:center}
	.login_txt01{font-size:30px;color:#000;line-height:36px}
	.login_txt02{font-size:13px;color:#777777;line-height:20px;margin-top:10px}

	.join_step{width:100%}
	.join_step ul:after{clear:both;content:'';display:block}
	.join_step ul li{float:left;width:33.3%;padding:8px;border:1px solid #ddd;border-width:1px 1px 1px 0;text-align:center}
	.join_step ul li:first-child{width:33.4%;border:1px solid #ddd;border-width:1px 1px 1px 1px}
	.join_step01{font-size:12px;color:#c4c4c4;letter-spacing:2px}
	.join_step02{font-size:14px;color:#858585;padding-top:5px}

	.join_step ul li.active{background-color:#f0bb4d;border:1px solid #f0bb4d}
	.join_step ul li.active div.join_step01{color:#4c4c4c}
	.join_step ul li.active div.join_step02{color:#000}

	.privacy_tit01{font-size:18px;color:#000;margin-top:30px}
	.privacy_box{width:100%;height:180px;border:1px solid #e9e9e9;background-color:#f8f8f8;padding:15px;margin-top:10px}
	.privacy_box div.inner{width:100%;height:150px;background-color:#fff;padding:15px;font-size:12px;line-height:18px;color:#6a6a6a;overflow-y:scroll}
	.privacy_check{font-size:12px;text-align:center;margin-top:15px}

    .txt_desc .left {float: none; width: 100%; height: 300px;}
    .txt_desc .left img {width: 100%;}
    .txt_desc .right {float: none; width: 100%; margin-left: 0;}

    .sub01_02_img {width: 90%; margin: 30px auto 0;}
    .sub01_02_img img {width: 100%;}

    .organ {display: none;}
    .organ_m {display: block;}
    .organ_m img {width: 100%;}
}