@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-bottom: 10px;
}
h6 {display: block;color: #222;font-weight: bolder;padding: 30px 0 5px 0;font-size: 17px; line-height:1.6; margin-bottom: 5px;}
.txt_style01 {
    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 {line-height:1.6;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 7px no-repeat;padding-left: 10px;line-height: 21px;margin-bottom: 12px;}
.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-weight: bold;
    margin-top: 5px;
}
dl.dl_style01 {
    padding-left: 20px;
    padding-bottom: 2px;
}
dl.dl_style01 dt {
    text-decoration: underline;
}
/* 01.ȸ��Ұ� */

.txt_desc {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.txt_desc .left {
    /*width: 55%;*/
	width: 57%;
    color: #333;
    line-height: 36px;
    letter-spacing: -0.02em;
	/*word-break:normal;*/
	word-break: keep-all;
}
.txt_desc .right {
    width: 33%;
    color: #333;
    line-height: 24px;
}
.txt_desc .right img{width:100%;}
.sub02_box {
    display: flex;
    padding: 20px;
    border: 2px solid #9CD143;
    border-radius: 10px;
}
.sub02_box img {
    border-right: 2px solid #9CD143;
    padding: 5px 15px 5px 0;
    width: 65px;
    height: 60px;
}
.sub02_box_in {
    padding-left: 15px;
}
.sub02_box_in .tit {
    font-size: 20px;
    margin-bottom: 10px;
    color: #7cb915;
}
.division_con02:nth-child(3) .sub02_box {
    border: 2px solid #FF8A16;
}
.division_con02:nth-child(3) .sub02_box img {
    border-right: 2px solid #FF8A16;
}
.division_con02:nth-child(3) .sub02_box .tit {
    color: #e17000;
}
.division_con02:nth-child(4) .sub02_box {
    border: 2px solid #62B8FF;
}
.division_con02:nth-child(4) .sub02_box img {
    border-right: 2px solid #62B8FF;
}
.division_con02:nth-child(4) .sub02_box .tit {
    color: #2885d1;
}
.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;
}
.img_con01 {
    margin-top: 20px
}
.division_mt50 {margin-top: 30px;}
.division_con {
    margin-top: 60px
}
.division_con02{margin-top:30px}
.division_con_no_m{margin-top:0}
.box_con {
    width: 100%;
    padding: 20px;
    background-color: #fbfbfb;
    border: 1px solid #ececec;
    color: #000;
    margin-top: 50px;
}
.division_con02 .table_scroll {
    width: 100%;
    overflow-x: auto;
}
.division_con02 table {
    width: 100%;
    text-align: center;
    border-collapse : collapse;
}
.division_con02 .table_scroll table {
    min-width: 700px;
}
.division_con02 table thead th {    
    background-color: #eff6ff;
}
.division_con02 table tbody th {    
    background-color: #fffef6;
}
.division_con02 table th, .division_con02 table td  {
    border: 1px solid #333;
    padding: 10px 0;
}
.con {
    padding-top: 30px;
}
.sub01_05 {
    display: flex;    
}
.sub01_05 dd {
    flex: 1;
    margin-left: 5px;
}
.map_api iframe {
    width: 100%;
    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}

.symbol{overflow:hidden;}
.symbol_half{width:50%; box-sizing:border-box; float:left;}
.symbol_half img{width:100%;}

.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:75%;}
.popup_content .btnPopWrap{text-align:center;width: 330px;}
.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;}

.v_wrap {width: 100%; max-width: 1000px; margin: 0 auto; overflow-x: auto; font-size: 14px;}
.v_wrap_in {width: 100%; min-width: 700px;}
.v_wrap .txt_box {padding: 10px; margin-bottom: 10px; border: 1px solid #000; background-color: #ffffcc;}
.v_wrap .txt_box .v_tit {text-align: center; font-size: 22px; margin: 5px 0;}
.v_wrap .txt_box .v_tit span {font-size: 14px; vertical-align: middle;}
.v_wrap .txt_box .v_txt {font-size: 16px; text-align: right; margin-right: 100px;}
.v_wrap table {width: 100%; text-align: center; border-collapse : collapse;}
.v_wrap table th {border: 1px solid #333; padding:10px;}
.v_wrap table thead th {background-color: #ffffcc;}
.v_wrap table td {padding:10px; border: 1px solid #333;}
.v_wrap .v_bottom {display: flex; justify-content: space-between; width: 100%; margin-top: 10px;}
.v_wrap .v_bottom p:last-child {border-bottom: 1px solid #000;}

.v08_wrap table {border-collapse: collapse; width: 100%; border-top: 1px solid #000;}
.v08_wrap table th {border: 1px solid #dadada; background-color: #fafafa; padding: 10px;}
.v08_wrap table td {border: 1px solid #dadada; padding: 10px 3px;}
.table_top {width: 400px; float: right; margin-bottom: 20px;}
.table_top table td {height: 70px;}

.l_wrap {width: 100%; overflow-x: auto;}
.l_wrap table {width: 1200px;}
.l_wrap table tr:hover {background-color: #ffffee; cursor: pointer;}
.l_btn {float: left;}

.mem_form {display: flex; flex-wrap: wrap; justify-content: center; line-height: 2.5; margin-top: 20px;}
.mem_form label, .mem_form input {cursor: pointer;}


/* 지회회비 납부현황 */
.account_con_wrap{padding-bottom:50px;}
.account_tit{font-size: 18px; color: #000; font-weight: 600; padding-bottom: 5px;line-height: 1; }
.account_txt_con{display: flex;}
.account_txt{display: flex;align-items: center;padding-right: 20px;}
.account_txt > p{color:#000; font-size:16px; position:relative; top:0; left:0; padding-left:10px;}
.account_txt > p:after{content:"";position:absolute;top:9px;left:0;width: 3px;height: 3px;background-color: #333; border-radius:100px;}
.account_txt > span{font-size:16px;}

.printArea_subtit{text-align: center; font-size: 24px; padding-bottom:25px; font-weight:600;line-height: 1;}
.printArea_table{width: 100%; border-collapse: collapse; text-align: center;}
.printArea_table tr th{background-color:#e5e5e5; font-weight:600;}
.signature_con {padding-top:35px;width:100%;display:flex;justify-content:flex-end;align-items:center;}
.signature_tit {font-size:16px;padding-right:15px;font-weight:600;}
.signature_txt {font-size:16px;position:relative;display:inline-flex;justify-content:center;align-items:center;overflow:hidden;width:100px;height:100px;}
.signature_txt p {color:#000;margin:0;position:relative;z-index:1;}
.signature_img {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:auto;opacity:1;z-index:0;pointer-events:none;}
.signature_img img {width:100%;height:auto;display:block;}

/* .signature_con {padding-top: 35px;width: 100%;display: flex;justify-content: flex-end;align-items: center;}
.signature_tit{font-size:16px; padding-right:15px;font-weight: 600;}
.signature_txt{font-size:16px;display: flex;justify-content: flex-end;align-items: center;}
.signature_txt p{color:#000; padding-right:10px;}
.signature_img{width:80px;}
.signature_img img{width:100%;} */


/*관세사 등록절차*/
.pro_txt{font-size:16px;}
.pro_txt01{color:#636363; font-weight:600; text-decoration:underline;}
.pro_txt02{color:#0e377b;font-weight:600; padding-top:30px;}
.pro_txt03{color:#333;font-weight:600; padding-top:30px;text-decoration:underline;}
.pro_tit{font-size:16px; font-weight:600; color:#333;}
.pro_tit span{font-weight:300;}
.pro_con{padding-top:30px;}
.pro_con .pro_txt{ padding-top:10px;}
.pro_table{ padding-top:10px;}
.pro_table table{border:1px solid #ccc;width: 800px;font-size: 16px;border-collapse: collapse;}
.pro_table table th{ background-color:#0e377b; color:#fff; font-weight:300; padding:13px; border-left:1px solid #ccc;}
.pro_table table td{border-left:1px solid #ccc; padding:13px; border-top:1px solid #ccc;}
.txt_center{text-align:center;}
.pro_table table tbody th{text-align:left; border-bottom:1px solid #ccc; background-color: #555;}

/*250723 조직도수정*/
.organ_bg{position:absolute;top:0;left: 50%;width: 850px;z-index: -5;opacity: 0.1;margin-left: -425px;}
.organ_bg img{width:100%;}

/*250909 수정*/
.txt_desc .right{width: 18%;}
.txt_desc .left{width: 78%;line-height: 2;}
.sub01_01_con .left p{display: inline-block;text-align: right;width: 100%;}
.sub01_date{font-size:22px; padding:20px 0 10px;}
.sub01_06 table{width:100%; text-align:center;}
.sub03_01{display: flex; flex-wrap: wrap; margin-left: -15px;}
.rules_con{width:33.333%;padding-left: 15px;padding-bottom: 15px;}
.rules_con a{font-family: 'NanumSquare', 'Nanum Gothic', 'Dotum', sans-serif, cursive;display:inline-block;color:#000;width: 100%;padding: 20px;text-align: center;background-color: #fbfbfb; border: 1px solid #ececec;}
.rules_con a:hover{background-color: #eff6ff; font-weight:600;}
.ru_on a{background-color: #eff6ff; font-weight:600;}
.date_right p{text-align:right;font-weight: 600;color:#222;line-height: 1.8;}
.con_tit{font-size:20px; font-weight:600; color:#000;}
.bor_l{border-left:1px solid #dadada !important;}
.sub03_wrap img{max-width:100%;}
.sub03_wrap{padding-top:30px;}

/*251203 수정*/
.con_img img{width:100%;}

/*251209 수정*/
.division_con02 table  .txt_left{padding:10px 20px;}
.txt_left{text-align:left;}
	
@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
    }
	
	/*250723 조직도수정*/
	.organ_bg{width: 700px; margin-left: -350px;top: 40px;}
	
	/*2581203 수정*/
	.s04_table td br{display:none;}
	.division_con02 .s04_table td{padding:10px;}
}

@media screen and (max-width: 850px) {
	/*관세사 등록절차*/
	.pro_table table{width:100%;}
	.pro_table table th{padding: 10px;}
	.pro_table table td{padding: 10px;}
	.pro_table table{font-size:15px;}
	.pro_table01 table colgroup{display:none;}
	.pro_table01 table tbody{display:inline-block;width: 100%;}
	.pro_table01 table tr{display:flex; flex-direction: column;}
	.pro_table01.pro_table table tbody th{ text-align:center;}
	.pro_table01.pro_table table tbody td{ text-align:center;}
	
	/*250723 조직도수정*/
	.organ_bg{width: 600px;margin-left: -300px;top: 80px;}
	
	/*250909 수정*/
	.rules_con{width:50%;}
}

@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
    }
  
    .division_con02 img{
        width: 100%;
    }
    .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%;
    }
    .sub01_01_con:after {
        content: '';
        display: block;
        clear: both
    }
    .txt_desc .left {
        width: 100%;
    }
    .txt_desc .right {
        display: none;
    }
    .traffic_tit {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -1px;
        color: #000;
        margin-top: 30px;
        text-align: center
    }
    .organ img {
        width: 100%;
    }
    .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%;
    }

	.symbol_half{width:100% !important; box-sizing:border-box; float:left;}
	.symbol .list_style01{padding-left:5px; padding-top:15px;}
	.sub01_01_con{margin-top:0;}
	.sub01_01_con .txt_desc{flex-direction: column;}
	.sub01_01_con .left{order:2;}
	.sub01_01_con .txt_desc .right{display:block; order:1;width: 200px; padding-bottom: 30px;}
	
	/*250723 조직도수정*/
	.organ_bg{width: 90%;margin-left: -45%;top: 40px;}
	
	/*250909 수정*/
	.rules_con{width:100%;}
	h6{font-size:16px;}
	.con_tit{font-size:19px;}
}



@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%;
    }
    .sub01_01_con:after {
        content: '';
        display: block;
        clear: both
    }
    .sub02_box {
        flex-direction: column;
    }
    .sub02_box img, .division_con02:nth-child(3) .sub02_box img, .division_con02:nth-child(4) .sub02_box img{
        border: none;
        margin-bottom: 10px;
    }
	.sub02_box_in {
        padding: 0;
    }
    .sub02_box_in .list_style01 {
        padding-left: 5px;
    }
	.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}
	
	h6{font-size:15px;}
	.con_tit{font-size:18px;}
}