/* Common **********************************************************************/
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); <-- 기존에 있던 것 */
/*  Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess   */

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	src: url('/assets/font/Pretendard-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	src: url('/assets/font/Pretendard-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	src: url('/assets/font/Pretendard-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	src: url('/assets/font/Pretendard-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	src: url('/assets/font/Pretendard-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	src: url('/assets/font/Pretendard-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	src: url('/assets/font/Pretendard-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	src: url('/assets/font/Pretendard-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	src: url('/assets/font/Pretendard-Black.woff2') format('woff2');
}


/* Common **********************************************************************/ 
html,body {width:100%; scroll-behavior: smooth;}
html {overflow-y:scroll; box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
*{
-webkit-text-size-adjust:none;
-webkit-text-size-adjust - auto | none | N% (default auto)
}
body {word-break:break-all;-ms-word-break:break-all; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0;}
fieldset,img {border:0px none; vertical-align:top;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
button {border:0 none; background-color:transparent; cursor:pointer;}
body { background:#fff;}
body,th,td,input,select,textarea,button {font-size:13px; line-height:1.6; font-family: 'Pretendard' ; color:#7d7d7d;} 
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}

table {border-collapse:collapse; border-spacing:0;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
summary, caption, legend, hr {width:0; height:0; font-size: ; line-height: ; overflow: hidden; visibility: hidden; border: none; position:absolute; left:-1000em;}
caption {position:static;}
/* label hidden 처리 */
.invisible, .hide{overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; position:absolute;}
label.invisible{*position:Absolute;}

/* input {appearance: none; -webkit-appearance: none; -webkit-border-radius: 0;}
select {-webkit-appearance: none; -moz-appearance: none; appearance: none;} */

.center{text-align:center;}
.pc_img {display:block;}
.tab_img {display:none;}
.mob_img {display:none;}
.pc {display:block;}
.tab {display:none;}
.mob {display:none;}


:root {
  --co01: #648dca;
  --co02: #254085;
}

::selection{background: var(--co01);color: #fff;}

/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%; min-width: 1400px;  margin: 0 auto; overflow: hidden;word-break: keep-all;}
.inner{width: 1360px; margin: 0 auto; max-width:100%;}

/* header */
#header{position: relative; line-height: 1;}
#header .inner{display: flex;align-items: center; justify-content: space-between; height: 90px;}
#header .left{display: flex;align-items: center; gap:80px;}

#header ul.gnb{display: flex;gap:80px;}
#header ul.gnb > li{position: relative;padding: 35px 0px;}
#header ul.gnb > li span a{font-size: 18px; color: #333; font-weight: 500;}
#header ul.gnb .lnb_sub{position: absolute; top: 86px; left: 50%; transform:translateX(-50%);z-index: 100; width: 180px; background: #fff; box-shadow:6px 6px 12px rgba(64,63,63,.15);}
#header ul.gnb .lnb_sub ul{display: none;padding: 15px 0px;border-top: 3px solid var(--co01);}
#header ul.gnb .lnb_sub ul li a{display: block;color: #666;font-size: 16px;text-align: center;300}
#header ul.gnb .lnb_sub ul li a:hover{font-weight: 700; color: var(--co01);}
#header ul.gnb .lnb_sub ul li:not(:last-child){margin-bottom: 30px;}

#header .log_wrap{display: flex;align-items: center;gap:30px;}
#header .log_wrap a{display: flex;align-items: center;gap:10px;font-size: 18px; color: #666; font-weight: 500;}
#header .log_wrap a img{transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);}
#header .log_wrap a:hover img{transform:translateY(-4px);}

.nav_btn{display: none;}
.navigation{display: none;}

#visual_wrap{position: relative; line-height: 1;}
#visual_wrap .txt_wrap{position: absolute;left: 0; top: 50%;transform:translateY(-50%);width: 100%;}
#visual_wrap .txt_wrap p{font-size: 45px; color: #fff; line-height: 80px;}
#visual_wrap .txt_wrap p strong{font-size: 60px;}
#visual_wrap .txt_wrap a{display: flex;align-items: center; justify-content: center;width: 164px; height: 52px;color: #fff;font-size: 18px; border-radius:26px; border:1px solid #fff; margin-top: 40px; background: rgba(255,255,255,.02);transition:.4s;}
#visual_wrap .txt_wrap a:hover{color: var(--co02); background: #fff;}

#visual_wrap .vis_items{position: absolute;left: 0; bottom: 60px;width: 100%;}
#visual_wrap .vis_items .inner{display: flex;align-items: center;gap:30px;}
#visual_wrap .vis_dots ul{display: flex;gap:18px;}
#visual_wrap .vis_dots ul li{position: relative;}
#visual_wrap .vis_dots ul li::after{content:'';position: absolute;left: 26px; top: 50%; transform:translateY(-50%);width: 0px; height: 2px;background: rgba(255,255,255,.5);transition:.4s;}
#visual_wrap .vis_dots ul li button{width: 8px; height: 8px; border:1px solid rgba(255,255,255,.5);text-indent: -9999px;border-radius:50%;transition:.4s;} 
#visual_wrap .vis_dots ul li.slick-active{padding-right: 52px;}
#visual_wrap .vis_dots ul li.slick-active button{background: #fff; border:1px solid #fff;}
#visual_wrap .vis_dots ul li.slick-active::after{width: 34px;}

#section_search{margin-top: 50px;}

#search_wrap{padding: 30px 100px; background: #f2f3f7; border-radius:12px;}
#search_wrap .search{display: flex;}
#search_wrap .search input[type="text"]{width: calc(100% - 140px);height: 52px; background: #fff;padding: 20px; border:1px solid var(--co01); border-radius:8px 0 0 8px;font-size: 17px; color: #999;}
#search_wrap .search input[type="text"]::placeholder{font-size: 17px; color: #999;}
#search_wrap .search input[type="text"]:focus{outline:0;}
#search_wrap .search a.search_btn{display: flex;align-items: center; justify-content: center;width: 140px;height: 52px; background: var(--co01); border-radius:0 8px 8px 0;}

#search_wrap .tag_wrap{display: flex;flex-wrap:wrap; gap:10px 16px; margin-top: 20px;}
#search_wrap .tag_wrap em{font-size: 17px; color: #333;}

.section{line-height: 1;}
.section .sec_tit{margin-bottom: 60px;}
.section .sec_tit p{font-size: 45px;color: #333; font-weight: 700;}
.section .sec_tit span{display: block;font-size: 18px; color: #666;margin-top: 35px;}

.tab-menu-wrap{display: flex;gap:10px;flex-wrap:wrap; margin-bottom: 30px;}
.tab-menu-wrap a{display: flex;align-items: center; height: 52px;font-size: 18px; color: #666;padding: 0px 20px; background: #f2f3f7; border-radius:26px;transition:.4s;}
.tab-menu-wrap a.on{background: var(--co01); color: #fff;}
.tab-menu-wrap a:hover{background: var(--co01); color: #fff;}

/* section01 */
#section01{padding: 80px 0px 105px;}

#section01 .slide_wrap ul.sec01_slide .slick-list{width: calc(100% + 20px);}
#section01 .slide_wrap ul.sec01_slide .slick-track{margin: 0;}
#section01 .slide_wrap ul.sec01_slide li{margin-right: 20px;}
#section01 .slide_wrap ul.sec01_slide li .img_wrap{position:relative; width:100%; padding-bottom:73.846%;overflow: hidden; border-radius:12px;}
#section01 .slide_wrap ul.sec01_slide li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;transition:.4s ease;}
#section01 .slide_wrap ul.sec01_slide li:hover .img_wrap img{transform:scale(1.05);}

#section01 .slide_wrap ul.sec01_slide li .txt_wrap{margin-top: 25px;}
#section01 .slide_wrap ul.sec01_slide li .txt_wrap p{font-size: 20px; color: #333; font-weight: 700; line-height: 30px; height: 60px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;}
#section01 .slide_wrap ul.sec01_slide li .txt_wrap span{display: block;font-size: 16px; color: #999; margin-top: 15px;}

#section01 .slide_items{display: flex;align-items: center;gap:30px;margin-top: 50px;}
#section01 .slide_items .progress { position:relative; width:calc(100%); height:2px; background:#ddd;}
#section01 .slide_items .progress .slider__label { position:absolute; left:0; top:50%; transform:translateY(-50%); width:0; height:100%; background:var(--co01); transition:0.5s;}
#section01 .slide_items .btn_wrap{display: flex;align-items: center;gap:20px;}
#section01 .slide_items .arr_wrap{display: flex;align-items: center;gap:25px;}
#section01 .slide_items .numcount{display: flex;align-items: center;gap:15px;}
#section01 .slide_items .numcount span{position: relative;font-size: 16px; color: #333; font-weight: 700;}
#section01 .slide_items .numcount span.total::after{content:'/';position: absolute;left: -10px;top: 0;}

/* banner */
#banner_wrap	 img{width: 100%; border-radius:12px;}

/* section02 */
#section02{padding: 80px 0;}
#section02 ul{display: flex;flex-wrap:wrap;gap:10px 20px;}
#section02 ul li{width: calc((100% - 20px) / 2);}
#section02 ul li a{display: flex; align-items: center; background: #f2f3f7; border-radius:12px;}
#section02 ul li .img_box{width: 220px;}
#section02 ul li .img_wrap{position:relative; width:100%; padding-bottom:72.727%;border-radius:12px; overflow: hidden;}
#section02 ul li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;transition:.4s ease;}
#section02 ul li:hover .img_wrap img{transform:scale(1.05);}
#section02 ul li .txt_box{width: calc(100% - 220px);padding: 30px;}
#section02 ul li .txt_box em{display: flex;align-items: center;justify-content: center;width: 70px; height: 24px; background: #333; font-size: 16px; color: #fff;font-weight: 700; border-radius:6px; }
#section02 ul li .txt_box p{font-size: 20px; color: #333; font-weight: 700;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 10px 0px 20px;}
#section02 ul li .txt_box span{display: block;font-size: 16px; color: #999;}

/* section03 */
#section03{padding: 80px 0;background: #f4f8ff;}
#section03 .inner{display: flex;gap:60px;}
#section03 .con{width: calc((100% - 60px) / 2);}
#section03 .cal_wrap .cal_btn{display: flex;align-items: center; justify-content: center;gap:60px; margin-bottom: 40px;}
#section03 .cal_wrap .cal_btn strong{font-size: 45px; color: #333; font-weight: 700;}

#section03 .tbl_wrap em.tag{display: block;width: 12px; height: 12px; border-radius:50%;}
#section03 .tbl_wrap em.tag01{background: var(--co01);}
#section03 .tbl_wrap em.tag02{background: #79b44a;}
#section03 .tbl_wrap em.tag03{background: #ec7b02;}
#section03 .tbl_wrap em.tag04{background: #959595;}
#section03 .tbl_wrap .tag_wrap{display: flex;align-items: center; justify-content: center;gap:40px; margin-bottom: 20px;}
#section03 .tbl_wrap .tag_wrap p{position: relative;display: flex;align-items: center;gap:10px;font-size: 16px; color: #333; font-weight: 700;}
#section03 .tbl_wrap .tag_wrap p:not(:last-child)::after{content:'';position: absolute;right: -20px; top: 50%;transform:translateY(-50%);width: 1px; height: 12px; background: #999;}

#section03 .tbl_wrap table{width: 100%;table-layout: fixed; background: #fff;border-top: 2px solid #333;}
#section03 .tbl_wrap table th{font-size: 16px; color: #333; font-weight: 700;padding: 10px;border:1px solid #ddd; background: #f5f5f5;}
#section03 .tbl_wrap table th.sun{color: #b11313;}
#section03 .tbl_wrap table th.sat{color: var(--co02);}

#section03 .tbl_wrap table td{border:1px solid #ddd; padding: 10px;vertical-align: top;line-height: 1;height: 110px;}
#section03 .tbl_wrap table td p{font-size: 16px; color: #333; font-weight: 700;}
#section03 .tbl_wrap table td .tag_box{display: flex;flex-wrap:wrap;gap:3px; margin-top: 10px;}
#section03 .tbl_wrap table td.today{background: #f4f8ff;}

#section03 .con02 .sec_tit{margin-bottom: 40px;}
#section03 .con02 .txt_box .date{font-size: 30px; color: #333; font-weight: 700; }
#section03 .con02 .txt_box .txt_scroll{overflow-y: scroll;height: 510px;}
#section03 .con02 .txt_box .txt_scroll::-webkit-scrollbar {width: 6px;  /* 스크롤바의 너비 */}
#section03 .con02 .txt_box .txt_scroll::-webkit-scrollbar-thumb{height: 30%; /* 스크롤바의 길이 */background: #ddd; /* 스크롤바의 색상 */border-radius: 10px;}
#section03 .con02 .txt_box .txt_scroll::-webkit-scrollbar-track {background: transparent;  /*스크롤바 뒷 배경 색상*/}
#section03 .con02 .txt_box ul li{border-bottom: 1px solid #ddd;}
#section03 .con02 .txt_box ul li a{display: flex;align-items: center;gap:30px;padding: 20px 0;}
#section03 .con02 .txt_box ul li .img_box{width: 170px;}
#section03 .con02 .txt_box ul li .img_wrap{ position:relative; width:100%; padding-bottom:70.588%;border-radius:12px; overflow: hidden;}
#section03 .con02 .txt_box ul li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;transition:.4s ease;}
#section03 .con02 .txt_box ul li:hover .img_wrap img{transform:scale(1.05);}
#section03 .con02 .txt_box ul li .txt_wrap{width: calc(100% - 200px);}
#section03 .con02 .txt_box ul li .txt_wrap em{display: flex;align-items: center; justify-content: center;width: 70px; height: 24px; border-radius:6px;font-size: 16px; color: #fff; font-weight: 700;}
#section03 .con02 .txt_box ul li .txt_wrap em.tag01{background: var(--co01);}
#section03 .con02 .txt_box ul li .txt_wrap em.tag02{background: #79b44a;}
#section03 .con02 .txt_box ul li .txt_wrap em.tag03{background: #ec7b02;}
#section03 .con02 .txt_box ul li .txt_wrap em.tag04{background: #959595;}
#section03 .con02 .txt_box ul li .txt_wrap p{font-size: 20px; color: #333;font-weight: 700;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;margin: 10px 0px 20px;}
#section03 .con02 .txt_box ul li .txt_wrap span{display: block;font-size: 16px; color: #999;}

/* pri_pop */
.pri_pop_wrap{display: none;position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5);z-index: 9999;line-height: 1;}
.pri_pop_wrap .pop_box_wrap{position: absolute; left: 50%;top: 50%;transform:translate(-50%,-50%);}
.pri_pop_wrap .pop_x_btn{display: block;position: relative;width: fit-content;font-size: 24px; color: #fff;font-weight: 700;margin-bottom: 20px;padding-right: 30px; margin-left: auto;}
.pri_pop_wrap .pop_x_btn::after{content:'';position: absolute;right: 0; top: 50%; transform:translateY(-50%);width: 20px; height: 3px; background: #fff;}
.pri_pop_wrap .pop_box{width: 1000px; height: 397px;background: #fff; border-radius:12px;padding: 40px 35px;}
.pri_pop_wrap .pop_box .txt{overflow-y: scroll;height: 100%;}
.pri_pop_wrap .pop_box .txt p{font-size: 18px; color: #999;line-height: 30px;white-space:pre-wrap;}

.pri_pop_wrap .pop_box .txt::-webkit-scrollbar {width: 6px;  /* 스크롤바의 너비 */}
.pri_pop_wrap .pop_box .txt::-webkit-scrollbar-thumb{height: 30%; /* 스크롤바의 길이 */background: #ddd; /* 스크롤바의 색상 */border-radius: 10px;}
.pri_pop_wrap .pop_box .txt::-webkit-scrollbar-track {background: rgba(33, 122, 244, 0);  /*스크롤바 뒷 배경 색상*/}

/* footer */
#footer{position: relative;line-height: 1;padding: 60px 0; border-top: 1px solid #ddd;}
#footer .top_btn{position: absolute;top: 130px; right: 160px;}
#footer .top_btn img{transition:.4s;}
#footer .top_btn:hover img{filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .3));}
#footer .f_top{display: flex;justify-content: space-between;margin-bottom: 40px;}
#footer .f_logo_wrap{display: flex;align-items: center;gap:20px; }
#footer .sns_wrap{display: flex;gap:10px;}
#footer .sns_wrap a img{transition:.4s;}
#footer .sns_wrap a img:hover{filter: contrast(0.8);}
#footer .a_wrap{display: flex;gap:40px;}
#footer .a_wrap a{font-size: 18px; color: #333;}
#footer .a_wrap a.pri_btn{font-weight: 700;}
#footer address{padding: 30px 0;}
#footer address p{font-size: 16px; color: #666; line-height: 30px;}
#footer address p b{display: inline-block;font-size: 12px; color: #999; font-weight: 400;margin: 0px 15px;}
#footer p.copy{font-size: 16px; color: #999;padding-top: 20px; border-top: 1px solid #ddd;}

/* =========sub============================================== */
#sub_visual_wrap{position: relative;line-height: 1;}
#sub_visual_wrap .txt_wrap{position: absolute;left: 50%;top: 50%;width: 100%;transform:translate(-50%,-50%);}
#sub_visual_wrap .txt_wrap ul.sub_nav{display: flex;align-items: center; justify-content: center;gap:36px;}
#sub_visual_wrap .txt_wrap ul.sub_nav li{position: relative;font-size: 16px; color: #999;}
#sub_visual_wrap .txt_wrap ul.sub_nav li:not(:last-child)::after{content:'';position: absolute; top: 50%;right: -20px; transform:translateY(-50%);width: 4px; height: 4px; background: #999; border-radius:50%;}
#sub_visual_wrap .txt_wrap h3{font-size: 45px; color: #333; font-weight: 700;text-align: center; margin-top: 30px;}

.tab_menu{line-height: 1;border-bottom: 1px solid #ddd;}
.tab_menu ul{display: flex;gap:55px; align-items: center;justify-content: center;height: 80px;}
.tab_menu ul li a{position: relative;font-size: 18px; color: #999; font-weight: 500;padding: 30px 0;}
.tab_menu ul li a::after{content:'';position: absolute; left: 0; bottom: -1px; width: 0%; height: 2px; background: var(--co02);transition:.4s ease;}
.tab_menu ul li.on a{color: var(--co02);font-weight: 700;}
.tab_menu ul li.on a::after{width: 100%;}
.tab_menu ul li:hover a::after{width: 100%;}

#sub_contents{padding: 100px 0;}
#sub_contents img{max-width: 100%;}

/* 공통 */
h3.h3_tit01{position: relative;font-size: 36px; color: #333; font-weight: 700;padding-left: 32px;margin-bottom: 40px;}
h3.h3_tit01::after{content:'';position: absolute;left: 0; top: 0; background: url(/assets/images/sub/txt_icon01.png)center no-repeat; width: 14px; height: 33px; background-size: cover;}
h3.h3_tit01 span{display: inline-block;font-size: 18px; color: #666;margin-left: 22px;font-weight: 400;}

table.tbl_st01{width: 100%;table-layout: fixed;border-top: 2px solid #333;}
table.tbl_st01 tr th{padding: 15px;font-size: 18px; color: #000; background: #f5f5f5; border:1px solid #ddd;}
table.tbl_st01 tr td{padding: 15px 30px;font-size: 18px; color: #666; border:1px solid #ddd;}

ul.ul_st01 li{position: relative;font-size: 18px; color: #666; line-height: 30px;padding-left: 15px;}
ul.ul_st01 li::after{content:'';position: absolute;left: 0; top: 12px;width: 5px; height: 5px; background: var(--co02); border-radius:50%;}

input.chk_st01{display: none;}
input.chk_st01 + label{position: relative;font-size: 18px; color: #666;padding-left: 28px;}
input.chk_st01 + label::after{content:'';position: absolute;left: 0;top: 50%;transform:translateY(-50%);width: 18px; height: 18px; border:1px solid #ddd; text-align: center;line-height: 16px;}
input.chk_st01:checked + label::after{content:'✓';}

input.ra_st01{display: none;}
input.ra_st01 + label{position: relative;font-size: 18px; color: #666;padding-left: 28px;}
input.ra_st01 + label::after{content:'';position: absolute;left: 0;top: 50%;transform:translateY(-50%);width: 18px; height: 18px; border:1px solid #ddd; border-radius:50%;}
input.ra_st01:checked + label::after{border:5px solid #648dca;}

/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap #search_wrap{margin-bottom: 80px;}
.sub0101_wrap .con .top{display: flex;align-items: center;justify-content: space-between;margin-bottom: 40px;}
.sub0101_wrap .con .top .tab-menu-wrap{width: calc(100% - 130px);margin-bottom: 0;}
.sub0101_wrap .con .top select{display: block; margin-left: auto;font-size: 15px; color: #333; font-weight: 500; border:0; margin-right: 20px;padding-right: 20px;background: url(/assets/images/sub/select_arr01_pc.png)center right no-repeat;-webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none;}
.sub0101_wrap .con .top select:focus{outline:0;}
.sub0101_wrap ul.list{display: flex;flex-wrap:wrap;gap:60px 20px;}
.sub0101_wrap ul.list li{width: calc((100% - 60px) / 4);}
.sub0101_wrap ul.list li .img_wrap{position:relative; width:100%; padding-bottom:73.846%; border-radius:12px;overflow: hidden;}
.sub0101_wrap ul.list li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;transition:.4s;}
.sub0101_wrap ul.list li:hover .img_wrap img{transform:scale(1.05);}
.sub0101_wrap ul.list li .txt_wrap{margin-top: 30px;}
.sub0101_wrap ul.list li .txt_wrap p{font-size: 20px; color: #333; font-weight: 700; line-height: 30px; height: 60px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;}
.sub0101_wrap ul.list li .txt_wrap .bot{margin-top: 20px;}
.sub0101_wrap ul.list li .txt_wrap .bot span{display: flex;gap:10px; align-items: center;font-size: 16px; color: #999;}
.sub0101_wrap ul.list li .txt_wrap .bot span:not(:last-child){margin-bottom: 12px;}
.sub0101_wrap ul.list li .txt_wrap .bot span b{color: #0047ed; font-weight: 400;}
.sub0101_wrap ul.list li .txt_wrap .bot span em{color: #666;}

/* sub0101 */
.sub0101_view_wrap{line-height: 1;}
.sub0101_view_wrap .box01{margin-bottom: 80px;}
.sub0101_view_wrap .tit{display: flex;gap:20px; margin-bottom: 30px;}
.sub0101_view_wrap .tit em{display: flex;align-items: center; justify-content: center;height: 44px;padding: 0 26px; border:1px solid var(--co01);font-size: 16px; color: var(--co01); border-radius:22px;transform: translateY(10px);}
.sub0101_view_wrap .tit p{font-size: 40px; color: #333; font-weight: 700;line-height: 1.5;}

.sub0101_view_wrap table.tbl_st01 .col01{width: 200px;}

.sub0101_view_wrap .btn_wrap{display: flex;align-items: center; gap:20px; justify-content: center;margin-top: 100px;}
.sub0101_view_wrap .btn_wrap a{display: flex;align-items: center; justify-content: center;width: 220px; height: 56px; font-size: 18px; color: #666; border:1px solid #666; border-radius:28px; transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.sub0101_view_wrap .btn_wrap a.btn02{color: #fff; border:1px solid var(--co02);background: var(--co02);}
.sub0101_view_wrap .btn_wrap a:hover{transform:translateY(2px);  box-shadow: 5px -5px 0px rgba(0, 0, 0, .3);}

/* sub0201 */
.sub0201_wrap{line-height: 1;}
.sub0201_wrap .con:not(:last-child){margin-bottom: 100px;}

.sub0201_wrap .con01 .box_wrap{display: flex;align-items: center;gap:40px;margin-bottom: 80px;}
.sub0201_wrap .con01 .box_wrap .txt_box{width: 50%;} 
.sub0201_wrap .con01 .box_wrap .txt_box p{font-size: 18px; color: #333; line-height: 32px;letter-spacing: -0.2px;}
.sub0201_wrap .con01 .box_wrap .txt_box p:not(:last-child){margin-bottom: 25px;}
.sub0201_wrap .con01 .box_wrap .txt_box p b{font-weight: 600;}
.sub0201_wrap .con01 .box_wrap .txt_box p b.co01{color: var(--co02);}
.sub0201_wrap .con01 .cir_wrap{display: flex;justify-content: center;gap:80px;padding: 100px 0px 140px;}
.sub0201_wrap .con01 .cir_wrap .cir{position: relative;display: flex;align-items: center; justify-content: center;width: 110px;}
.sub0201_wrap .con01 .cir_wrap .cir::after{content:'';position: absolute;left: 50%;top: 50%;transform:translate(-50%,-50%);width: 210px; height: 210px; border:1px solid rgba(114,140,190,.5); border-radius:50%;}
.sub0201_wrap .con01 .cir_wrap p{font-size: 20px; line-height: 30px; color: #333; font-weight: 700;text-align: center;}
.sub0201_wrap .con01 strong{display: block;font-size: 24px;color: #333; font-weight: 700;text-align: center;}

.sub0201_wrap .con02 .box{padding: 45px 40px;background: url(/assets/images/sub/sub0201_bg02.png)center right no-repeat; background-size: cover; border-radius:12px;}
.sub0201_wrap .con02 .box ul li{display: flex;align-items: center;gap:12px;}
.sub0201_wrap .con02 .box ul li:not(:last-child){margin-bottom: 20px;}
.sub0201_wrap .con02 .box ul li em{display: flex;align-items: center; justify-content: center;width: 64px; height: 36px; font-size: 18px; color: #fff; border-radius:18px; background: var(--co01);}
.sub0201_wrap .con02 .box ul li p{font-size: 18px; color: #333;}
.sub0201_wrap .con02 .box ul li.li02 em{background: var(--co02);}

.sub0201_wrap .con03 .box_wrap{display: flex;}
.sub0201_wrap .con03 .box{width: 50%;}
.sub0201_wrap .con03 .box01 p{font-size: 18px; color: #333; line-height: 1.5;letter-spacing: -0.3px;}
.sub0201_wrap .con03 .box01 ul.ul_st01{padding: 35px 20px;margin-top: 35px;border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.sub0201_wrap .con03 .box01 ul.ul_st01 li{display: flex;}
.sub0201_wrap .con03 .box01 ul.ul_st01 li:not(:last-child){margin-bottom: 20px;}
.sub0201_wrap .con03 .box01 ul.ul_st01 li strong{display: block;width: 120px; font-size: 18px; color: #333; font-weight: 700;}
.sub0201_wrap .con03 .box01 ul.ul_st01 li .txt_wrap{width: calc(100% - 120px);}
.sub0201_wrap .con03 .box01 ul.ul_st01 li .txt_wrap .txt{display: flex;gap:10px; align-items: center;}
.sub0201_wrap .con03 .box01 ul.ul_st01 li .txt_wrap .txt:not(:last-child){margin-bottom: 10px;}
.sub0201_wrap .con03 .box01 ul.ul_st01 li .txt_wrap .txt em{display: flex; align-items: center; justify-content: center;width: 64px;height: 24px; font-size: 16px; color: #666; border-radius:12px; border:1px solid #ddd;}
.sub0201_wrap .con03 .box01 ul.ul_st01 li .txt_wrap .txt span{display: block;padding-left: 10px;font-size: 16px; color: #999;}

.sub0201_wrap .con03 .box01 ul.ul_st01 li .txt_wrap .p_wrap{display: flex;}
.sub0201_wrap .con03 .box01 ul.ul_st01 li .txt_wrap .p_wrap:not(:last-child){margin-bottom: 15px;}
.sub0201_wrap .con03 .box01 ul.ul_st01 li .txt_wrap .p_wrap p:first-child{width: 95px;}
.sub0201_wrap .con03 .box01 ul.ul_st01 li .txt_wrap .p_wrap p:last-child{width: calc(100% - 95px);}
.sub0201_wrap .con03 .box01 ul.ul_st01 li .txt_wrap .p_wrap p span.co01{color: var(--co02);}
.sub0201_wrap .con03 .box01 ul.ul_st01 li .txt_wrap .p_wrap p span.co02{color: #648dca;}

.sub0201_wrap .con03 .box02{padding-left: 40px;}

.sub0201_wrap .con04 .box{padding: 80px 20px 60px;background: url(/assets/images/sub/sub0201_bg03.png)center no-repeat; background-size: cover; border-radius:12px;}
.sub0201_wrap .con04 .box p{font-size: 40px; color: #fff; font-weight: 700; text-align: center;}
.sub0201_wrap .con04 .box a{display: flex; align-items: center; justify-content: center;margin: 40px auto 0; width: 200px; height: 48px; border-radius:24px; background: #fff; transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.sub0201_wrap .con04 .box a:hover{transform:translateY(2px);}
.sub0201_wrap .con04 .box a span{font-size: 20px;font-weight: 700;background: linear-gradient(180deg,rgba(0, 71, 237, 1) 0%, rgba(37, 64, 133, 1) 100%);background-clip: text;-webkit-background-clip: text;color: transparent;}

.sub0201_wrap .con05 .box_wrap{display: flex;gap:40px;}
.sub0201_wrap .con05 .box_wrap .box{width: calc((100% - 40px) / 2); border:1px solid var(--co01); border-radius:12px; overflow: hidden;}
.sub0201_wrap .con05 .box_wrap .box .txt > strong{display: block;padding-top: 80px;font-size: 40px; color: var(--co02); font-weight: 700; text-align: center;}
.sub0201_wrap .con05 .box_wrap .box ul{padding: 60px 39px 50px;}
.sub0201_wrap .con05 .box_wrap .box ul li{display: flex;}
.sub0201_wrap .con05 .box_wrap .box ul li:not(:last-child){margin-bottom: 12px;}
.sub0201_wrap .con05 .box_wrap .box ul li strong{display: block; width: 92px;; font-size: 18px; color: #333; font-weight: 700;line-height: 1.4;}
.sub0201_wrap .con05 .box_wrap .box ul li strong em{display: inline-block; width: 31px;}
.sub0201_wrap .con05 .box_wrap .box ul li p{width: calc(100% - 92px);font-size: 17px; color: #666; line-height: 1.4;}
.sub0201_wrap .con05 .box_wrap .box a{display: flex;align-items: center; justify-content: center;width: 100%; height: 60px;font-size: 18px; color: #fff; font-weight: 700; background: var(--co02);}

.sub0201_wrap .con05 .box_wrap .box02 .txt > strong{color: var(--co01);}
.sub0201_wrap .con05 .box_wrap .box02 a{background: var(--co01);}

.sub0201_wrap .con06 .txt_box{background: url(/assets/images/sub/sub0201_bg01.png)center top no-repeat; background-size: 100%;}
.sub0201_wrap .con06 .txt_box strong{display: block;font-size: 20px; color: #333; font-weight: 700;text-align: center;padding: 80px 0px 60px;}
.sub0201_wrap .con06 .txt_box strong b{color: var(--co02);font-weight: 700;}
.sub0201_wrap .con06 .txt_box .box_wrap{display: flex;gap:120px;}
.sub0201_wrap .con06 .txt_box .box_wrap .box{position: relative;width: calc((100% - 360px) / 4);}
.sub0201_wrap .con06 .txt_box .box_wrap .box:not(:last-child)::after{content:'';position: absolute; top: 36%; right: -67px; transform:translateY(-50%); background: url(/assets/images/sub/sub0201_arr01.png)center no-repeat; width: 20px; height: 45px; background-size: cover;}
.sub0201_wrap .con06 .txt_box .box_wrap .box .img{position: relative;}
.sub0201_wrap .con06 .txt_box .box_wrap .box .img img{max-width: 100%;}
.sub0201_wrap .con06 .txt_box .box_wrap .box .img .cir_txt{display: flex; align-items: center; flex-direction: column; justify-content: center; gap:10px; position: absolute; top: 50%; left: 50%;transform:translate(-50%,-50%);}
.sub0201_wrap .con06 .txt_box .box_wrap .box .img .cir_txt span{display: block;font-size: 16px; color: var(--co02); font-weight: 700;text-align: center;}
.sub0201_wrap .con06 .txt_box .box_wrap .box .img .cir_txt p{font-size: 24px; color: #333; font-weight: 700;text-align: center;}
.sub0201_wrap .con06 .txt_box .box_wrap .box .txt{font-size: 18px; color: #333; line-height: 32px; margin-top: 25px;text-align: center;}

.sub0201_wrap .con07 .box_wrap{display: flex;gap:20px; flex-wrap:wrap;}
.sub0201_wrap .con07 .box_wrap .box{display: flex;align-items: center;width: calc((100% - 20px) / 2); height: 90px;padding: 0 40px; background: #f8f8f8; border-radius:16px;}
.sub0201_wrap .con07 .box_wrap .box strong{display: block;width: 210px;font-size: 24px; color: #333; font-weight: 700;}
.sub0201_wrap .con07 .box_wrap .box strong em{font-size: 20px;font-weight: 700;}
.sub0201_wrap .con07 .box_wrap .box p{width: calc(100% - 210px);font-size: 18px; color: #666; line-height: 26px;}
.sub0201_wrap .con07 .box_wrap .box p span{display: block;font-size: 15px;color: #999;}

/* sub0202 */
.sub0202_wrap{line-height: 1;}
.sub0202_wrap .tab_box{display: flex;gap:40px;margin-bottom: 100px;}
.sub0202_wrap .tab_box a{display: flex;align-items: center;justify-content: center;width: calc((100% - 40px) / 2); height: 100px;font-size: 24px; color: #fff; font-weight: 700; background: #ddd; border-radius:16px;}
.sub0202_wrap .tab_box a.on{background: var(--co02);}
.sub0202_wrap .con:not(:last-child){margin-bottom: 100px;}

.sub0202_wrap .con01 .box_wrap{display: flex;flex-wrap:wrap;gap:20px;}
.sub0202_wrap .con01 .box_wrap .box{width: calc((100% - 40px) / 3); height: 330px; padding: 40px; border-radius:16px; background: #f4f8fd;}
.sub0202_wrap .con01 .box_wrap .box:nth-child(2n){background: #e9f1fc;}
.sub0202_wrap .con01 .box_wrap .box em{display: block;font-size: 24px;color: #0248ed; font-weight: 700;}
.sub0202_wrap .con01 .box_wrap .box p{font-size: 24px; color: #333; font-weight: 700; padding: 30px 0px 40px;}
.sub0202_wrap .con01 .box_wrap .box p strong{color: #d60303;}
.sub0202_wrap .con01 .box_wrap .box p a{display: inline-block;margin-left: 8px;vertical-align: middle;}
.sub0202_wrap .con01 .box_wrap .box span{display: block;font-size: 18px; color: #333; line-height: 32px;}
.sub0202_wrap .con01 .box_wrap .box span b{font-weight: 600;}
.sub0202_wrap .con01 .box_wrap .box h6{font-size: 16px;font-weight: 400;}


.sub0202_wrap .con02 .txt_box .txt .ul_wrap:not(:last-child){margin-bottom: 30px;}
.sub0202_wrap .con02 .txt_box .txt .ul_wrap strong{display: block;font-size: 18px; color: #333; font-weight: 700;margin-bottom: 14px;}
.sub0202_wrap .con02 .txt_box .txt ul.ul_st01 li{letter-spacing: -0.2px;color: #333;}
.sub0202_wrap .con02 .txt_box .txt:not(:last-child){margin-bottom: 40px;}
.sub0202_wrap .con02 .txt_box .txt em{display: flex;align-items: center; justify-content: center;	width: 160px; height: 36px; font-size: 18px; color: #fff; border-radius:18px; background: var(--co01); margin-bottom: 15px;}
.sub0202_wrap .con02 .txt_box .txt02 em{background: var(--co02);}

.sub0202_wrap .con02 .bot_txt{display: flex;align-items: center; gap:20px;padding: 30px; background: #f5f5f5; border-radius:12px; margin-top: 50px;}
.sub0202_wrap .con02 .bot_txt em{display: flex; align-items: center; justify-content: center;width: 100px; height: 36px;font-size: 18px; color: #fff;background: #999; border-radius:18px;}
.sub0202_wrap .con02 .bot_txt p{font-size: 18px; color: #333;}
.sub0202_wrap .con02 .bot_txt p b{font-weight: 600;}

.sub0202_wrap .con03 .txt_wrap{margin-bottom: 60px;}
.sub0202_wrap .con03 .txt_wrap p{font-size: 18px; color: #333; line-height: 32px;}

.sub0202_wrap .con03 .box_wrap{position: relative;padding: 50px 55px 100px; background: #f6faff; border-radius:20px;z-index: 1;}
.sub0202_wrap .con03 .box_wrap::after{content:'';position: absolute;left: 0;bottom: 60px;border:1px dashed var(--co01);width: 100%;z-index: -1;opacity: .5;}
.sub0202_wrap .con03 .box_wrap strong{display: block;font-size: 24px; color: var(--co01);text-align: center; margin-bottom: 40px;}
.sub0202_wrap .con03 .box_wrap .box_flex{display: flex;gap:45px; justify-content: center;}
.sub0202_wrap .con03 .box_wrap .box_flex .box{position: relative;display: flex;align-items: center; justify-content: center; width: 140px; height: 90px; background: #fff; border:1px solid #cfe2ff; border-radius:12px;}
.sub0202_wrap .con03 .box_wrap .box_flex .box::after{content:'';position: absolute;left: 50%;top: 100%;transform:translateX(-50%); background: url(/assets/images/sub/sub0202_arr01.png)center no-repeat; width: 10px; height: 7px; background-size: cover;}
.sub0202_wrap .con03 .box_wrap .box_flex .box::before{content:'';position: absolute;left: 50%;top: calc(100% + 30px);transform:translateX(-50%); width: 20px; height: 20px; background: #fff; border-radius:50%; box-shadow:0 0 10px rgba(99,159,229,.4);}
.sub0202_wrap .con03 .box_wrap .box_flex .box p{font-size: 18px; color: #333; text-align: center; line-height: 24px;}

.sub0202_wrap .con04 table.tbl_st01{border-top: 0;text-align: center;}
.sub0202_wrap .con04 table.tbl_st01 .col01{width: 260px;}
.sub0202_wrap .con04 table.tbl_st01 .col02{width: 320px;}

.sub0202_2_wrap .con03 .box_wrap{background: #fafafa;}
.sub0202_2_wrap .con03 .box_wrap strong{color: #666;}
.sub0202_2_wrap .con03 .box_wrap::after{border:1px dashed #999;}
.sub0202_2_wrap .con03 .box_wrap .box_flex .box{border:1px solid #ddd; }
.sub0202_2_wrap .con03 .box_wrap .box_flex .box::after{background: url(/assets/images/sub/sub0202_arr02.png)center no-repeat; background-size: cover;}
.sub0202_2_wrap .con03 .box_wrap .box_flex .box::before{box-shadow:0 0 10px rgba(153,153,153,.25);}

/* sub0204 */
.sub0204_wrap{line-height: 1;}
.sub0204_wrap .top{display: flex;align-items: center;justify-content: space-between;margin-bottom: 40px;}
.sub0204_wrap .tab-menu-wrap{width: calc(100% - 360px);}
.sub0204_wrap .search_wrap{display: flex;align-items: center;height: 52px;width: 360px; border:1px solid #ddd; border-radius:10px;padding: 0px 20px;}
.sub0204_wrap .search_wrap input{width: calc(100% - 40px);border:0; font-size: 16px; color: #999;}
.sub0204_wrap .search_wrap input::placeholder{font-size: 16px; color: #999;}
.sub0204_wrap .search_wrap input:focus{outline:0;}
.sub0204_wrap .search_wrap a.search_btn{width: 40px;}
.sub0204_wrap .search_wrap a.search_btn img{display: block;margin-left: auto;}

.sub0204_wrap .box_wrap{border-top: 2px solid #666;}
.sub0204_wrap .box_wrap .box{border-bottom: 1px solid #ddd;padding: 0px 20px;}
.sub0204_wrap .box_wrap .box .q_wrap{display: flex;align-items: center;justify-content: space-between;cursor:pointer; padding: 35px 0px;}
.sub0204_wrap .box_wrap .box .q_wrap .tag{font-size: 18px; color: var(--co01); font-weight: 700;width: 120px;}
.sub0204_wrap .box_wrap .box .q_wrap .txt{display: flex;align-items: flex-start;width: calc(100% - 220px);}
.sub0204_wrap .box_wrap .box .q_wrap .txt span{display: block;width: 30px;font-size: 20px; color: #333; font-weight: 700; line-height: 1.3;}
.sub0204_wrap .box_wrap .box .q_wrap .txt p{font-size: 18px; color: #333; font-weight: 700; line-height: 1.6;width: calc(100% - 30px);}
.sub0204_wrap .box_wrap .box .q_wrap .arr{width: 100px;}
.sub0204_wrap .box_wrap .box .q_wrap .arr img{display: block;margin-left: auto;}

.sub0204_wrap .box_wrap .box .a_wrap{display: none;padding:0 100px 35px 120px;}
.sub0204_wrap .box_wrap .box .a_wrap .txt{display: flex;align-items: flex-start;}
.sub0204_wrap .box_wrap .box .a_wrap .txt span{display: block;width: 30px;font-size: 20px; color: #333; font-weight: 500; line-height: 1.3;}
.sub0204_wrap .box_wrap .box .a_wrap p{font-size: 18px; color: #333; font-weight: 500; line-height: 1.6;width: calc(100% - 30px);}

/* 회원가입 */
.join_wrap{line-height: 1;width: 800px;margin: 0 auto;}

.join_wrap .btn_wrap01{display: flex;gap:10px;justify-content: center;}
.join_wrap a.btn01{display: flex;align-items: center; justify-content: center; width: 250px; height: 52px; border-radius:26px; color: #fff; font-size: 18px; background: #333;}
.join_wrap a.btn02{border:1px solid #333; background: #fff; color: #333;}

.join_wrap .con:not(:last-child){margin-bottom: 80px;}
.join_wrap .con .tit{display: flex;align-items: flex-end;justify-content: space-between;padding-bottom: 26px;border-bottom: 2px solid #333; margin-bottom: 40px;}
.join_wrap .con .tit p{font-size: 36px; color: #333; font-weight: 700;}
.join_wrap .con .tit em{font-size: 18px; color: #648dca; font-weight: 700;}

.join01_wrap .con .txt_box{padding: 20px;height: 280px;border:1px solid #ddd; border-radius:12px;}
.join01_wrap .con .txt_box .txt{overflow-y: scroll;height: 235px;}
.join01_wrap .con .txt_box .txt p{font-size: 18px; color: #666; line-height: 1.6;white-space: pre-wrap;}
.join01_wrap .con .chk_wrap{margin-top: 20px;text-align: right;}

.join02_wrap .input_wrap ul li{display: flex;}
.join02_wrap .input_wrap ul li:not(:last-child){margin-bottom: 30px;}
.join02_wrap .input_wrap ul li p{width: 200px;font-size: 18px; color: #333; font-weight: 700;transform: translateY(15px);}
.join02_wrap .input_wrap ul li p em{color: #648dca; font-weight: 700;}
.join02_wrap .input_wrap ul li p span{display: inline-block;font-size: 16px; color: #999;font-weight: 400;margin-left: 5px;}
.join02_wrap .input_wrap ul li .input{width: calc(100% - 200px);}
.join02_wrap .input_wrap ul li .input input[type="text"],
.join02_wrap .input_wrap ul li .input input[type="password"]{display: block;width: 100%; height: 48px; border:1px solid #ddd; border-radius:6px;padding: 0 20px;font-size: 16px; color: #666;}
.join02_wrap .input_wrap ul li .input input[type="text"]:focus,
.join02_wrap .input_wrap ul li .input input[type="password"]:focus{outline:0;}
.join02_wrap .input_wrap ul li .input input[type="text"]::placeholder,
.join02_wrap .input_wrap ul li .input input[type="password"]::placeholder{font-size: 16px; color: #999;}

.join02_wrap .input_wrap ul li .input span.sub_txt{display: block;font-size: 16px; color: #999;margin-top: 10px;line-height: 22px;}

.join02_wrap .input_wrap ul li .input .ra_wrap{display: flex;gap:30px; align-items: center; height: 48px;}

.join02_wrap .input_wrap ul li.li02{display: flex;flex-direction: column;gap:30px;}
.join02_wrap .input_wrap ul li.li02 p{width: 100%;transform:initial;}
.join02_wrap .input_wrap ul li.li02 .input{width: 100%;}

.join02_wrap .input_wrap ul li .input .ra_wrap02 .ra{display: flex;}
.join02_wrap .input_wrap ul li .input .ra_wrap02 .ra:not(:last-child){margin-bottom: 10px;}
.join02_wrap .input_wrap ul li .input .ra_wrap02 input.ra_st01 + label{display: flex;align-items: center;width: 200px;}
.join02_wrap .input_wrap ul li .input .ra_wrap02 em{display: flex;align-items: center;font-size: 18px;color: #666;width: 200px;}
.join02_wrap .input_wrap ul li .input .ra_wrap02 input[type="text"]{width: calc(100% - 200px);}

.join02_wrap .input_wrap ul li .input .chk_wrap{display: flex;flex-wrap:wrap;gap:16px 27px;}
.join02_wrap .input_wrap ul li .input .chk_wrap .chk{display: flex;align-items: center;}
.join02_wrap .input_wrap ul li .input .chk_wrap .chk input[type="text"]{width: 280px; height: 38px;margin-left: 10px;}

.join02_wrap .con03 .input_wrap ul li:not(:last-child){margin-bottom: 60px;}
.join02_wrap .con03 .input_wrap ul li .input .ra_wrap{height: auto;}

.join03_wrap .result_con{border:1px solid #ddd; border-radius:12px;padding: 85px 0;}
.join03_wrap .result_con .icon img{display: block; margin: 0 auto;}
.join03_wrap .result_con p{font-size: 36px; color: #333; font-weight: 700;padding: 12px 0px 18px;text-align: center;}
.join03_wrap .result_con span{display: block;font-size: 18px; color: #666;text-align: center;}
.join03_wrap .result_con a{display: flex; align-items: center; justify-content: center;font-size: 18px; color: #666;margin: 40px auto 0;width: 160px; height: 48px;border-radius:8px; border:1px solid #ddd;}




