@charset "utf-8";
:root {
	--main-color : #0C70E8;
  --bg-color : rgba(12, 112, 232, 0.05);
}
/* 초기화 */
html, body, div, span, object, iframe,p, blockquote, pre,a, abbr, address, big, cite, code,del, dfn, em, font, ins, q, s, samp,small, strike, strong, sub, sup,figure, tt, var,b, u, i, h1, h2, h3, h4, h5, h6,dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0;}

*		{outline:none; border:0;}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

body {font-size:16px; color:#1D1D1F; font-weight:400; font-family: 'Noto Sans KR', sans-serif;}
body {-webkit-text-size-adjust:none;}

h1, h2, h3, h4, h5, h6 {font-weight:normal;}

a, a:link {color: #1D1D1F; text-decoration: none; cursor:pointer; }
a:visited {color: #1D1D1F;}
a:hover, a:active, a:focus {color:#1D1D1F; text-decoration:none;}

hr {display:none}
li,ol,dd {list-style:none;}
table		{border-spacing:0; border-collapse:collapse;} 
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;}
legend {visibility:hidden; display:none; height:0; width:0; font-size:0;}
noscript{display:none;}
caption{visibility:hidden; height:0; width:0; font-size:0;}
strong{font-weight:normal;}
button {cursor:pointer}
img {max-width: 100%; height: auto;}

.clear												{content:""; display:block; clear:both; width:100%; visibility:hidden;}
.clearfix::after {content:""; display:block; clear:both;}
/* .inner {max-width:1376px; width: 100%; display: block; margin: 0 auto;} */


#skip-navi { position: fixed; width: 100%; top: 0;left: 0;z-index: 999;}
#skip-navi a {position: absolute; top: 0; width: 100%; height: 50px; line-height: 50px; background: #000; color: #fff; text-align: center; transform: translateY(-100%);}
#skip-navi a:focus, #skip-navi a:active{transform: translateY(0);}


/* 전체 틀 */
#total_wrap						{width:100%;}
#wrap									{width:100%; margin:0 auto;}

/* 헤더 */
#wrap_header					{width:100%; margin:0 auto;}

/* 메인 */
#wrap_main						{width:100%; margin:0 auto; padding-top: 77px;}
.inner                {width: 100%; max-width:1376px; margin: 0 auto;}
.inner-1840          {width: 100%; max-width:1840px; margin: 0 auto;}

/* 푸터 */
#wrap_footer					{width:100%; }

.flx {display: flex;}

.tit {text-align: center; color: #1D1D1F; font-size: 36px; font-weight: 700; margin-bottom: 60px;}
.pnt {color: var(--main-color);}
.fc_777 {color: var(--main-color);}

.hide_th {display: none;}

@media (max-width:1860px) {
  .inner-1840 {padding: 0 4%;}
}
@media (max-width: 1400px) {
  .inner {padding: 0 4%;}
}

@media (max-width: 1280px) {
  .tit {font-size: 32px; margin-bottom: 50px;}
}
@media (max-width: 1080px) {
  .tit {font-size: 28px; margin-bottom: 40px;}
}
@media (max-width: 768px) {
  .tit {font-size: 24px; margin-bottom: 30px;}
}
@media (max-width: 500px) {
  .tit {margin-bottom: 20px;}
}

.blind {position: absolute; width: 1px; height: 1px; clip: rect(0, 0, 0, 0);  margin: -1px; overflow: hidden; white-space: nowrap;}

/* header 시작*/
/* 헤더 공통 시작*/
/* .header_t			{width:100%; margin:0 auto; padding:25px 2% 20px 2%; height:90px; position:fixed; left:0; top:0px; z-index:99; background:#fff; display:flex; justify-content:space-between; width:100%;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;} */
  
.header_wrap {position:fixed; left:0; top:0; height: 77px; align-items: center; justify-content: space-between; padding: 0 40px; background-color: #fff; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03); z-index: 10;}

/* 로고 */
.hd_logo {width: 36%; align-items: center;}
.hd_logo a {position: relative; display: block; width: 111px; height: 48px;}
.hd_logo a::before {content:''; display: block; position: absolute; left: 0; top: 0; background: url('../img/top_logo.svg') no-repeat center / cover; width: 100%; height: 100%;}
.logo_txt {display: inline-flex; align-items: center; font-size: 20px; margin: 0 0 0 30px; font-weight: 500;}
.logo_txt .logo_title {position: relative; padding-right: 30px; font-size: 1.2em;}
.logo_txt .logo_title::after {content: ''; display: block; position: absolute; right: 14px; top: 50%; transform: translateY(-50%); width: 2px; height: 0.6667em; background-color: #666;}
.hd_listbox {display: flex; justify-content: flex-end; align-items: center; width: 64%;}
.hd_list li a {display: block; padding: 7px 12px; border-radius: 38px; font-weight: 500; transition: .3s ease all;}
.hd_list li a:hover {background-color: var(--main-color); color: #fff;}
.hd_list li.active a {background-color: var(--main-color); color: #fff;}
.hd_list li a:focus-visible {outline: 2px dashed red;}
.hd_connect {margin-left: 6px;}
.hd_connect a {position: relative; display: flex; justify-content: center; align-items: center; width: 45px; height: 45px; border: 2px solid var(--main-color); border-radius: 50%;}
.hd_connect a::before {content:''; display: block; position: absolute; left: 0; top: 0; background: url('../img/hd_connect.svg') no-repeat center / 50%; width: 100%; height: 100%;}
.hd_connect a:focus-visible {outline: 2px dashed red;}

.hd_logo a:focus-visible {outline:2px dashed red;}


@media (max-width: 1500px) {
  .logo_txt {font-size: 16px;}
}
@media (max-width: 1400px) {
  .header_wrap {padding: 0 2%;}
}
@media (max-width: 1080px) {
  .logo_txt {font-size: 15px;}
  .hd_list li a {font-size: 15px;}
}
@media (max-width: 768px) {

}
@media (max-width: 500px) {

}

/************************* title_navi 끝 *************************/



.sec01 {position: relative; padding: 0 0 30px 0; overflow: hidden;}
/* .sec01::before {content: "";display: block; position: absolute; left: 0; top: 0; background: url(../img/sec01_bg.png) no-repeat center / cover; max-width: 1920px; max-height: 870px; width: 100%; height: 100%; z-index: -1;} */
.sec01 .inner {max-width: 1520px;}
.sec01__bg {position: absolute; left: 0; top: 0; background-color: rgba(12,112,232,0.03); width: 100%; height: 100%; z-index: -1;}
.sec01__bg::before {content: ''; display: block; position: absolute; left: 0; top: 0; max-width: 861px; max-height: 861px; width: 86vw; height: 86vw; background: url(../img/sec01_bg01.png) no-repeat center / cover;}
.sec01__bg::after {content: ''; display: block; position: absolute; right: 0; bottom: 0; max-width: 371px; max-height: 266px; width: 37vw; height: 27vw; background: url(../img/sec01_bg02.png) no-repeat center / cover;}
.sec01__bg--circle {position: absolute; left: 0; top: 50%; transform: translateY(-50%); background: url(../img/sec01_circles.png) no-repeat right center / cover; max-width: 1920px; width: 100%; height: 43vw; max-height: 790px; z-index: -1;}

.sec01_cont {position: relative; max-height: 840px; height: 75vw;}
.sec01_cont .cont {position: absolute;}
.sec01_cont .cont:hover .txt {color:var(--main-color); transition: .3s;}
.sec01_cont .cont .txt {margin-top: 9px; padding: 0 1em; font-size: 20px; font-weight: 700; transition: .3s;}
.sec01_cont .cont .txt.active {color: var(--main-color);}
.sec01_cont .cont img {border-radius: 20px; vertical-align: top;}
.sec01_cont .cont a {display: block;}
.sec01_cont .cont1 {left: 0; top: 6.5%;}
.sec01_cont .cont2 {left: 40.5%; top: 0;}
.sec01_cont .cont3 {bottom: 5vw; right: 0;}
.sec01_cont .cont4 {left: 24%; bottom: 0;}
.sec01_cont .cont a:focus-visible {outline:2px dashed red;}

.cont .cont__image {position: relative; border-radius: 30px; overflow: hidden;} 
.cont .cont__image:hover img {transform: scale(1.05);}
.cont1 .cont1__image {max-width: 400px; max-height: 400px;}
.cont1 .cont1__image img {transition: 0.3s ease;}

.cont2 .cont2__image {max-width: 300px; max-height: 300px;}
.cont2 .cont2__image img {transition: 0.3s ease;}

.cont3 .cont3__image {max-width: 540px; max-height: 360px;}
.cont3 .cont3__image img {transition: 0.3s ease;}

.cont4 .cont4__image {max-width: 300px; max-height: 300px;}
.cont4 .cont4__image img {transition: 0.3s ease;}

@media (max-width:1580px) {
  .sec01 .inner {padding: 0 4%;}
}
@media (max-width:1280px) {
  .sec01_cont .cont1 {width: 38%;}
  .sec01_cont .cont2 {width: 30%;}
  .sec01_cont .cont3 {width: 45%;}
  .sec01_cont .cont4 {width: 28%;}
}
@media (max-width: 1080px) {
  .sec01 {padding: 120px 0 40px;}

  .sec01_cont .cont .txt {font-size: 18px; margin-top: 5px;}
}
@media (max-width: 768px) {
  .sec01 {padding-top: 100px;}
  .sec01_cont {display: flex; flex-wrap: wrap; justify-content: space-between; max-height: auto; height: 100%;}
  .sec01_cont .cont {position: static; width: calc(100%/2 - 5px);}
  .sec01_cont .cont:nth-of-type(-n + 2) {margin-bottom: 20px;}
  .cont .cont__image {border-radius: 20px;}
  .cont .cont__image img {max-height: 250px; height: 40vw; object-fit: cover;}
  .cont1 .cont1__image {max-width: 100%; max-height: 100%;}
  .cont1 .cont1__image img {transition: 0.3s ease;}

  .cont2 .cont2__image {max-width: 100%; max-height: 100%;}
  .cont2 .cont2__image img {transition: 0.3s ease;}

  .cont3 .cont3__image {max-width: 100%; max-height: 100%;}
  .cont3 .cont3__image img {transition: 0.3s ease;}

  .cont4 .cont4__image {max-width: 100%; max-height: 100%;}
  .cont4 .cont4__image img {transition: 0.3s ease;}

  .sec01_cont .cont img {width: 100%;}
  .sec01_cont .cont .txt {font-size: 17px;}
}
@media (max-width: 500px) {
  .sec01 {padding-top: 80px;}
  .sec01_cont .cont:nth-of-type(-n + 2) {margin-bottom: 10px;}
  .sec01_cont .cont .txt {font-size: 15px;}
}


.sec02 {padding: 150px 0 0;}
.sec02_cont1 {justify-content: space-evenly; margin-bottom: 60px; padding: 58px 0; text-align: center; border-radius: 30px; border: 1px solid var(--main-color); background-color: var(--bg-color);}
.sec02_cont1 .list {width: 33%;}

/*count쪽 공통 스타일*/
.list {display: flex; flex-direction: column; justify-content: space-between;}
.list img {margin: 0 auto;}
.list .icon_txt {display: inline-block; margin: 0 auto 16px; padding: 3px 25px; border-radius: 32px; border: 1px solid #d7d7d7; font-size: 16px; font-weight: 500; margin-top: 0;}
.list .count {font-size: 16px; font-weight: 500; color: #868686}
.list .pnt {font-size: 54px; font-weight: 700; padding-right: 8px;}

@media (max-width: 1400px) {
  .sec02_cont1 .list1 {width: 25%;}
  .sec02_cont1 .list2 {width: 50%;}
  .sec02_cont1 .list3 {width: 25%;}
}
@media (max-width: 1080px) {
  .list .icon_txt {font-size: 15px;}
  .list .count {font-size: 21px;}
}
@media (max-width:900px) {
  .sec03_cont1 {flex-direction: column;}
  .sec03_cont1 .list1 {flex-direction: row; align-items: center; margin-bottom: 20px;}
}
@media (max-width: 768px) {
  .list .icon_txt {margin-bottom: 5px; padding: 3px 20px; font-size: 15px;}
  .list .count {font-size: 18px;}
  .list .pnt {font-size: 30px; padding-right: 5px;}
}
@media (max-width: 600px) {
  .sec02_cont1 {flex-flow: row wrap;}
  .sec02_cont1 .list1 {width: 50%;}
  .sec02_cont1 .list2 {width: 100%; order: 3; margin-top: 15px;}
  .sec02_cont1 .list3 {width: 50%;}

  .list .icon_txt {font-size: 14px;}
  .list .count {font-size: 16px;}
  .list .pnt {font-size: 28px;}
}
@media (max-width: 500px) {
  .list .pnt {font-size: 22px;}
}

.sec02_cont2 {}
.sec02_table {border-radius: 10px; border: 1px solid var(--main-color); overflow: hidden; word-break: keep-all;}
.sec02_table .table_tit.active {background-color: var(--main-color);}
.sec02_table .table_tit.active .tit_wrap {color: #fff;}
.sec02_table .table_tit.active .tr_tit {color: #fff;}
.sec02_table .table_tit.active .tr_num {color: #fff;}
.sec02_table .table_tit.active .tit_wrap::after {transform: rotate(-180deg); filter: brightness(0) invert(1);}

.sec02_table .flx {align-items: center;}
.sec02_table .tit_wrap {position: relative;}
.sec02_table .tit_wrap::after {content: ""; display: block; position: absolute; right: 2.5%; top: 50%; transform: translateY(-50%); background: url(../img/sec02_down.svg) no-repeat center / 100%; max-width: 11px; max-height: 5px; width: 100%; height: 100%; transition: 0.3s ease all;}
.sec02_table .tit_wrap:focus-visible {outline: 2px dashed red; outline-offset: -5px;}
@media (hover:hover) {
  .sec02_table .tit_wrap:hover {background-color: var(--bg-color);}
}
/*sec02 dt 눌렀을 때 펼쳐지는 table*/
.sec02_table dd {display: none;  padding: 10px 32px 30px;}
.sec02_table table {width: 100%;}
.sec02_table table tbody.back-color {background-color: var(--bg-color);}

.sec02_table dd:last-child {border-radius: 0 0 20px 20px;} /*마지막 table은 아래쪽이 둥글게*/

.sec02_table tr {font-size: 14px; border-top: 1px solid #D7D7D7;}
.sec02_table tr:first-child {border-top: none;}
.sec02_table tr.last-line {background-color: var(--main-color); font-size: 18px; font-weight: 7; color: #fff;}
.sec02_table tr.last-line td:first-child {text-align: center;}
.sec02_table tr.last-line td:nth-child(2) {width: 10.45%; text-align: center;}
.sec02_table tr td {padding: 20px 16px; font-weight: 500; line-height: 1.5;}
.sec02_table tr.line {border-top: 1px solid var(--main-color);}
.sec02_table tr.thead td:nth-child(1) {padding-top: 0; padding-bottom: 10px; vertical-align: middle;}
.sec02_table tr.thead td:nth-child(5) {padding-bottom: 10px;}
.sec02_table tr td:nth-child(1) {width: 17.15%; vertical-align: top;}
.sec02_table tr td:nth-child(2) {width: 49.62%;}
.sec02_table tr td:nth-child(3) {width: 10.45%; text-align: center; padding-right: 15px;}
.sec02_table tr td:nth-child(4) {width: 10.45%; text-align: center;}
.sec02_table tr td:nth-child(5) {width: 12.5%; text-align: center;}


.sec02_cont2 .top_subj {justify-content: space-between; padding: 0 75px 0 32px; margin-bottom: 16px;}
.sec02_cont2 .top_subj .subject {font-size: 16px; font-weight: 500; line-height: 1.5;}
.sec02_cont2 .top_subj .subject__name {font-weight: 700; color: var(--main-color);}

.sec02_cont2 .tr_tit {width: 18%; font-size: 18px; font-weight: 700; color: var(--main-color); transition: .3s;}
.sec02_cont2 .tr_txt {width: 68%; font-size: 18px;}
.sec02_cont2 .tr_num {position: relative; width: 9%; text-align: right; font-size: 17px; font-weight: 700; color: var(--main-color); transition: .3s;}
.sec02_cont2 .tr_num .flx {justify-content: end;}


.sec02_cont2 .tr_num i {position: absolute; right: 0; top: 50%; transform: translateY(-50%);}


.sec02_cont2 .thead {color: var(--main-color); font-weight: 700; border-bottom: 1px solid var(--main-color);}
.sec02_cont2 .thead td {padding: 16px; vertical-align: middle;}
.sec02_cont2 .pnt {font-weight: 700;}

.sec02_table dt a {position: relative; padding: 29px 32px; border-top: 1px solid var(--main-color); transition: .3s ease all;}
.sec02_table #business1 a {border-top: none;}

.sec02_table dt a::after {content: ""; display: block; position: absolute; right: 50px; top: 50%; transform: translateY(-50%); color: var(--main-color);}
.sec02_table .flx {}


.sec02_table .show {display: none;}
.sec02_table .pnt_show {display: none;}

@media (max-width: 1400px) {
  .sec02_cont2 .top_subj {padding: 0 6.5% 0 50px;}
  .sec02_cont2 .tr_txt {width: 55%;}
  .sec02_cont2 .tr_num {width: 20%}
}

@media (max-width: 1080px) {
  .sec02_cont1 {padding: 40px 0;}
  .sec02_table .flx::after {right: 3%;}

  .sec02_cont2 .top_subj {padding: 0 4.5% 0 50px;}
  .sec02_cont2 .tr_txt {width: 57%;}
  .sec02_cont2 .tr_num {width: 18%}

  .sec02_cont2 .tr_tit,
  .sec02_cont2 .tr_num {font-size: 16px;}
  .sec02_table dt a {padding: 25px 30px;}
  .sec02_table dd {padding: 16px;}
  .sec02_cont2 .pnt {font-size: 14px;}

}
@media (max-width: 950px) {
  .sec02_cont2 .top_subj {display: none;}
  .sec02_table .hide {display: none;}
  .sec02_cont2 .pnt br {display: none;}
  .sec02_cont2 .bsns13 .pnt br {display: block;}
  .sec02_table .pnt_show {display: inline-block; padding: 0 8px; margin-left: 4px; color: #fff; background-color: var(--main-color); border-radius: 15px; text-align: center; font-size: 13px; font-weight: 400;}
  .sec02_cont2 .thead {padding: 0;}
  .sec02_cont2 .thead td {padding: 0 0 5px;}
  .hide_th {display: inline-block; color: #333333; padding-right: 5px;}
  
  .sec02_table dt a {padding: 20px 50px 20px 20px;}
  
  .sec02_table .show {display: flex;}
  .sec02_table .show:first-child {display: inline-block;}
  
  .sec02_table tr {display: block; padding: 10px;}
  .sec02_table tr.last-line td:nth-child(2) {width: auto; text-align: left;}
  .sec02_table tr.pnt {display: none;}

  .sec02_cont2 .tr_tit {width: 50%;}

  .sec02_cont2 .tr_txt {display: none;}
  .sec02_cont2 .tr_num {width: 160px; margin-left: auto;}
  .sec02_cont2 .tr_num p:nth-of-type(2) {font-weight: 400;}
  .sec02_cont2 .tr_num p:nth-of-type(3) {font-weight: 400;}
  .sec02_cont2 .tr_num .flx {justify-content: space-between;}

  .sec02_table tr td {display: block; padding: 0 0 5px;}
  .sec02_table tr td:nth-child(1) {width: 100%;}
  .sec02_table tr td:nth-child(2) {width: 100%;}
  .sec02_table tr td:nth-child(3) {width: 100%; text-align: left; padding-right: 0;}
  .sec02_table tr td:nth-child(4) {width: 100%; text-align: left;}
  .sec02_table tr td:nth-child(5) {width: 100%; text-align: left;}

  .sec02_table tr:last-child {border: none;}
}

@media (max-width: 768px) {
  .sec02 {padding-top: 70px;}
  .sec02_cont1 {padding: 30px 0; margin-bottom: 50px;}

  .sec02_cont2 .tr_tit,
  .sec02_cont2 .tr_num {width: 140px; font-size: 15px;}
  .sec02_cont2 .tr_txt {font-size: 14px;}

}
@media (max-width: 500px) {
  .sec02_cont1 {margin-bottom: 35px;}

  .sec02_table tr {font-size: 13px;}
  .sec02_cont2 .tr_tit, .sec02_cont2 .tr_num {font-size: 14px;}

  .sec02_table dd {padding: 20px 15px;}

  .sec02_table dt a {padding: 15px 40px 15px 15px;}
}


.sec03 {padding: 150px 0 200px;}
.sec03_cont1 {display: flex; align-items: center; justify-content: space-between;} 
.sec03_cont1 .list {text-align: center;}
.sec03_cont1 .list1 {text-align: left; margin-left: 40px;}
/* .sec03_cont1 .list3 {width: 25%;} */
.icon_txt {font-size: 20px; margin-top: 5px;}

.sec03_cont1 .list1 .txt {font-size: 20px;}
.sec03_cont1 .list-box {display: flex; justify-content: space-between; align-items: center; gap: 1.25em; width: calc(100% - 468px); padding: 35px 130px; border: 1px solid var(--main-color); border-radius: 30px; background-color: var(--bg-color);}

.sec03_cont1 .go_link {margin-top: 25px;}
.sec03_cont1 .go_link a {display: flex; align-items: center; justify-content: center; max-width:210px; background-color: var(--main-color); border: 1px solid transparent; color: #fff;}
.sec03_cont1 .go_link a:hover {background-color: #fff; color: var(--main-color); border: 1px solid var(--main-color); box-sizing: border-box;}
.sec03_cont1 .go_link a img {filter: brightness(0) invert(1);}
.sec03_cont1 .go_link a:hover img {filter: brightness(1) invert(0);}
.sec03_cont1 .go_link a:focus-visible {outline: 2px dashed red;}

.go_link a {display: inline-block; width: 100%; padding: 16px 26px; border-radius: 10px; font-size: 22px; transition: 0.3s ease all;}
.go_link .icon {display: inline-block; width: 25px; height: 20px; margin-left: 10px; background: url('../img/more_arrow.png') no-repeat center / 100%; filter: brightness(0) invert(1);}
@media (hover:hover) {
  .go_link a:hover .icon {filter: brightness(1) invert(0);}
}
@media (max-width:1080px) {
  .go_link .icon {background-position: center 3px; background-size: 85%;}
}
@media (max-width:768px) {
  .go_link .icon {margin-left: 5px; background-position: center; background-size: 80%;}
}
@media (max-width:600px) {
  .sec03_cont1 .go_link a { margin: 0 auto;}
}

.sec03_cont2 {justify-content: space-between; padding-top: 39px;}
.sec03_cont2 .box {width: calc(100%/3 - 10px); height: 300px;}

.sec03_cont2 .box a {position: relative; display: inline-block; width: 100%; max-height: 448px; height: 100%; border-radius: 20px;  overflow: hidden; }
.sec03_cont2 .box a:hover::before {transform: scale(1.05); transition: .5s;}
.sec03_cont2 .box a::before {content: ""; display: inline-block; position: absolute; left: 0; top: 0; width: 100%; max-height: 448px; height: 100%; z-index: -1;transition: .5s;}
.sec03_cont2 .box a:focus-visible {outline: 2px dashed red;}

.sec03_cont2 .box1 a::before {background: url(../img/sec03_img01.jpg) no-repeat top center / cover;}
.sec03_cont2 .box2 a::before {background: url(../img/sec03_img02.jpg) no-repeat top center / cover;}
.sec03_cont2 .box3 a::before {background: url(../img/sec03_img03.jpg) no-repeat top center / cover;}
/* .sec03_cont2 .box3 a::after {content: ''; display: block; position: absolute; right: 40px; top: 40px; background: url('../img/sec03_icon.svg') no-repeat center / cover; max-width: 85px; max-height: 77px; width: 6vw; height: 5vw;} */

.sec03_cont2 .box .flx {flex-direction: column; justify-content: space-between; height: 100%; padding: 30px;}

.sec03_cont2 .box_txt p {font-size: 21px; color: #fff; font-weight: 500;}
.sec03_cont2 .box_txt img {position: relative; max-width: 37px; max-height: 38px; width: 100%; height: 100%;}
.sec03_cont2 .box_txt .arrow_wrap {position: relative; width: 37px; height: 38px;}
.sec03_cont2 .box_txt .arrow_wrap::before {content: ''; display: block; position: absolute; left: 0; top: 0; background: url('../img/sec03_arrow.png') no-repeat center / cover; width: 100%; height: 100%; transition: 0.3s ease;}
.sec03_cont2 .box_txt .arrow_wrap::after {opacity: 0; content: ''; display: block; position: absolute; left: 0; top: 0; background: url('../img/sec03_arrow_hover.png') no-repeat center / cover; width: 100%; height: 100%; transition: 0.3s ease;}
.sec03_cont2 .box_txt .hover_img1 {opacity: 1; visibility: visible; transition: .5s;}
.sec03_cont2 .box_txt .hover_img2 {position: absolute; left: 0; top: 0; opacity: 0; visibility: hidden;transition: .5s;}
@media (hover:hover) {
  .sec03_cont2 .box a:hover .arrow_wrap::before {opacity: 0;}
  .sec03_cont2 .box a:hover .arrow_wrap::after {opacity: 1;}
  .sec03_cont2 .box a:hover .hover_img1 {opacity: 0; visibility: hidden; }
  .sec03_cont2 .box a:hover .hover_img2 {opacity: 1; visibility: visible; transition: .5s;}
}



.sec04 {padding: 150px 0; background-color: #F8F8F9;}
.sec04 .inner {max-width:1220px;}
.sec04_list {justify-content: center;}
.sec04_list li a {display: flex; align-items: center;}
.sec04_list .go_link {margin-right: 20px;}
.sec04_list .go_link:last-child {margin-right: 0;}
.sec04_list .go_link a {border: 1px solid #fff; background-color: var(--main-color); font-weight: 500; color: #fff;}
.sec04_list .go_link a img {filter: brightness(0) invert(1);}
.sec04_list .go_link a:focus-visible {outline: 2px dashed red;}
@media (hover:hover) {
  .sec04_list .go_link a:hover {background-color: transparent; border-color: var(--main-color); color: var(--main-color);}
  .sec04_list .go_link a:hover img {filter: brightness(1) invert(0);}
}

.sec04_list .go_link.active a {background-color: var(--main-color); color: #fff;}
.sec04_list .go_link.active a img {filter: brightness(0) invert(1);}

.sec04_cont {justify-content: space-between;}
.sec04_cont .box {width: calc(100%/2 - 80px); padding: 60px 45px;}

.sec04_cont .box .pnt {padding-right: 8px; font-size: 54px; font-weight: 700; line-height: 1.5;}
.sec04_cont .box .count {position: relative; margin-bottom: 16px; color: #868686;}
.sec04_cont .box .num_wrap {font-size: 25px; font-weight: 700; text-align: center;}
.sec04_cont .num_wrap .txt {position: absolute; left: 50%; transform: translateX(-50%); bottom: -20px; font-size: 20px; font-weight: 400;}
.sec04_cont .num_wrap {position: relative;}
.sec04_cont .num_wrap img {vertical-align: middle;}

.sec04_table {margin-top: 60px;}
.sec04_table .top_txt {font-size: 15px; font-weight: 500; margin-bottom: 5px; text-align: right;}
.sec04_table table {width: 100%;}
.sec04_table .color {background-color: #E2F1D5; font-size: 18px; color: var(--main-color);}
.sec04_table td {padding: 8px 15px; font-size: 16px; font-weight: 500;}
.sec04_table td:first-child {position: relative; padding-left: 26px;}
.sec04_table td:first-child::before {content: ''; display: block; position: absolute; left: 0; top: 16px; width: 10px; height: 10px; border-radius: 50%;}
.sec04_table tr:nth-child(1) td:first-child::before {background-color: rgba(24, 127, 196,1);}
.sec04_table tr:nth-child(2) td:first-child::before {background-color: rgba(252, 175, 23,1);}
.sec04_table tr:nth-child(3) td:first-child::before {background-color: rgba(111, 186, 44,1);}
.sec04_table tr:nth-child(4) td:first-child::before {background-color: rgba(255, 115, 115,1);}
.sec04_table tr:nth-child(5) td:first-child::before {background-color: rgba(241, 195, 71,1);}
.sec04_table tr:nth-child(6) td:first-child::before {background-color: rgba(120, 201, 250,1);}
.sec04_table tr:nth-child(7) td:first-child::before {background-color: rgba(145,130,180,1);}
.sec04_table td.ta_right {text-align: right;}


.sec04_table tr:first-child td {border-top: none; border-bottom: none;}
.sec04_table tr td:first-child {border-left: none;}
.sec04_table tr td:last-child {border-right: none;}

@media (max-width:1280px) {
  .sec04_cont .box {width: calc(100%/2 - 40px);}
}
@media (max-width: 1080px) {
  .sec04_cont .box {width: calc(100%/2 - 20px); padding: 50px;}
  .sec04_table td {padding: 10px; font-size: 16px;}
}
@media (max-width:500px) {
  .sec04_table td:first-child {padding-left: 20px;}
}


.sec05 {padding: 150px 0;}
.sec05_list {justify-content: center;}
.sec05_list .go_link:first-child {margin-right: 16px;}
.sec05_list .go_link.active a {background-color: var(--main-color); color: #fff;}
.sec05_list .go_link a {border: 1px solid var(--main-color); color: var(--main-color); font-weight: 500; line-height: 1;}
.sec05_list .go_link a:hover {background-color: var(--main-color); color: #fff;}
.sec05_list .go_link a:focus-visible {outline: 2px dashed red;}

.sec05_cont .cont_wrap {justify-content: space-between; margin-top: 50px;}
.sec05_cont .cont {width: calc(100%/4 - 10px);}
.sec05_cont .cont a {display: block; width: 100%; height: 100%; border-radius: 10px; border: 1px solid #D7D7D7; transition: .3s ease all;}
.sec05_cont .cont a:focus-visible {outline: 2px dashed red;}
.sec05_cont .cont .img_wrap {}

.sec05 .cont_wrap {display: none;}
.sec05 .cont_wrap.active {display: flex;}

.sec05_cont .txt_wrap {padding: 24px 24px 24px 30px; border-radius: 0 0 10px 10px;}
.sec05_cont .txt_wrap .pnt {font-size: 16px; font-weight: 700;}
.sec05_cont .txt_wrap .cont_tit {margin: 4px 0 10px; font-size: 22px; font-weight: 700; line-height: 1.5;}

.sec05 .img_wrap {width: 100%; height: 290px; border-radius: 10px 10px 0 0; transition: .3s ease-in-out background-size;}
.sec05 .cont_wrap1 .cont1 .img_wrap {background: url(../img/sec05_img01.jpg) no-repeat center / cover;}
.sec05 .cont_wrap1 .cont2 .img_wrap {background: url(../img/sec05_img02.jpg) no-repeat center 20% / cover;}
.sec05 .cont_wrap1 .cont3 .img_wrap {background: url(../img/sec05_img03.jpg) no-repeat center / cover;}
.sec05 .cont_wrap1 .cont4 .img_wrap {background: url(../img/sec05_img04.jpg) no-repeat center 33% / cover;}

.sec05 .cont_wrap2 .cont1 .img_wrap {background: url(../img/sec05_img05.jpg) no-repeat center 33% / cover;}
.sec05 .cont_wrap2 .cont2 .img_wrap {background: url(../img/sec05_img06.jpg) no-repeat center / cover;}
.sec05 .cont_wrap2 .cont3 .img_wrap {background: url(../img/sec05_img07.jpg) no-repeat center / cover;}
.sec05 .cont_wrap2 .cont4 .img_wrap {background: url(../img/sec05_img08.jpg) no-repeat center / cover;}
@media (hover:hover) {
  .sec05_cont .cont a:hover {box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.15); border-color: transparent;}
}
@media (max-width: 1080px) {
  .sec05_cont .cont_wrap {flex-wrap: wrap;}
  .sec05_cont .cont {width: calc(100%/2 - 10px);}
  .sec05_cont .cont:nth-of-type(-n + 2) {margin-bottom: 20px;}
}
@media (max-width:768px) {
  .sec05 .img_wrap {height: 220px;}
}


.btn_area {margin-bottom: 32px;}
.btn_area .inner-1840 {display:flex; justify-content:flex-end; align-items:center; flex-wrap: wrap; gap: 16px;}
.pdf-box {text-align: right;}
.pdf-box .pdf-box__link {width: auto; border: 1px solid #fff; background-color: var(--main-color); font-weight: 500; color: #fff;}

.pdf-box .pdf-box__link:focus-visible {outline: 2px dashed red;}
@media (hover:hover) {
  .pdf-box .pdf-box__link:hover {background-color: transparent; border-color: var(--main-color); color: var(--main-color);}
  .pdf-box .pdf-box__link:hover img {filter: brightness(1) invert(0);}
}
@media (max-width:768px) {
  .btn_area {margin-bottom: 25px;}
  .btn_area .inner-1840 {gap: 10px;}
}
@media (max-width:500px) {
  .btn_area {margin-bottom: 20px;}
  .btn_area .inner-1840 {gap: 5px;}
}

.sns-link {max-width: 1840px; margin: 0 auto;}
.sns-link .flx {justify-content: flex-end; align-items: center;}
.sns-link li {margin-right: 16px;}
.sns-link li:last-child {margin-right: 0;}
.sns-link li a {position: relative; display: flex; justify-content: center; align-items: center; width: 85px; aspect-ratio: 1 auto; border-radius: 50%; border: 1px solid var(--main-color); transition: .3s ease all;}
.sns-link li a.top-btn {border: 0;}
.sns-link li a:focus-visible {outline: 2px dashed red;}

.sns-link li a::before {content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: 0.3s ease;}
.sns-link li .sns-link__connect:before {background: url('../img/connect.png') no-repeat center / 50% 50%;}
/* .sns-link li .sns-link__connect:after {opacity: 0; background: url('../img/connect_hv.png') no-repeat center / cover;} */
.sns-link li .sns-link__home:before {background: url('../img/home_icon.svg') no-repeat center / 50% 50%;}
.sns-link li .sns-link__insta::before {background: url('../img/sns_instagram.svg') no-repeat center / 50% 30px;}
.sns-link li .sns-link__youtube::before {background: url('../img/sns_youtube.svg') no-repeat center / 50% 21px;}

.sns-link li .sns-link__kakao::before {background: url('../img/sns_kakao.svg') no-repeat center / 50% 30px;}
.sns-link li .sns-link__naver::before {background: url('../img/sns_naver.svg') no-repeat center / 50% 30px;}
.sns-link li .sns-link__top {background: url('../img/top_arrow.png') no-repeat center / cover;}
@media (hover:hover) {
  .sns-link li a:hover::before {filter: brightness(0) invert(1);}
  .sns-link li a:hover {background-color: var(--main-color);}
  .sns-link li .sns-link__top:hover {background-color: #fff;}
}
@media (max-width:1880px) {
  .sns-link {padding: 0 4%;}
}
@media (max-width:768px) {
  .sns-link li a {max-width: 70px; width: 12vw;}
}
@media (max-width:500px) {
  .sns-link li {margin-right: 10px;}
}

/* sub 끝 */

/* footer 시작*/
#wrap_footer {}
.footer_list {position: relative; padding: 40px; text-align: center;}
.footer_list .ft_logo {position: absolute; left: 0; top: 0; width: 138px; height: 60px;}
.footer_list .ft_logo a {position: relative; display: block; width: 100%; height: 100%;}
.footer_list .ft_logo a::before {content: ''; display: block; position: absolute; left: 0; top: 0; background: url('../img/top_logo.svg') no-repeat center / cover; width: 100%; height: 100%;}
.footer_list .ft_logo a:focus-visible {outline: 2px dashed red;}
.footer_list .flx {justify-content: center;}
.footer_list .flx li {margin-right: 8px; font-size: 14px; font-weight: 500; color: #868686;}
.footer_list .flx li:last-child {margin-right: 0;}
/* footer 끝*/

.sec04_bg {width: 370px;height: 370px;  border-radius: 50%;  margin: 0 auto;}
