/* ------------------------------------------------------------- */
/* ------------------- 공통으로 들어가는 부분  ------------------- */
/* ------------------------------------------------------------- */
html{
font-size:16px; scroll-behavior:smooth; height: 100%; margin: 0;
}

body{
position: relative;
height: 100%;
font-weight: bold;
color:#333;
width:100%;
line-height: 1.4;
font-size: 16px;
font-family:'pretendard';
list-style: none;
}

/* 폰트 */
@font-face {
font-family: 'Pretendard-Regular';
src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}



p, h1, h2, h3, h4, h5, h6{word-break: keep-all;}

.co_in_form_f {margin-top: 10px;}


/* 공통 마지막배너(last_banner) */
.right_con{display: none;}
.left_con{display: flex;align-items: flex-end;}
.call_wrap {margin-top: 0;}
.sec06{height: auto;padding:120px;}
.left_con { width: 100%;  justify-content: space-between; align-items: center;}

/* @@@@ */
/* 공통 마지막배너(last_banner) */
.customer .right_con{display: block;}

/* 로그인 마지막배너 */
.login_banner .right_con{display: block;}
.login_banner  .deposit_con{display: none;}
.login_banner .call_wrap{display: none;}
.login_banner .left_con {width: 55%;}

/* 섹션 별 공통 패딩값 */
.wrap_padding{padding:120px 0;}

/* 분석엔진 페이지(sub_system) */
.system_wrap{width: 100%; background: url(../img/sub/sytem_bg_img.png) center no-repeat; background-size: cover;}
.system_box{display: flex; flex-direction: column; text-align: center;}
.system_top_box > div:first-child{padding-bottom: 20px;}
.system_top_box > div > em{color: #ddd; font-size: 22px; font-weight: 400;}
.system_top_box > em:first-child{text-align: center;}
.system_top_box > div > em > span{font-size: 30px; font-weight: 600; color:#fff;}

.system_menu{display: flex; align-items: center; justify-content: center}
.system_bot_box > ul{width: 82%; display: flex; justify-content: center; padding-top: 55px; margin: 0 auto;  transition: all 0.35s;}
.system_bot_box > ul > li > div {position: relative; height: auto; justify-content: center; flex-direction: column; background: linear-gradient(to top,#d19824,#F9F295); padding: 50%; border-radius: 50%;}
.system_bot_box > ul > li > div > div {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: #222; padding: 45%; border-radius: 50%;}
.deco_num{position: absolute; z-index: 1; color: #fff; opacity: 0.1; font-size: 45px; top: 50%;left: 50%;transform: translate(-50%, -90%);}
.menu_txt {color: #fff; font-size: 25px;}
.menu_txt > b{color: #E3B54B;}

.deco_line { position: absolute; width: 80%; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 2px #E3B54B solid; border-radius: 50%; height: auto; padding-top: 60px; padding-bottom: 55px;; margin: 0 auto }

/* 멤버십 안내 페이지 (sub_membership) */
.membership_wrap{width: 100%; background: url(../img/sub/membership_1.png) center no-repeat; background-size: cover;}
.membership_box{display: flex; flex-direction: column; text-align: center;}
.membership_top_box > h4{ font-size: 55px;  padding-bottom: 20px; background: var(--fill_gold, linear-gradient(180deg, #F9F295 0%, #F3E181 25%, #E0AA3E 57.29%, #B88A44 100%, #E1AD42 100%));background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.membership_top_box > p{font-size: 25px; font-weight: 300; color: #fff;}
.member_tit_deco{width: 150px; height: auto; margin: 0 auto; padding-bottom: 20px;}

.membership_bot_box > ul{width: 60%; margin: 0 auto; display: flex; justify-content: center; padding-top: 55px; }
.membership_bot_box .membership_menu > div{ height: auto; transition: all 0.35s; padding-bottom: 100%; position: relative;}
.membership_bot_box .membership_menu > div::before {z-index: 2; content: ""; position: absolute; width: 100%;height: 100%; inset: 0; border-radius: 50%;  padding: 10px;  background: linear-gradient(177deg,#F9F295,#E1AD42);  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude;  }
.membership_bot_box .membership_menu > div::after{content:'';display: block;width: 99%;height: 99%;position: absolute;left:50%;transform: translate(-50%,-50%);top:50%;background: #222; opacity: 0.4;border-radius: 50%;z-index: 1;;}
.membership_bot_box .membership_menu .posi{z-index: 9;}

.mem_menu_tit{color: #fff; font-size: 20px; padding-bottom: 5px;}
.mem_menu_tx{ font-size: 40px; background: linear-gradient(0deg, #d19824, #dfa32c , #e0b867,#F9F295); clip-path: inset(1px); color: transparent; -webkit-background-clip: text;}

.membership_bot_box .membership_menu .posi {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 90%;}

/* 멤버십 안내 페이지 (sub_membership-vip) */
.membership_vip_wrap{width: 100%; background: url(../img/sub/membership_2.png) center no-repeat; background-size: cover;}

/* 멤버십 안내 페이지 (sub_membership-vvip) */
.membership_vvip_wrap{width: 100%; background: url(../img/sub/membership_3.png) center no-repeat; background-size: cover;}

/* 멤버십 안내 문의하기 버튼 */
.mem_but_wrap{height: auto; padding-top: 45px; margin: 0 auto;}
.mem_but > div{padding: 10px 40px; font-size: 18px; background: linear-gradient(136deg, #A28443 9.88%, #AF904E 44.33%, #7A5E21 75.37%); color: #fff; border-radius: 35px;}

/* 통계분석실 (sub_analyze) */
.analyze_warp{width: 100%; background-color: #111; background-size: cover;}
.analyze_box{display: flex; flex-direction: column; text-align: center;}
.ana_menu_tab {padding: 20px 0 40px 0;}
.analyze_box > h4{ font-size: 50px; color: #fff; padding-bottom: 20px;}
.ana_menu_tab > ul {display: flex; justify-content: center; background: rgba(121, 121, 121, 0.45);}
.ana_menu_tab > ul > li{cursor: pointer; width: calc(100%/2); color: #a7a7a7; }
.ana_menu_tab > ul > li > a {text-align: center; width: 100%; height: auto; text-align: center; display: block; padding: 20px;}
.ana_menu_tab > ul > li > a > br  {display: none;}
.top_txt_con > h5 > br{display: none;}



.profileImg2 {
    position: relative;
    border: 3px solid transparent;
    border-radius: 50%;
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, red 0%,  orange 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

/* 탭 on 했을 때 색상 변경 및 페이지 변경 */
.tab_on{background-color: #B88A44; cursor: pointer;}
.tab_on > a{color: #fff;}
.HOBAN_ana_txt_box > ul {display: flex;flex-direction: column;align-items: flex-start; gap: 30px;}
.HOBAN_ana_txt_box > ul > li {width: 100%;}
.ana_txt_wrap{display: flex; flex-direction: column; align-items: flex-start;}
.top_txt_con{display: flex; align-items: center;}
.top_txt_con > i{width: 36px; height: 36px; font-size: 20px; color: #FFD87C; line-height: 1.8; background: url(../img/sub/ana_icon.png) no-repeat center; background-size: cover;}
.top_txt_con > h5{font-size: 24px; padding-left: 15px; color: #FFBA00;}
.bot_txt_con{width: 100%; padding-top: 15px;}
.HOBAN_ana_txt_box > ul > li > ul > li {display: flex;}
.HOBAN_ana_txt_box > ul > li > ul > li:first-child{padding-bottom: 10px;}
.HOBAN_ana_txt_box > ul > li > ul > li:nth-child(2){padding-left: 55px;}
.txt_tx_box{width: 100%; text-align: start; line-height: 1.5; padding: 30px 40px; border-radius: 5px; background: rgba(255, 255, 255, 0.15); color: #fff; font-size: 18px; font-weight: 300; }
.txt_tx_box > span {font-size: 20px; font-weight: 700;}
/*확률과 조합분석 (sub_analyze02)*/
table {width: 100%; border-collapse: collapse; border-spacing: 0;}
.table_wrap > h4:nth-child(1) {padding-top: 0;}
.table_wrap > h4 {color: #fff; font-size: 30px; padding-top: 120px; padding-bottom: 20px;}
th {width: 18%; padding: 10px 0 10px 0; background-color: #f5f5f5; border-top: 1px solid #898989; color: #555; font-size: 16px; text-align: center; align-content: center;}
td{padding: 10px 0; font-size: 16px; text-align: center; color: #333; background-color: #fff; border-top: 1px solid #656565;}
tr{ border-bottom: 1px solid #898989; padding: 10px;}
.noBorder {border:none !important;}
.hap {padding-left: 20px;}
.hap > td {padding-left: 20px; text-align: center;}


/* 고객센터 */
/* 자주묻는질문 */
.customer_wrap{width: 100%; background-color: #111; background-size: cover;}
.customer_box{margin: 0 auto;padding: 40px;max-width: 800px;}
.cus_box > h4{ text-align: center; font-size: 50px; color: #fff; padding-bottom: 20px;}
.cus_qna_box{border-bottom: 1px solid #898989; border-top: 1px solid #898989;}
.cus_qna_list{position: relative; width: 100%;}
.cus_qna_list > li { cursor: pointer; border-bottom: 1px solid #D9D9D9;}
.cus_qna_list > li:hover {background: #a7a7a738;}
.cus_qna_list > li >h3 {padding-left: 20px; height: 80px; display: flex; align-items: center; color: #fff; font-size: 16px;}
/* qna_q */
.q_on > span:first-child { margin-right: 10px; width: 40px; height: 40px; border-radius: 5px; line-height: 2.2; background-color: #d9d9d934; display: inline-block; text-align: center; font-size: 18px; font-weight: 900; color: #fff; position: absolute; left: 12px }
.qnq_q_box{padding: 25px; position: relative;}
.qnq_q_box > h3 {color: #fff;padding-right: 20px;font-size: 16px;line-height: 2.5;padding-left: 40px}
.qnq_q_box > h3::after { position: absolute; right: 20px; width: 9px; height: 9px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: translate(-50%,-50%) rotate(45deg); content: ""; top: 50%; transform: translateY(-50%) rotate(45deg);}
.qnq_q_box > h3.rotate::after{transform:translate(-50%, 25%) rotate(-135deg); border-right: 1px solid #F3BF4F; border-bottom: 1px solid #F3BF4F;}
/* qna_a */
.qna_a_box { display: none; position: relative; padding: 25px; border-top: 1px dashed white }
.qna_a_box > h3 { color: #fff; padding-right: 20px; font-size: 16px; line-height: 2.5;  padding-left: 40px }
.qna_a_box > h3 > span:first-child { margin-right: 10px; width: 40px; height: 40px; border-radius: 5px; line-height: 2.2; background-color: #f3bf4f; display: inline-block; text-align: center; font-size: 18px; font-weight: 900; color: #ffffff; position: absolute; left: 12px }

/* 공지사항 (notic) */
.notic_q_box{padding: 25px; position: relative;}
.notic_q_box > h3 {color: #fff; padding-right: 20px; font-size: 16px; line-height: 2.5; }
.notic_q_box > h3::after { position: absolute; right: 20px; width: 9px; height: 9px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: translate(-50%,-50%) rotate(45deg); content: ""; top: 50%; transform: translateY(-50%) rotate(45deg);}
.notic_q_box > h3.rotate::after{transform:translate(-50%, 25%) rotate(-135deg); border-right: 1px solid #F3BF4F; border-bottom: 1px solid #F3BF4F;}
.notic_a_box{ display: none; position: relative; padding: 25px; border-top: 1px dashed white }
.notic_a_box > h3 { color: #fff; padding-right: 20px; font-size: 16px; line-height: 2.5;}
.notic_a_box > h3 > span:first-child { margin-right: 10px; width: 40px; height: 40px; border-radius: 5px; line-height: 2.2; background-color: #f3bf4f; display: inline-block; text-align: center; font-size: 18px; font-weight: 900; color: #ffffff; position: absolute; left: 12px }


/* 개인정보처리방침 페이지 (privacy)*/
/* .sec{background-color: #111;} */
.service_title_box{width: 100vw; padding-bottom: 115px; background:url(../img/sub/top_bg.png) no-repeat bottom; background-size: cover;}
.service_title_box > div > h2{ color: #333; font-size: 45px; text-align: center; padding-top: 180px;}
.policy_box{width: 100vw; min-height: 450px;}
.bd-lg{padding-top: 30px; padding-bottom: 80px;}
.tit{font-size: 18px; font-weight: 400; color: #fff;}
.box{width: 100%; margin-top: 20px; padding: 5px 5px 5px 5px; border: 1px solid #a7a7a7; background-color: rgba(217, 217, 217, 0.25); color: #fff; font-weight: 300; font-size: 16px;}
.group{color: #fff; font-weight: 300; margin-top: 20px;}
.tit-sm{font-size: 25px; font-weight: 800; margin-bottom: 20px;}
.sec06>div{padding: 0;}

select {
    -webkit-appearance:none; /* 크롬 화살표 없애기 */
    -moz-appearance:none; /* 파이어폭스 화살표 없애기 */
    appearance:none /* 화살표 없애기 */
}

.pd-0 {padding: 0 !important;}
.pd-0 select {padding: 12px 10px; border: 1px solid #999; border-radius: 5px; background: url(../img/sub/angle.png) no-repeat; background-position: 95% 50%; background-size: 10px; width: 200px; outline: none;}
.sec .header h1 a img{content:url(../img/main/logo.png)}
/* .header{ border-bottom:1px solid rgba(0, 0, 0, 0.05); background: rgba(255, 255, 255, 0.8);} */
.sec .header{ border-bottom:1px solid rgba(0, 0, 0, 0.05); background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(5px);}
.sec .header .nav_wrap .depth01>li > a,
.sec .header .nav_wrap .depth01>li > em{color: #444; font-weight: 500;}
.sec .header .ham-btn span {background: #5f5f5f;}

.sec ul {margin-top: 15px; margin-bottom: 8px;}
.table {margin-top: 8px;}
.sec h4 {margin-top: 10px;}
.sec ul li {margin-bottom: 8px;}

/* 계약서 (contract) */

.contract_wrap{padding: 20px 0;}
.contract_but{font-family: 'Pretendard'; font-size: 16px; font-weight: 500;}
.contract_checkbox_wrap{padding-top: 20px;}
.contract_checkbox_wrap {display: flex; position: relative;}
.contract_checkbox_wrap input[type="checkbox"]{display: none;}
.contract_checkbox_wrap input[type="checkbox"] + label {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #f5f5f5;
    border: 0;
    cursor: pointer;
    border-radius: 2px;
    float: left;
    margin-right: 10px;
}
.contract_checkbox_wrap input[type="checkbox"] + label span {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-5%);
    color: #fff;
}
.contract_checkbox_wrap input[type="checkbox"]:checked + label {background: url(../img/sub/check_box.png) no-repeat center / 23px 20px; float: left;}
.contract_check_type{font-size: 18px;}
.contract_number > div {display: flex; gap: 10px; margin-top: 10px; }
.certi_num{position: relative;}
.certi_num > input {width:425px; height: 50px; padding: 5px 10px 5px 10px;}
.certi_but{width: 140px; font-size: 16px; font-family: 'Pretendard'; background-color: red; border-radius: 4px; color: #fff;}
.certi_txt_wrap {
    width: max-content;
    position: absolute;
    color: #888;
    top: 50%;
    left: 100%;
    transform: translate(-120%, -50%);
    font-weight: 400;
    font-size: 12px;
}
.txt_re{
    border: 1px solid #888;
    color: #888;
    margin-left: 5px;
    padding: 2px 8px 0px 8px;
}

/* 제출하기버튼 */
.submit_but_wrap{display: flex; justify-content: center;}
.submit_button{width: 50%; color: #fff; padding: 15px 0; border-radius: 4px; font-family: 'Pretendard'; font-size: 18px; background-color: #e3b54b;}

.pagination_container {display: flex; justify-content: center; gap: 10px;} 

/* ********************************************* *
* 1600px
* ********************************************* */
@media screen and (max-width: 1600px){
.deco_line { position: absolute; width: 85%; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 2px #E3B54B solid; border-radius: 50%; height: auto; padding-top: 25%; padding-bottom: 24%; margin: 0 auto }
}

/* ********************************************* *
* 1400px
* ********************************************* */
@media screen and (max-width: 1400px){
 

}

/* ********************************************* *
* 1330px
* ********************************************* */
@media screen and (max-width: 1330px){

.membership_bot_box > ul {width: 75%;}
.mem_menu_tx {font-size: 38px;}
.menu_txt { color: #fff;font-size: 20px;}

}


/* ********************************************* *
* 1284px
* ********************************************* */
@media screen and (max-width: 1284px){
form>input:first-child {width: 110px;padding: 5px 10px 5px 10px}
.end_num { width: 200px; padding: 5px 10px 5px 10px }   

.certi_num > input {width: 370px;}
}


/* ********************************************* *
* 1214px
* ********************************************* */
@media screen and (max-width: 1214px){

.last_bg_content > div:first-child {width: 100%;}
.last_bg_content { width: 100%; display: flex; justify-content: center }
    
}


/* ********************************************* *
* 1211px
* ********************************************* */
@media screen and (max-width: 1211px){
.system_bot_box > ul {width: 95%;}
.system_bot_box > ul { gap: 15px;}

}

/* ********************************************* *
* 1201px
* ********************************************* */
@media screen and (max-width: 1201px){

[class*='row']:before{display: none;}
[class*='row']::after{display: none;}
.row-wide > [class*='col']{ padding-right: 0; padding-left: 0;}

.row-wide > [class*='col'] { padding-right: 10px; padding-left: 10px;}
.last_bg_content > div:first-child {width: 100%;}
.last_bg_content { width: 100%; display: flex; justify-content: center }
.left_bg_tittle {font-size: 35px;}
.end_num {width: 180px;padding: 5px 10px 5px 10px;}
form>input:first-child { width: 100px; padding: 5px 10px 5px 10px;}
.certi_num > input {width: 360px;}

}


/* ********************************************* *
* 1140px
* ********************************************* */
@media screen and (max-width: 1139px){

.membership_bot_box > ul {width: 70%;}
.last_bg_content > div:first-child {width: 100%; flex-wrap: wrap;}
        
}

/* ********************************************* *
* 1120px
* ********************************************* */
@media screen and (max-width: 1120px){



}

/* ********************************************* *
* 1024px
* ********************************************* */
@media screen and (max-width: 1024px){

/* .system_top_box > div > em {font-size: 20px;}    
.system_top_box > div > em > span { font-size: 25px;}
.system_bot_box > ul{gap: 40px;}
.menu_txt { color: #fff; font-size: 1.6vw;} */
.membership_top_box > p {font-size: 22px;}
.membership_bot_box > ul {width: 70%;}
.mem_menu_tit {font-size: 18px;}
.mem_menu_tx {font-size: 35px;}
/* sub_analyze03 */
.top_txt_con > h5 {text-align: left; font-size: 20px; padding-left: 10px; color: #FFBA00 }

}


/* ********************************************* *
* 960px
* ********************************************* */
@media screen and (max-width: 960px){

/* 섹션 별 공통 패딩값 */
.wrap_padding{padding:80px 0;}
.menu_txt{font-size: 18px;}
.txt_tx_box {font-size: 16px}
.system_top_box > div > em {color: #ddd;font-size: 20px;font-weight: 400}
.system_top_box > div > em > span {font-size: 24px;font-weight: 600;color: #fff;}
.deco_num {position: absolute;z-index: 1;color: #fff;opacity: 0.1;font-size: 40px;top: 50%;left: 50%;transform: translate(-50%, -95%)}
.sec06 { height: auto; padding: 60px 20px;}
.membership_bot_box > ul {width: 75%;}
.mem_menu_tx {font-size: 34px;}

.qnq_q_box {padding: 20px;}
.qnq_q_box > h3 {padding-right: 20px; font-size: 16px; font-weight: 400; line-height: 1.8; padding-left: 30px;}
.q_on > span:first-child {width: 30px; height: 30px; border-radius: 5px; line-height: 1.7; font-size: 18px;}

/* qna_a */
.qna_a_box {display: none; position: relative; padding: 20px; border-top: 1px dashed white }
.qna_a_box > h3 {color: #fff; padding-right: 20px; font-size: 16px; line-height: 1.7; font-weight: 400; padding-left: 30px;}
.qna_a_box > h3 > span { margin-right: 10px; width: 30px; height: 30px; border-radius: 5px; line-height: 1.7; background-color: #f3bf4f; display: inline-block; text-align: center; font-size: 18px; font-weight: 900; color: #ffffff; position: absolute; left: 12px; }
}

/* ********************************************* *
* 875px
* ********************************************* */
@media screen and (max-width: 875px){

.deco_line{padding-bottom: 32px;}
}


@media screen and (max-width: 768px){

.system_bot_box > ul {width: 100%;}

.system_bot_box .col-md-4{width: calc(50% - 85px);}


.system_bot_box > ul { gap: 15px; flex-wrap: wrap; }
.system_top_box > div > em {font-size: 16px;}
.system_top_box > div > em > span {font-size: 19px;}
.deco_line{padding-top: 26%; padding-bottom: 30%;}

.menu_txt {font-size: 20px;}
.deco_num{transform: translate(-50%,-100%);}
.deco_num {transform: translate(-50%, -95%);}


[class*='row']:before{display: none;}
[class*='row']::after{display: none;}
.row-wide > [class*='col']{ padding-right: 0; padding-left: 0;}
/* .system_bot_box > ul > li > div {padding-top: 9%;padding-bottom: 9%} */
/* .deco_num{font-size: 6vw;} */
.membership_bot_box > ul {display: flex; gap: 15px; flex-direction: column; align-items: center;}
.membership_top_box > p {font-size: 18px}
.membership_bot_box > ul {width: 100%;}
.mem_menu_tit { color: #fff; font-size: 18px;}
.mem_menu_tx {font-size: 32px;}
.col-md-4{width: 100%;}
.membership_bot_box .membership_menu > div {height: auto;transition: all 0.35s;padding-bottom: 35%; position: relative;}
.membership_bot_box .membership_menu > div::before,
.membership_bot_box .membership_menu > div::after {border-radius: 25px;}

}

/* ********************************************* *
* 750px
* ********************************************* */
@media screen and (max-width: 750px){

    .service_title_box > div > h2 {font-size: 40px;}
    .service_title_box {padding-bottom: 40px;}
  }


/* ********************************************* *
* 640px
* ********************************************* */
@media screen and (max-width: 640px){

form>input:first-child {width: 100%;}
.input_tel{width: 100%;}
form>input:last-child {width: 100%;}
.chk_box button {color: #fff;font-family: inherit;font-size: 12px; padding-top: 5px; padding-bottom: 5px;}
.end_num {width: 45%; padding: 5px 10px 5px 10px;}
.call_wrap > p { font-size: 18px; font-weight: 500; color: #fff }
.analyze_box > h4,
.cus_box > h4 {  font-weight: 100; text-align: center;font-size: 28px;}
.analyze_box > h4 {padding-bottom: 30px;}
.deco_line {padding-top: 26%;padding-bottom: 22%;}
.membership_bot_box > ul {padding-top: 40px;}

.contract_number > div {
    width: 100%;
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.certi_num > input {width: 100%;}
.certi_num {
    width: calc(100% / 1);
    position: relative;
}
.certi_but {
    width: 46%;
    /* width: 140px; */
    background-color: red;
    border-radius: 4px;
    color: #fff;
}

}

/* ********************************************* *
* 580px
* ********************************************* */
@media screen and (max-width: 580px){

.qna_q > h3::after { position: absolute; right: 30px; margin-top: -1px; width: 14px; height: 14px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: translate(-50%,-50%) rotate(45deg); content: ""; }
.cus_qna_list > li >h3 { padding-left: 20px; height: 80px; display: flex; align-items: center; color: #fff; font-size: 15px }
.q_on > p {padding-left: 0 20px 0 20px;}
.menu_txt {font-size: 18px;}

.sec p {font-size: 15px;}
.sec li {font-size: 15px;}
}

/* ********************************************* *
* 558px
* ********************************************* */
@media screen and (max-width: 558px){
.ana_menu_tab > ul > li > a > br  {display: block;}
.ana_menu_tab > ul > li {padding: 10px 0 10px 0; line-height: 120%;}
.left_bg_tittle {font-size: 30px;}
.call_wrap > p {font-size: 16px;}
.ana_menu_tab > ul > li > a {text-align: center; font-weight: 400;}
}





/* ********************************************* *
* 500px
* ********************************************* */
@media screen and (max-width: 500px){
    
.system_bot_box .col-md-4{width: calc(50% - 10px);}
.system_top_box > div > em br{display:none;} 
.top_txt_con > i {width: 32px; height: 32px; font-size: 18px; line-height: 1.85;}
.top_txt_con > h5 {font-size: 18px; padding-left: 10px;}
.bot_txt_con {padding-top: 10px;}
.deco_line {padding-bottom: 25%;}

.table_wrap > h4 {color: #fff;font-size: 20px;padding-top: 120px;padding-bottom: 20px}
.ana_menu_tab li > a{font-size: 14px; font-weight: 400;}
.membership_bot_box .membership_menu > div::before{padding: 5px;}
.mem_menu_tit {font-size: 16px;}
.mem_menu_tx {font-size: 28px;}
.membership_top_box > p {font-size: 16px;}
th {font-size: 14px}
td {font-size: 14px;}
.table_box{width: 100%; overflow: auto;}
.table_box ::-webkit-scrollbar{width: 10px; background: #D9D9D9;}
.table_box>table{width: 210%; white-space: nowrap; border-collapse: collapse;}

.service_title_box > div > h2 {font-size: 32px;}
.service_title_box {padding-bottom: 0;}
.tit-sm {font-size: 22px;}
.group {font-size: 15px;}

.table {overflow-x: auto;}

}

/* ********************************************* *
* 400px
* ********************************************* */
@media screen and (max-width: 400px){
.sec06 {height: auto; padding: 40px 20px;}

.membership_bot_box > ul { flex-wrap: wrap;}
.membership_bot_box > ul {width: 100%;}
.mem_menu_tx {font-size: 24px; font-weight: 100;}
.mem_menu_tit {color: #fff; font-size: 14px;}
.deco_line {padding-bottom: 22%;}

.membership_top_box > h4 {font-size: 35px;}
.member_tit_deco {width: 110px;height: auto;margin: 0 auto;padding-bottom: 10px;}
.membership_top_box > p {font-size: 16px;}
.membership_bot_box .membership_menu > div::before, .membership_bot_box .membership_menu > div::after {border-radius: 15px;}
.mem_but > div {font-size: 16px;}
.membership_bot_box .membership_menu > div::before{padding: 5px;}

.left_bg_tittle {font-size: 24px;}
.call_wrap > p {font-size: 14px;}

}


/* ********************************************* *
* 350px
* ********************************************* */
@media screen and (max-width: 350px){

.deco_line {padding-bottom: 22%;}
.menu_txt {font-size: 14px;}

.qnq_q_box > h3 {line-height: 1.6;}

.contract_number > div{flex-wrap: wrap;}
.certi_but {width: 100%; padding: 12px}

.submit_button {width: 100%;}
.submit_but_wrap{padding: 0;}


}

/* ********************************************* *
* 300px
* ********************************************* */
@media screen and (max-width: 300px){

.menu_txt {font-size: 14px;}
.system_bot_box .col-md-4 {width: calc(50% - -50px);}
.menu_txt {font-size: 18px;}
.deco_line {padding-bottom: 22%;}      
}
    




