@charset "utf-8";


/* ------------------------------------------ 사이트별 개별설정-------------------------------------------------------- */
.content_top_text02{border-radius: 10px; background: red; padding: 50px; text-align: center; margin-bottom: 30px; color: #fff;}



/* 상단에 간략 소개 가이드*/
.content_top_text01{border-radius: 10px; background: #eaf5ff url("../images/inc/moon_img03.png") 90% bottom no-repeat; padding: 50px; text-align: center; margin-bottom: 30px; color: #3669ff;font-size:20px;font-weight: 800; line-height: 25px;}
.content_top_text01.ctt_img01{background-image:url("../images/inc/moon_img04.png"); background-position: 10% bottom;}
.content_top_text01 strong{color: #001964;font-weight: 800;}
@media all and (max-width :1280px) {
.content_top_text01{ padding: 40px 100px 40px 40px; background-size: 180px; font-size: 18px;}
}
@media all and (max-width :1024px) {
.content_top_text01{ padding: 30px 100px 30px 30px; background-size: 150px; font-size: 16px; text-align: left;}
.content_top_text01.ctt_img01{ background-position: 90% bottom;}

}
@media all and (max-width :767px) {
.content_top_text01{line-height: 17px; padding: 10px 80px 10px 15px; background-size: 80px; font-size: 12px;  font-weight: 600; border-radius: 6px; margin-bottom: 20px;background-position: 98% bottom !important;}
.content_top_text01 strong{font-weight: 600;}

}






/* 문샷 소개글*/
.content_top_text_moon{ background: #e1f0fd url("../images/inc/moon_img02.png") left bottom no-repeat; border-radius: 20px; overflow: hidden; padding: 50px 50px 30px 400px;;  margin-bottom: 30px; display: flex; justify-content: space-between; background-size: 420px;}
.content_top_text_moon dl dt{font-weight: 900; font-size: 33px; color: #3669ff; margin-bottom: 15px;}
.content_top_text_moon dl dt strong{font-weight: 900; color: #001964;}

.content_top_text_moon dl dd{font-weight: 700; font-size: 18px; color: #5379ff; word-break: keep-all;line-height: 25px;} 
.content_top_text_moon dl dd:last-child{margin-top: 20px;}
.content_top_text_moon dl dd em{color: #3443e4;font-weight: 800; font-size: 22px; margin-bottom: 5px;} 
.content_top_text_moon dl dd strong{color: #001964;font-weight: 800;} 
.content_top_text_moon  a img{width: 150px;}


@media all and (max-width :1520px) {
.content_top_text_moon{ padding: 40px 40px 40px 330px;;  background-size: 350px;}
.content_top_text_moon  a img{width: 140px;}
}
@media all and (max-width :1280px) {
.content_top_text_moon{ padding: 35px 20px 35px 220px; background-size: 250px; border-radius: 15px;}
.content_top_text_moon  a img{width: 100px;}
.content_top_text_moon dl dt{font-weight: 800; font-size: 22px;margin-bottom: 10px;}
.content_top_text_moon dl dt strong{font-weight: 800;}

.content_top_text_moon dl dd{font-weight: 600; font-size: 15px;line-height: 20px;} 
.content_top_text_moon dl dd strong{font-weight: 700;} 
.content_top_text_moon dl dd em{font-weight: 700; font-size: 18px;} 
}
@media all and (max-width :1024px) {
.content_top_text_moon{ padding: 20px 20px 20px 25px;  border-radius: 10px;background: #e1f0fd url("../images/inc/moon_img02_01.png") right bottom no-repeat;background-size: 140px;}
.content_top_text_moon  a img{width: 80px;}
.content_top_text_moon dl dt{font-weight: 700; font-size: 18px;margin-bottom: 10px;}
.content_top_text_moon dl dt strong{font-weight: 700;}

.content_top_text_moon dl dd{font-weight: 500; font-size: 13px;line-height: 18px;} 
.content_top_text_moon dl dd strong{font-weight: 600;} 
.content_top_text_moon dl dd em{font-weight: 600; font-size: 15px;} 
}
@media all and (max-width :767px) {
.content_top_text_moon{ padding: 15px 15px 15px 20px; margin-bottom: 20px; border-radius: 6px;}
.content_top_text_moon  a img{width: 80px;}
.content_top_text_moon dl dt{ font-size: 14px;margin-bottom:3px;}
.content_top_text_moon dl dd {color: #000; font-size: 12px;} 
.content_top_text_moon dl dd em{font-size: 13px; margin-bottom: 0;} 
}


/* 탭메뉴처리 */
.tab_menu{ text-align:center; margin-bottom:50px; box-shadow: 1px 10px 10px rgba(0,0,0,0.04);}
.tab_menu *{ box-sizing: border-box;}

.tab_menu ul{ display:flex; justify-content: space-between;border-radius:6px; border: 1px solid #c1e3f2;height: 58px; overflow: hidden;}
.tab_menu li{ width:100%; border-right:1px solid #c1e3f2; background: #f6fcff;}
.tab_menu li:last-of-type{ border-right:none;}
.tab_menu li a {display: block; width: 100%; font-size:16px; padding:18px 10px;}  
.tab_menu li a:hover,
.tab_menu li a:focus{background:#dff5ff url("../images/inc/bg01.png") left center no-repeat; font-size:17px; font-weight: 600;background-size: 60px;}

.tab_menu a.active,
.tab_menu a.active:hover,
.tab_menu a.active:focus{background:#1c8df2 url("../images/inc/bg01.png") -5px center no-repeat; font-size:17px; font-weight: 600; color: #fff; background-size: 55px;}

.tab_menu a.active strong{ background: url("../images/inc/copy_btn_img.png") 92% center no-repeat; display: block; background-size: 18px;} 


.tab_menu a:hover.active,
.tab_menu a:focus.active {color: #fff;}


/*양끝라운드*/
.tab_menu li:first-of-type,
.tab_menu li:first-of-type a:hover,
.tab_menu li:first-of-type a:focus,
.tab_menu li:first-of-type.active{ border-radius: 6px 0 0 6px;border-left:none;}

.tab_menu li:last-of-type,
.tab_menu li:last-of-type a:hover,
.tab_menu li:last-of-type a:focus,
.tab_menu li:last-of-type a.active{ border-radius:0 6px 6px 0;}



@media all and (max-width :1280px) {
.tab_menu{ margin-bottom:30px;}
.tab_menu ul{ height: 46px; }  
.tab_menu li a {font-size:16px; padding:14px 10px;}  
.tab_menu li a:hover,
.tab_menu li a:focus,
.tab_menu a.active,
.tab_menu a.active:hover,
.tab_menu a.active:focus{ font-size:17px;}
.tab_menu a.active strong{ background:none;} 
}
@media all and (max-width :1023px) {
.tab_menu ul{ height: 40px; } 
.tab_menu li a {font-size:14px; padding:12px 10px;}    
.tab_menu li a:hover,
.tab_menu li a:focus,
.tab_menu a.active,
.tab_menu a.active:hover,
.tab_menu a.active:focus{ font-size:15px;}


.tab_menu .col07 li:nth-of-type(6){ width: 140%;}  
}

@media all and (max-width :767px) {
.tab_menu{ margin-bottom:20px;}
.tab_menu ul{ height: 38px; }  
.tab_menu li a {font-size:12px; padding:10px;}      
.tab_menu li a:hover,
.tab_menu li a:focus,
.tab_menu a.active,
.tab_menu a.active:hover,
.tab_menu a.active:focus{ font-size:12px;}

.tab_menu .col06{ flex-wrap: wrap; height: auto; background: #f6fcff;}
.tab_menu .col06 li{ width:50%;}  
.tab_menu .col06 li:nth-of-type(2),
.tab_menu .col06 li:nth-of-type(4){ border-right: none;}  
.tab_menu .col06 li:nth-of-type(3),
.tab_menu .col06 li:nth-of-type(4),
.tab_menu .col06 li:nth-of-type(5),
.tab_menu .col06 li:nth-of-type(6){border-top: 1px dashed #c1e3f2}  


.tab_menu .col05{ flex-wrap: wrap; height: auto; background: #f6fcff;}
.tab_menu .col05 li{ width:50%;}  
.tab_menu .col05 li:nth-of-type(2),
.tab_menu .col05 li:nth-of-type(4){ border-right: none;}  
.tab_menu .col05 li:nth-of-type(3),
.tab_menu .col05 li:nth-of-type(4){border-top: 1px dashed #c1e3f2}  
.tab_menu .col05 li:last-of-type{ width:100%;border-top: 1px dashed #c1e3f2} 

.tab_menu .col07{ flex-wrap: wrap; height: auto; background: #f6fcff;}
.tab_menu .col07 li{ width:33.333%;}  
.tab_menu .col07 li:nth-of-type(3),
.tab_menu .col07 li:nth-of-type(6){ border-right: none;}  
.tab_menu .col07 li:nth-of-type(4),
.tab_menu .col07 li:nth-of-type(5),
.tab_menu .col07 li:nth-of-type(6){border-top: 1px dashed #c1e3f2}  
.tab_menu .col07 li:nth-of-type(6){ width: 33.333%;}  
.tab_menu .col07 li:last-of-type{ width:100%;border-top: 1px dashed #c1e3f2} 
}


@media all and (max-width :520px) {

.tab_menu .col03{ flex-wrap: wrap; height: auto; background: #f6fcff;}
.tab_menu .col03 li{ width:50%;}  
.tab_menu .col03 li:nth-of-type(2){ border-right: none;}  
.tab_menu .col03 li:last-of-type{ width:100%;border-top: 1px dashed #c1e3f2}  
}










.tab_menu01_guide{ border-bottom: 1px solid #e7e6eb; margin: 0 -50% 50px -50%; text-align: center;}
.tab_menu01{ display: inline-block;}
.tab_menu01 ul{ display: flex; gap:2px; width: 1340px;}
.tab_menu01 ul li{flex: 1;}
.tab_menu01 ul.col02 li,
.tab_menu01 ul.col03 li{flex:none; width: 22%;}
.tab_menu01 ul li a{font-size: 16px; font-weight: 600; display: block; background: #f4f4f4; border-radius: 6px 6px 0 0;  border-left: 2px solid #f4f4f4; border-right: 2px solid #f4f4f4;  border-top: 2px solid #f4f4f4;  position: relative; padding: 14px 5px; line-height: 18px; height: 100%;}

.tab_menu01 ul li a:hover:before,
.tab_menu01 ul li a:focus:before,
.tab_menu01 ul li a.active:before{ position: absolute;  bottom:-2px; height: 2px; background: #fff; width: 100%; display: block; z-index: 1; content: '';left:0;}

.tab_menu01 ul li a:hover,
.tab_menu01 ul li a:focus,
.tab_menu01 ul li a.active{font-size: 17px;font-weight: 700; color: #3161f1;background: #fff; border-top: 2px solid #3161f1;border-right: 2px solid #3161f1; border-left: 2px solid #3161f1;  box-shadow: -1px -10px 10px rgba(0,0,0,0.05);}

@media all and (max-width :1520px) {
.tab_menu01_guide{  margin: 0 -5% 30px -5%;}
.tab_menu01{  width: 90%;}
.tab_menu01 ul{ width: 100%; }
}

@media all and (max-width :1280px) {
.tab_menu01_guide{  margin: 0 -5% 30px -5%;}
.tab_menu01{  width: 90%;}
.tab_menu01 ul{ gap:2px; }
.tab_menu01 ul li a{font-size: 15px;}
.tab_menu01 ul li a:hover,
.tab_menu01 ul li a:focus,
.tab_menu01 ul li a.active{font-size: 16px; }
}

@media all and (max-width :1023px) {
.tab_menu01 ul li a{font-size: 14px; border-radius: 4px 4px 0 0;}
.tab_menu01 ul li a:hover,
.tab_menu01 ul li a:focus,
.tab_menu01 ul li a.active{font-size: 15px; }
}

@media all and (max-width :767px) {
.tab_menu01_guide{ border-bottom: none;margin: 0 -5% 15px -5%;}
.tab_menu01 ul{ flex-wrap: wrap;gap:0;}
.tab_menu01 ul.col03 li{width: 33.333%;}
.tab_menu01 ul.col02 li,
.tab_menu01 ul.col09 li{width: 50%;}

.tab_menu01 ul li { width: 33.333%; flex: none; border: 1px solid #fff;}
.tab_menu01 ul li a{font-size: 13px; border-radius:0; padding: 5px 0;font-weight: 400;}
.tab_menu01 ul li a:hover,
.tab_menu01 ul li a:focus,
.tab_menu01 ul li a.active{font-size: 12px;border: 2px solid #3161f1; border-radius: 4px; box-shadow:none;}
.tab_menu01 ul li a:hover:before,
.tab_menu01 ul li a:focus:before,
.tab_menu01 ul li a.active:before{ display: none;}
}







/*준비중페이지*/

.ing_guide{width: 700px; padding-top: 240px; min-height: 400px; margin:80px auto 0 auto; background: url("../images/inc/ing.png") center 00px no-repeat; text-align: center; border-radius: 40px;}
.ing_guide *{ box-sizing:border-box;}
.ing_guide strong{font-size: 30px;display: block;font-weight: 600;}

@media all and (max-width:767px) {
.ing_guide{width: 100%; margin: 0; background-size:220px;  padding-top: 180px; min-height: inherit;}
.ing_guide strong{font-size: 22px;}
}






/* 테이블 */
.over_table{overflow-x:auto; position:relative; margin-bottom: 50px;}
.table_guide{margin-bottom: 30px;}
.ctable{width:100%;border-top:2px solid #3cb9ef; word-break: keep-all;border-right:1px solid #eeeeee;} 
.ctable tbody th{background-color:#f7f7f7; color: #666; }

.ctable th{ color:#0078cc; font-size:17px;border-left:1px solid #eeeeee; border-bottom:1px solid #eeeeee; padding: 10px 1%; background: #effaff;}
.ctable td{font-size:16px;line-height:1.5em; border-left:1px solid #eeeeee; border-bottom:1px solid #eeeeee; word-break:keep-all; padding: 20px 1%; 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 td > ul > li{background: url("../images/content/txt_dot.png") 10px 7px no-repeat; padding-left: 20px;line-height: 1.7em;}
.ctable td > ul > li > ul > li{font-size: 13px;}





@media all and (max-width:767px) {

.over_table:before{ position:absolute; top:0px; right:0%; display:inline-block; content:'표를 좌우로 움직여 확인하세요'; font-size:12px; background:rgba(0,0,0,0.5); color:#fff; padding:5px 15px; z-index: 1;}
.over_table table{width:800px !important;}
.ctable th{padding: 10px 1%;font-size:14px;}
.ctable td{padding: 10px 1%;font-size:15px;}
}


/* ------------------------------------------ 기본설정 -------------------------------------------------------- */

/* 폰트 컬러 : 상황에 따라 추가 가능 */
.fc_red{color:#ff0000 !important;font-style:normal}
.fc_blue{color:#0054bc !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}
.mt10{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}

/* 창크기 */
.w_100p{ width: 100% !important;}
.w_100{ width: 100px;}
.w_200{ width: 200px;}
.w_300{ width: 300px;}
.w_400{ width: 400px;}
.w_500{ width: 500px;}
.w_600{ width: 600px;}



