@charset "utf-8";


/* ------------------------------------------ 사이트별 개별설정-------------------------------------------------------- */


/* 탭처리 */
.ctab01{ text-align:center; margin: 30px 0;}
.ctab01 ul{ display: flex; justify-content: center;gap:10px; align-items: center;}
.ctab01 li a {display: block; font-size:18px; border-radius:80px; font-weight: 600; padding: 10px 40px; background: #fff; border: 1px solid #e8e8e8; min-width: 130px;box-shadow: 0 10px 10px rgba(0,0,0,0.03);}   
.ctab01 li a:hover,
.ctab01 li a:focus,
.ctab01 li a.active{border:3px dotted #ff3f34;  color: #dc0101; border-radius:0 80px 80px 80px; }


.ctab02{ text-align:center;margin-top: 30px;}
.ctab02 ul{ display: flex; justify-content:center;gap:15px; align-items: center;}
.ctab02 li {background: url("../images/shop/point01.png") left 7px no-repeat; padding: 0 0 0 15px;background-size: 4px;}
.ctab02 li:first-child{background:none}
.ctab02 li a {display: block; font-size:16px; font-weight: 500; padding: 0 5px 5px 5px;}   
.ctab02 li a:hover,
.ctab02 li a:focus,
.ctab02 li a.active{ color: #dc0101; border-bottom: 2px solid #dc0101;}






/*준비중페이지*/
.ing_guide{background:#fff; box-shadow: 1px 2px 20px rgba(0,0,0,0.1);width: 800px; padding: 50px 5%; margin:40px auto ; border-radius: 30px;text-align: center;}
.ing_guide img{max-width: 600px;}
.ing_guide strong{font-size: 35px; letter-spacing: -0.09em; display: block;font-weight:bold; margin-top: 50px;}

@media all and (max-width:1280px) {
.ing_guide{width: 90%;}
.ing_guide strong{font-size: 30px; margin-top: 30px;}
}
@media all and (max-width:767px) {
.ing_guide{ box-shadow:0 0 0 #fff;padding:5%;margin:0 auto;}
.ing_guide img{width: 100%;max-width:inherit;}
.ing_guide strong{font-size: 18px;}
}






/* 테이블 */
.over_table{overflow-x:auto; position:relative; margin-bottom: 20px;}
.ctable{width:100%;border-top:2px solid #000;  border-bottom: 2px solid #000; border-left:2px solid #fff;  word-break: keep-all;} 

.ctable th{ color:#000; font-size:14px;border-left:1px solid #e7e7e7; border-bottom:1px solid #e7e7e7; padding: 10px 20px; background: #f9f9f9;}
.ctable tbody th{font-size:15px;}
.ctable td{font-size:15px;line-height:1.5em; border-left:1px solid #e7e7e7; border-bottom:1px solid #e7e7e7; word-break:keep-all; padding: 20px; text-align: center;}  
.ctable .al{text-align:left;}
.ctable .ac{text-align:center;}
.ctable td ul{ font-size: 15px; text-align: left !important;}
.ctable .ct_btn{ border-radius: 4px; background: #304aff; color: #fff; font-size: 12px; text-align: center; padding: 10px 20px; box-shadow: 1px 5px 5px rgba(0,0,0,0.1);}
.ctable .ct_btn:hover,
.ctable .ct_btn:focus{ background: #ff3f34;}
.ctable .ct_bg01{font-weight: bold; background: #f6f6f6;}

@media all and (max-width:1280px) {
.ctable th{  font-size:14px; padding: 8px 15px;}
.ctable td{ padding: 15px;}  
}

@media all and (max-width:768px) {

.over_table:before{ position:absolute; top:0px; right:0%; display:inline-block; content:'표를 좌우로 움직여 확인하세요'; font-size:11px; background:rgba(0,95,192,0.7); color:#fff; padding:3px 15px;}
.over_table .ctable{width:780px;}
.ctable tbody th{font-size:13px;}
.ctable th{font-size:12px;padding: 7px 15px;}
.ctable td{font-size:13px; padding: 10px 15px;}
}


/* ------------------------------------------ 기본설정 -------------------------------------------------------- */



/* flex 기본 설정값 */
.fx_basic{ display: flex; flex-wrap: wrap;}

.fj_c{justify-content: center;}
.fj_end{justify-content:flex-end;}
.fj_s{justify-content:flex-start;}
.fj_sp{justify-content:space-around;}
.fj_sb{justify-content:space-between;}

.fd_c{flex-direction: column}
.fd_cr{flex-direction:column-reverse}
.fd_r{flex-direction:row}
.fd_rr{flex-direction:row-reverse;}

.fa_c{align-items:center;}
.fa_end{align-items:flex-end;}
.fa_s{align-items:flex-start;}
.fa_st{align-items:stretch;}






/* 폰트 컬러 : 상황에 따라 추가 가능 */
.fc_red{color:#ff0000 !important;font-style:normal}
.fc_blue{color:#005ede !important;font-style:normal}
.fc_green{color:#00aa44 !important;font-style:normal}
.fc_gray{color:#5f5f5f !important;font-style:normal}
.fc_white{color:#ffffff !important;font-style:normal}
.fc_black{color:#000000 !important;font-style:normal}
.fc_navy{color:#653fd2 !important;font-style:normal}
.fc_yellow{color:#FFFD00 !important;font-style:normal}



/* 폰트 사이즈 : 기본적으로 작성은 되어있으나 사용여부는 디자이너 판단 */
.fs11{font-size:11px !important;}
.fs12{font-size:12px !important;}
.fs13{font-size:13px !important}
.fs14{font-size:14px !important;}
.fs15{font-size:15px !important;}
.fs16{font-size:16px !important;}
.fs17{font-size:17px !important;}
.fs18{font-size:18px !important;}
.fs19{font-size:19px !important;}
.fs20{font-size:20px !important;}


/* 기본 마진 : 상황에 따라 추가 가능 */
.m00{margin:0 !important}
.m10{margin:10px !important}

.ml00{margin-left:0 !important}
.ml05{margin-left:5px !important}
.ml10{margin-left:10px}
.ml20{margin-left:20px}
.ml30{margin-left:30px}

.mr00{margin-right:0 !important}
.mr10{margin-right:10px}
.mr20{margin-right:20px}
.mr30{margin-right:30px}

.mt00{margin-top:0 !important}
.mt05{margin-top:5px !important}
.mt10{margin-top:10px}
.mt_10{margin-top:-10px}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mt40{margin-top:40px}
.mt50{margin-top:50px}
.mt100{margin-top:100px}

.mb00{margin-bottom:0 !important}
.mb05{margin-bottom:5px !important}
.mb10{margin-bottom:10px !important}
.mb15{margin-bottom:15px !important}
.mb20{margin-bottom:20px !important}
.mb30{margin-bottom:30px !important}
.mb40{margin-bottom:30px !important}
.mb50{margin-bottom:50px !important}
.mb100{margin-bottom:100px !important}


/* 기본 패딩 : 상황에 따라 추가 가능 */
.p00{padding:0 !important;}

.pb00{padding-bottom:0px !important}
.pb10{padding-bottom:10px !important}
.pb20{padding-bottom:20px !important}
.pb30{padding-bottom:30px !important}

.pl0{padding-left:0px !important}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}

.pr00{padding-right:0px !important}
.pr10{padding-right:10px;}
.pr20{padding-right:10px;}
.pr30{padding-right:10px;}

.pt00{padding-top:0 !important;}
.pt10{padding-top:10px !important;}
.pt20{padding-top:20px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}
.pt50{padding-top:50px !important;}
.pt60{padding-top:60px !important;}
.pt70{padding-top:70px !important;}
.pt80{padding-top:80px !important;}
.pt100{padding-top:100px !important}


/* 컨텐츠 float */
.fl{float:left;}
.fr{float:right;}

.fwb{font-weight: 600;}

/* 이미지 및 컨텐츠 정렬 시. */
.ac{text-align:center !important}
.ar{text-align:right !important}
.al{text-align:left !important}

.blind{display:block;overflow:hidden;position:absolute;top:0;left:-5000px; width:500px; font-size:13px;}
.hide{display:none !important;margin:0;padding:0}
.nowrap{ white-space: nowrap;}
