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

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

/* === Main === */
#wrap {position:relative; width:100%; max-width:1400px; min-width: 375px; margin:0 auto; overflow:hidden;}
.inner{width:100%; margin:0 auto; padding: 0 2.6%; }

/* header */
#header{position: relative; line-height: 1;}
#header .inner{display: flex;align-items: center; justify-content: space-between; height: 80px;}
#header h1 a img{width: 124px;}
#header .left{display: flex;align-items: center; gap:80px;}
#header ul.gnb{display: none;gap:80px;}
#header ul.gnb li a{font-size: 18px; color: #333; font-weight: 500;}

#header .log_wrap{display: none;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{position: relative;display: block;width: 30px; height: 18px;}
.nav_btn::before{content:'';position: absolute;top: 0; right: 0; width: 100%; height: 2px; background: #333; transition:.3s;}
.nav_btn::after{content:'';position: absolute;bottom: 0; right: 0; width: 100%; height: 2px; background: #333; transition:.3s;}
.nav_btn span{position: absolute;top: 8px; right: 0; width: 100%; height: 2px; background: #333;}

#header.nav .nav_btn::before{transform:rotate(45deg); top: 8px;}
#header.nav .nav_btn::after{transform:rotate(-45deg);bottom: 8px;}
#header.nav .nav_btn span{opacity: 0;}

.navigation{position:absolute;top: 80px;z-index:5000;width:50%;background-color:#fff;height:100%;display:none;right: 0px;z-index: 4000; line-height: 1;}
.navigation .log_wrap{display: flex; border-top: 1px solid #ddd;}
.navigation .log_wrap a{flex:1;display: flex; align-items: center; justify-content: center;gap:8px;font-size: 14px; color: #666; height: 50px; background: #f5f5f5;}
.navigation .log_wrap a:nth-child(1){border-right: 1px solid #ddd;}
.navigation .log_wrap a img{height: 14px;}

.navigation h3{height:60px;width:100%;}
.navigation h3 a{border-bottom: 1px solid #ddd;}
.navigation h3:nth-child(1) a{border-top: 1px solid #ddd;}
.navigation h3.active a:after{background:url(/assets/images/main/nav_top_tab.png)center no-repeat;background-size:cover ;}
.navigation h3.on a:after{;background:url(/assets/images/main/nav_top_tab.png)center no-repeat;background-size:cover ;}
.navigation h3 a{position: relative;height:60px;width:100%;background-color:#fff;display: flex;align-items: center;padding: 0 20px;color:#333;font-size:16px;font-weight: 700;}
.navigation h3 a:after{content:"";position: absolute;top: 50%;transform:translateY(-50%);right: 20px;width: 16px;height: 9px;background:url(/assets/images/main/nav_bt_tab.png)center no-repeat;background-size:cover ;}
.navigation ul{display: block; padding:20px 0;background:#eff3fa;border-top:1px solid var(--co01);border-bottom: 1px solid #ddd;}
.navigation ul li{margin-bottom: 23px;}
.navigation ul li:last-child{margin-bottom: 0;}
.navigation ul li a{display:flex;height:auto;width:100%;color:#666;font-size:14px;border:none;font-weight: 400;padding-left: 20px; word-break:keep-all;font-weight: 500;}
.navigation ul li.on a{color: #333;font-weight: 600;}
.navi_bg{display: none;position: absolute;top: 80px;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 1000;}

#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: 32px; color: #fff; line-height: 60px;}
#visual_wrap .txt_wrap p strong{font-size: 45px;}
#visual_wrap .txt_wrap a{display: flex;align-items: center; justify-content: center;width: 130px; height: 40px;color: #fff;font-size: 16px; border-radius:26px; border:1px solid #fff; margin-top: 30px; 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: 50px;width: 100%;}
#visual_wrap .vis_items .inner{display: flex;align-items: center;gap:23px;}
#visual_wrap .vis_items img{width: 12px;}
#visual_wrap .vis_dots ul{display: flex;gap:15px;}
#visual_wrap .vis_dots ul li{position: relative;}
#visual_wrap .vis_dots ul li::after{content:'';position: absolute;left: 20px; 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: 6px; height: 6px; 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: 42px;}
#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: 27px;}

#section_search{margin-top: 40px;}

#search_wrap{padding: 25px 50px; background: #f2f3f7; border-radius:8px;}
#search_wrap .search{display: flex;}
#search_wrap .search input[type="text"]{width: calc(100% - 70px);height: 36px; background: #fff;padding: 0 12px; border:1px solid var(--co01); border-radius:6px 0 0 6px;font-size: 14px; color: #999;}
#search_wrap .search input[type="text"]::placeholder{font-size: 14px; 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: 70px;height: 36px; background: var(--co01); border-radius:0 6px 6px 0;}
#search_wrap .search a.search_btn img{width: 18px;}

#search_wrap .tag_wrap{display: flex;flex-wrap:wrap; gap:5px 14px; margin-top: 15px;}
#search_wrap .tag_wrap em{font-size: 14px; color: #333;}

.section{line-height: 1;}
.section .sec_tit{margin-bottom: 40px;}
.section .sec_tit p{font-size: 32px;color: #333; font-weight: 700;}
.section .sec_tit span{display: block;font-size: 16px; color: #666;margin-top: 20px;}

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

/* section01 */
#section01{padding: 70px 0px 90px;}

#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:6px;}
#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: 15px;}
#section01 .slide_wrap ul.sec01_slide li .txt_wrap p{font-size: 17px; color: #333; font-weight: 700; line-height: 30px; height: auto;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap:break-word;}
#section01 .slide_wrap ul.sec01_slide li .txt_wrap span{display: block;font-size: 14px; color: #999; margin-top: 15px;}

#section01 .slide_items{display: flex;align-items: center;gap:25px;margin-top: 40px;}
#section01 .slide_items .progress{ position:relative; width:calc(100% - 176px); 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 .arr_wrap img{width: 6px;}
#section01 .slide_items .numcount{display: flex;align-items: center;gap:15px;}
#section01 .slide_items .numcount span{position: relative;font-size: 14px; color: #333; font-weight: 700;}
#section01 .slide_items .numcount span.total::after{content:'/';position: absolute;left: -10px;top: 0;}
#section01 .slide_items .sec01_pause img{width: 42px;}

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

/* section02 */
#section02{padding: 80px 0;}
#section02 ul{display: flex;flex-wrap:wrap;gap:20px;}
#section02 ul li{width: 100%;}
#section02 ul li a{display: flex; align-items: center; background: #f2f3f7; border-radius:6px;}
#section02 ul li .img_box{width: 260px;}
#section02 ul li .img_wrap{position:relative; width:100%; padding-bottom:61.538%;border-radius:6px; 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% - 260px);padding: 35px 30px;}
#section02 ul li .txt_box em{display: flex;align-items: center;justify-content: center;width: 70px; height: 24px; background: #333; font-size: 14px; 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: 15px 0px 25px;}
#section02 ul li .txt_box span{display: block;font-size: 14px; color: #999;}

/* section03 */
#section03{position: relative;padding: 170px 0 70px;background: #f4f8ff;}
#section03 .inner{display: flex;gap:40px;flex-wrap:wrap;}
#section03 .con{width: 100%;}

#section03 .tbl_wrap .top{display: flex;align-items: flex-end; justify-content: space-between;margin-bottom: 25px;}
#section03 .cal_wrap{position: relative;}
#section03 .cal_wrap .cal_btn{display: flex;align-items: center; justify-content: flex-start;gap:35px; margin-bottom: 0px;}
#section03 .cal_wrap .cal_btn img{width: 14px;}
#section03 .cal_wrap .cal_btn strong{font-size: 30px; 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 .tag_wrap{display: flex;align-items: center; justify-content: center;gap:40px; margin-bottom: 0px;}
#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: 14px; 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: 14px; 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{position: absolute;top: 70px;left: 50%;transform:translateX(-50%);margin-bottom: 0px;text-align: center;}
#section03 .con02 .txt_box .date{font-size: 30px; color: #333; font-weight: 700; }
#section03 .con02 .txt_box .txt_scroll{overflow-y: scroll;height: 530px;}
#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: 2px;}
#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: 200px;}
#section03 .con02 .txt_box ul li .img_wrap{ position:relative; width:100%; padding-bottom:70.588%;border-radius:6px; 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% - 230px);}
#section03 .con02 .txt_box ul li .txt_wrap em{display: flex;align-items: center; justify-content: center;width: 70px; height: 24px; border-radius:3px;font-size: 14px; 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 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: 14px; 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%);width: calc(100% - 20px); }
.pri_pop_wrap .pop_x_btn{display: block;position: relative;width: fit-content;font-size: 20px; color: #fff;font-weight: 700;margin-bottom: 20px;padding-right: 25px; margin-left: auto;}
.pri_pop_wrap .pop_x_btn::after{content:'';position: absolute;right: 0; top: 50%; transform:translateY(-50%);width: 18px; height: 2px; background: #fff;}
.pri_pop_wrap .pop_box{width: 100%; height: 397px;background: #fff; border-radius:12px;padding: 35px 30px;}
.pri_pop_wrap .pop_box .txt{overflow-y: scroll;height: 100%;}
.pri_pop_wrap .pop_box .txt p{font-size: 16px; color: #999;line-height: 1.8;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: 40px 0; border-top: 1px solid #ddd;}
#footer .top_btn{position: absolute;top: 40px; right: 2.6%;}
#footer .top_btn img{width: 43px;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;padding-right: 82px;}
#footer .f_logo_wrap{display: flex;align-items: center;gap:20px; }
#footer .f_logo_wrap a:nth-child(1) img{width: 112px;}
#footer .f_logo_wrap a:nth-child(2) img{width: 126px;}
#footer .sns_wrap{display: flex;gap:10px;}
#footer .sns_wrap a img{width: 40px;transition:.4s;}
#footer .sns_wrap a img:hover{filter: contrast(0.8);}
#footer .a_wrap{display: flex;gap:32px;}
#footer .a_wrap a{font-size: 16px; color: #333;}
#footer .a_wrap a.pri_btn{font-weight: 700;}
#footer address{padding: 20px 0;}
#footer address p{font-size: 14px; color: #666; line-height: 24px;}
#footer address p b{display: inline-block;font-size: 12px; color: #999; font-weight: 400;margin: 0px 13px;}
#footer p.copy{font-size: 14px; 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:35px;}
#sub_visual_wrap .txt_wrap ul.sub_nav li{position: relative;font-size: 14px; color: #999;font-weight: 700;}
#sub_visual_wrap .txt_wrap ul.sub_nav li:not(:last-child)::after{content:'';position: absolute; top: 50%;right: -20px; transform:translateY(-50%);width: 3px; height: 3px; background: #999; border-radius:50%;}
#sub_visual_wrap .txt_wrap ul.sub_nav li img{width: 12px;}
#sub_visual_wrap .txt_wrap h3{font-size: 32px; color: #333; font-weight: 700;text-align: center; margin-top: 25px;}

.tab_menu{line-height: 1;border-bottom: 1px solid #ddd;}
.tab_menu ul{display: flex;gap:45px; align-items: center;justify-content: center;height: 50px;}
.tab_menu ul li a{position: relative;font-size: 14px; color: #999; font-weight: 500;padding: 17px 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: 70px 0;}

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

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

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

input.chk_st01{display: none;}
input.chk_st01 + label{position: relative;font-size: 16px; 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: 16px; 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: 50px;}
.sub0101_wrap .con .top{display: flex;align-items: center;justify-content: space-between;flex-direction: column;gap:30px;margin-bottom: 20px;}
.sub0101_wrap .con .top .tab-menu-wrap{width: 100%;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: 12px;padding-right: 15px;background: url(/assets/images/sub/select_arr01_tab.png)center right no-repeat;background-size: 7px;-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:35px 20px;}
.sub0101_wrap ul.list li{width: calc((100% - 20px) / 2);}
.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: 18px;}
.sub0101_wrap ul.list li .txt_wrap p{font-size: 18px; color: #333; font-weight: 700; line-height: 30px; height: auto;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap:break-word;}
.sub0101_wrap ul.list li .txt_wrap .bot{margin-top: 18px;}
.sub0101_wrap ul.list li .txt_wrap .bot span{display: flex;gap:8px; align-items: center;font-size: 14px; color: #999;}
.sub0101_wrap ul.list li .txt_wrap .bot span:not(:last-child){margin-bottom: 10px;}
.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_view */
.sub0101_view_wrap{line-height: 1;}
.sub0101_view_wrap .box01{margin-bottom: 60px;}
.sub0101_view_wrap .tit{display: flex;gap:15px; margin-bottom: 20px;}
.sub0101_view_wrap .tit em{display: flex;align-items: center; justify-content: center;height: 35px;padding: 0 15px; border:1px solid var(--co01);font-size: 14px; color: var(--co01); border-radius:22px;transform: translateY(3px);}
.sub0101_view_wrap .tit p{font-size: 26px; color: #333; font-weight: 700;line-height: 1.5;}

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

.sub0101_view_wrap .btn_wrap{display: flex;align-items: center; gap:15px; justify-content: center;margin-top: 80px;}
.sub0101_view_wrap .btn_wrap a{display: flex;align-items: center; justify-content: center;width: 180px; height: 45px; font-size: 15px; 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(0px);  box-shadow: 5px -5px 0px rgba(0, 0, 0, 0);}

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

.sub0201_wrap .con01 .box_wrap{display: flex;gap:20px;margin-bottom: 80px;}
.sub0201_wrap .con01 .box_wrap .img_box{width: calc((100% - 20px) / 2);}
.sub0201_wrap .con01 .box_wrap .txt_box{width: calc((100% - 20px) / 2);;} 
.sub0201_wrap .con01 .box_wrap .txt_box p{font-size: 16px; color: #333; line-height: 1.6;letter-spacing: -0.2px;}
.sub0201_wrap .con01 .box_wrap .txt_box p:not(:last-child){margin-bottom: 15px;}
.sub0201_wrap .con01 .box_wrap .txt_box p b{font-weight: 600;}
.sub0201_wrap .con01 .cir_wrap{display: flex;justify-content: center;gap:50px;padding: 80px 0px 100px;}
.sub0201_wrap .con01 .cir_wrap .cir{position: relative;display: flex;align-items: center; justify-content: center;width: 80px;}
.sub0201_wrap .con01 .cir_wrap .cir::after{content:'';position: absolute;left: 50%;top: 50%;transform:translate(-50%,-50%);width: 160px; height: 160px; border:1px solid rgba(114,140,190,.5); border-radius:50%;}
.sub0201_wrap .con01 .cir_wrap p{font-size: 16px; line-height: 1.5; color: #333; font-weight: 700;text-align: center;}
.sub0201_wrap .con01 strong{display: block;font-size: 20px;color: #333; font-weight: 700;text-align: center;}

@media screen and (max-width:1024px) {
.sub0201_wrap .con01 .box_wrap{flex-direction: column;align-items: center;justify-content: center;margin-bottom: 50px;}
.sub0201_wrap .con01 .box_wrap .img_box{width: 100%;}
.sub0201_wrap .con01 .box_wrap .img_box img{display: block;margin: 0 auto;}
.sub0201_wrap .con01 .box_wrap .txt_box{width: 100%;}
.sub0201_wrap .con01 .cir_wrap{gap:40px;}
.sub0201_wrap .con01 .cir_wrap .cir{width: 60px;}
.sub0201_wrap .con01 .cir_wrap .cir::after{width: 120px;height: 120px;}
.sub0201_wrap .con01 .cir_wrap p{font-size: 13px;}
}

.sub0201_wrap .con02 .box{padding: 40px 30px;background: url(/assets/images/sub/sub0201_bg02.png)center no-repeat #e3edfb; background-size: 100%; border-radius:10px;}
.sub0201_wrap .con02 .box ul li{display: flex;align-items: center;gap:10px;}
.sub0201_wrap .con02 .box ul li:not(:last-child){margin-bottom: 15px;}
.sub0201_wrap .con02 .box ul li em{display: flex;align-items: center; justify-content: center;width: 60px; height: 32px; font-size: 15px; color: #fff; border-radius:18px; background: var(--co01);}
.sub0201_wrap .con02 .box ul li p{font-size: 16px; color: #333;}
.sub0201_wrap .con02 .box ul li.li02 em{background: var(--co02);}

.sub0201_wrap .con03 .box_wrap{display: flex;flex-direction: column;align-items: center; justify-content: center;gap:40px;}
.sub0201_wrap .con03 .box{width: 100%;}
.sub0201_wrap .con03 .box img{display: block;margin: 0 auto;}
.sub0201_wrap .con03 .box01 p{font-size: 16px; color: #333; line-height: 1.8;letter-spacing: -0.2px;}
.sub0201_wrap .con03 .box01 ul.ul_st01{padding: 30px 20px;margin-top: 20px;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: 15px;}
.sub0201_wrap .con03 .box01 ul.ul_st01 li strong{display: block;width: 120px; font-size: 16px; 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: 5px;}
.sub0201_wrap .con03 .box01 ul.ul_st01 li .txt_wrap .txt em{display: flex; align-items: center; justify-content: center;width: 60px;height: 22px; font-size: 14px; 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: 14px; 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: 10px;}
.sub0201_wrap .con03 .box01 ul.ul_st01 li .txt_wrap .p_wrap p:first-child{width: 85px;}
.sub0201_wrap .con03 .box01 ul.ul_st01 li .txt_wrap .p_wrap p:last-child{width: calc(100% - 85px);}
.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: 0px;}

.sub0201_wrap .con04 .box{padding: 60px 20px;background: url(/assets/images/sub/sub0201_bg03.png)center no-repeat; background-size: cover; border-radius:10px;}
.sub0201_wrap .con04 .box p{font-size: 28px; color: #fff; font-weight: 700; text-align: center;}
.sub0201_wrap .con04 .box a{display: flex; align-items: center; justify-content: center;margin: 30px auto 0; width: 160px; height: 40px; 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: 16px;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:20px;}
.sub0201_wrap .con05 .box_wrap .box{width: calc((100% - 20px) / 2); border:1px solid var(--co01); border-radius:12px; overflow: hidden;display: flex;flex-direction: column;justify-content: space-between;}
.sub0201_wrap .con05 .box_wrap .box .txt > strong{display: block;padding-top: 60px;font-size: 30px; color: var(--co02); font-weight: 700; text-align: center;}
.sub0201_wrap .con05 .box_wrap .box ul{padding: 40px 20px 40px;}
.sub0201_wrap .con05 .box_wrap .box ul li{display: flex;}
.sub0201_wrap .con05 .box_wrap .box ul li:not(:last-child){margin-bottom: 8px;}
.sub0201_wrap .con05 .box_wrap .box ul li strong{display: block; width: 75px;; font-size: 16px; color: #333; font-weight: 700;line-height: 1.4;}
.sub0201_wrap .con05 .box_wrap .box ul li strong em{display: inline-block; width: 28px;}
.sub0201_wrap .con05 .box_wrap .box ul li p{width: calc(100% - 75px);font-size: 14px; color: #666; line-height: 1.6;}
.sub0201_wrap .con05 .box_wrap .box a{display: flex;align-items: center; justify-content: center;width: 100%; height: 50px;font-size: 16px; 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: 18px; color: #333; font-weight: 700;text-align: center;padding: 60px 0px 40px;}
.sub0201_wrap .con06 .txt_box strong b{color: var(--co02);font-weight: 700;}
.sub0201_wrap .con06 .txt_box .box_wrap{display: flex;gap:40px;}
.sub0201_wrap .con06 .txt_box .box_wrap .box{position: relative;width: calc((100% - 120px) / 4);}
.sub0201_wrap .con06 .txt_box .box_wrap .box:not(:last-child)::after{content:'';position: absolute; top: 38%;right: -29px;transform:translateY(-50%); background: url(/assets/images/sub/sub0201_arr01.png)center no-repeat; width: 16px; height: 36px; 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: 14px; color: var(--co02); font-weight: 700;text-align: center;}
.sub0201_wrap .con06 .txt_box .box_wrap .box .img .cir_txt p{font-size: 20px; color: #333; font-weight: 700;text-align: center;}
.sub0201_wrap .con06 .txt_box .box_wrap .box .txt{font-size: 13px; color: #333; line-height: 1.6; margin-top: 15px;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: 100%; height: 70px;padding: 0 20px; background: #f8f8f8; border-radius:12px;}
.sub0201_wrap .con07 .box_wrap .box strong{display: block;width: 180px;font-size: 18px; color: #333; font-weight: 700;}
.sub0201_wrap .con07 .box_wrap .box strong em{font-size: 16px;font-weight: 700;}
.sub0201_wrap .con07 .box_wrap .box p{width: calc(100% - 180px);font-size: 16px; color: #666; line-height: 1.6;}
.sub0201_wrap .con07 .box_wrap .box p span{display: block;font-size: 14px;color: #999;}

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

.sub0202_wrap .con01 .box_wrap{display: flex;flex-wrap:wrap;gap:20px;}
.sub0202_wrap .con01 .box_wrap .box{width: calc((100% - 20px) / 2); height: auto; padding: 40px; border-radius:12px; background: #f4f8fd;}
.sub0202_wrap .con01 .box_wrap .box:nth-child(2n){background: #e9f1fc;}
.sub0202_wrap .con01 .box_wrap .box em{display: block;font-size: 16px;color: #0248ed; font-weight: 700;}
.sub0202_wrap .con01 .box_wrap .box p{font-size:20px; color: #333; font-weight: 700; padding: 20px 0px;}
.sub0202_wrap .con01 .box_wrap .box p strong{color: #d60303;}
.sub0202_wrap .con01 .box_wrap .box p a{display: inline-block;margin-left: 6px;vertical-align: middle;}
.sub0202_wrap .con01 .box_wrap .box p a img{display: inline-block; width: 26px;}
.sub0202_wrap .con01 .box_wrap .box span{display: block;font-size: 16px; color: #333; line-height: 1.6;}
.sub0202_wrap .con01 .box_wrap .box span b{font-weight: 600;}
.sub0202_wrap .con01 .box_wrap .box span br{display: none;}
.sub0202_wrap .con01 .box_wrap .box h6{font-size: 14px;}

.sub0202_wrap .con02 .txt_box .txt .ul_wrap:not(:last-child){margin-bottom: 20px;}
.sub0202_wrap .con02 .txt_box .txt .ul_wrap strong{display: block;font-size: 16px; color: #333; font-weight: 700;margin-bottom: 12px;}
.sub0202_wrap .con02 .txt_box .txt ul.ul_st01 li{letter-spacing: -0.2px;}
.sub0202_wrap .con02 .txt_box .txt:not(:last-child){margin-bottom: 30px;}
.sub0202_wrap .con02 .txt_box .txt em{display: flex;align-items: center; justify-content: center;	width: 120px; height: 30px; font-size: 15px; 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: flex-start;flex-direction: column; gap:15px;padding: 25px; background: #f5f5f5; border-radius:10px; margin-top: 40px;}
.sub0202_wrap .con02 .bot_txt em{display: flex; align-items: center; justify-content: center;width: 100px; height: 30px;font-size: 14px; color: #fff;background: #999; border-radius:20px;}
.sub0202_wrap .con02 .bot_txt p{font-size: 15px; color: #333;}
.sub0202_wrap .con02 .bot_txt p b{font-weight: 600;} 

.sub0202_wrap .con03 .txt_wrap{margin-bottom: 40px;}
.sub0202_wrap .con03 .txt_wrap p{font-size: 16px; color: #333; line-height: 1.6;}

.sub0202_wrap .con03 .box_wrap{position: relative;padding: 40px 20px 80px; background: #f6faff; border-radius:20px;z-index: 1;}
.sub0202_wrap .con03 .box_wrap::after{content:'';position: absolute;left: 0;bottom: 52px;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:15px; justify-content: center;}
.sub0202_wrap .con03 .box_wrap .box_flex .box{position: relative;display: flex;align-items: center; justify-content: center; width: auto; flex:1; height: 80px; 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% + 20px);transform:translateX(-50%); width: 16px; height: 16px; 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: 16px; color: #333; text-align: center; line-height: 1.6;}

.sub0202_wrap .con04 table.tbl_st01{border-top: 0;text-align: center;}
.sub0202_wrap .con04 table.tbl_st01 .col01{width: 20%;}
.sub0202_wrap .con04 table.tbl_st01 .col02{width: 30%;}

.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: flex-start;justify-content: space-between;flex-direction: column;margin-bottom: 30px;}
.sub0204_wrap .tab-menu-wrap{width: 100%;}
.sub0204_wrap .search_wrap{display: flex;align-items: center;height: 40px;width: 300px; border:1px solid #ddd; border-radius:8px;padding: 0px 15px;margin-left: auto;}
.sub0204_wrap .search_wrap input{width: calc(100% - 30px);border:0; font-size: 14px; color: #999;}
.sub0204_wrap .search_wrap input::placeholder{font-size: 14px; color: #999;}
.sub0204_wrap .search_wrap input:focus{outline:0;}
.sub0204_wrap .search_wrap a.search_btn{width: 30px;}
.sub0204_wrap .search_wrap a.search_btn img{display: block;margin-left: auto;width: 18px;}

.sub0204_wrap .box_wrap{border-top: 2px solid #666;}
.sub0204_wrap .box_wrap .box{border-bottom: 1px solid #ddd;padding: 0px 15px;}
.sub0204_wrap .box_wrap .box .q_wrap{display: flex;align-items: center;justify-content: space-between;cursor:pointer; padding: 25px 0px;}
.sub0204_wrap .box_wrap .box .q_wrap .tag{font-size: 16px; color: var(--co01); font-weight: 700;width: 100px;}
.sub0204_wrap .box_wrap .box .q_wrap .txt{display: flex;align-items: flex-start;width: calc(100% - 180px);}
.sub0204_wrap .box_wrap .box .q_wrap .txt span{display: block;width: 30px;font-size: 16px; color: #333; font-weight: 700; line-height: 1.6;}
.sub0204_wrap .box_wrap .box .q_wrap .txt p{font-size: 16px; color: #333; font-weight: 700; line-height: 1.6;width: calc(100% - 30px);}
.sub0204_wrap .box_wrap .box .q_wrap .arr{width: 80px;}
.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 80px 25px 100px;}
.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: 16px; color: #333; font-weight: 500; line-height: 1.6;}
.sub0204_wrap .box_wrap .box .a_wrap p{font-size: 16px; color: #333; font-weight: 500; line-height: 1.6;width: calc(100% - 30px);}

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

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

.join_wrap .con:not(:last-child){margin-bottom: 60px;}
.join_wrap .con .tit{display: flex;align-items: flex-end;justify-content: space-between;padding-bottom: 22px;border-bottom: 2px solid #333; margin-bottom: 30px;}
.join_wrap .con .tit p{font-size: 26px; color: #333; font-weight: 700;}
.join_wrap .con .tit em{font-size: 16px; 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: 16px; color: #666; line-height: 1.6;}
.join01_wrap .con .chk_wrap{margin-top: 15px;text-align: right;}

.join02_wrap .input_wrap ul li{display: flex;}
.join02_wrap .input_wrap ul li:not(:last-child){margin-bottom: 20px;}
.join02_wrap .input_wrap ul li p{width: 180px;font-size: 16px; color: #333; font-weight: 700;transform: translateY(10px);}
.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: 14px; color: #999;font-weight: 400;margin-left: 5px;}
.join02_wrap .input_wrap ul li .input{width: calc(100% - 180px);}
.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: 40px; border:1px solid #ddd; border-radius:4px;padding: 0 15px;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: 14px; color: #999;margin-top: 8px;line-height: 1.6;}

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

.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: 180px;}
.join02_wrap .input_wrap ul li .input .ra_wrap02 em{display: flex;align-items: center;width: 180px;font-size: 16px;}
.join02_wrap .input_wrap ul li .input .ra_wrap02 input[type="text"]{width: calc(100% - 180px);}

.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: 200px; height: 32px;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:10px;padding: 65px 0;}
.join03_wrap .result_con .icon img{display: block; margin: 0 auto; width: 40px;}
.join03_wrap .result_con p{font-size: 26px; color: #333; font-weight: 700;padding: 12px 0px 18px;text-align: center;}
.join03_wrap .result_con span{display: block;font-size: 16px; color: #666;text-align: center;}
.join03_wrap .result_con a{display: flex; align-items: center; justify-content: center;font-size: 16px; color: #666;margin: 30px auto 0;width: 160px; height: 40px;border-radius:4px; border:1px solid #ddd;}


}