@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;
    background: url(../images/common/dot_donut_blue.png) 0 7px no-repeat;
   margin: 40px 0 10px 0;
   padding-left: 20px;
}
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%;
    border-top: 2px solid #000;
    font-size: 21px;
    color: #333;
    line-height: 34px;
    font-weight: 700;
    padding-top: 23px;
    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: #2f50a3;
    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: #2f50a3;
    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}
.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: #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: 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;
}

.sub01_list dl{margin-top:20px;}
.sub01_list dt{font-size:1.2em; font-weight:600; margin-bottom:10px; padding-left:20px; background:url(../images/common/dot_donut_blue.png) no-repeat left center;}
.sub01_list dd{padding-left:10px; background:url(../images/common/dot_arrow_black.gif) no-repeat left center;}

  /* 팝업 */
.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/keyong/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;}
	
	
@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
    }
}