/* css */
@import url(./fonts/pretendard.css); 

/*****************************************************************/
/*메인페이지 레이아웃*/
/*****************************************************************/
a {transition:all 0.3s;}
a img {transition:all 0.3s;}
.in_wide {max-width:100%; font-family:'Pretendard'; background:url(../images/in_bg1.jpg) no-repeat top; position:relative;}
.in_wide ul {list-style:none; margin:0; padding:0;}
@media only screen and (max-width:496px){
	.in_wide {padding:0 10px;}
}


/*메인이미지*/
.in_img {max-width:1920px; margin:0 auto 0 auto; /*background:linear-gradient(#F6FBFF 0%, #F6FBFF 30%, #FFFFFF 100%);*/ position:relative; z-index:0;}
.in_img>div {width:100%;}
.in_img>div div.carousel-inner {/*border-radius:30px; box-shadow:0px 12px 10px 0px rgba(0,0,0,0.15); -webkit-box-shadow:0px 12px 10px 0px rgba(0,0,0,0.15); -moz-box-shadow:0px 12px 10px 0px rgba(0,0,0,0.15);*/}

.in_img img {max-width:100%;}
@media only screen and (max-width:496px){
	.in_img {margin:0 auto 30px auto;}
	.in_img>div div.carousel-inner {border-radius:0px; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none;}
	/*.in_img div.img-wrap {padding-bottom:50% !important;}*/
}


/*팝업존/배너*/
.in_img2 {width:100%; position:relative; overflow:hidden; z-index:0;}
.in_img2>div {max-width:1600px; margin:70px auto 90px auto; display:flex; flex-wrap:wrap; justify-content:space-between; position:relative;}
.in_img2>div>.left {width:61.875%;}
.in_img2>div>.left div.carousel-inner {border-radius:25px; box-shadow:0px 10px 7px 0px rgba(0,0,0,0.08); -webkit-box-shadow:0px 10px 7px 0px rgba(0,0,0,0.08); -moz-box-shadow:0px 10px 7px 0px rgba(0,0,0,0.08);}
.in_img2>div>.right {width:35%; display:flex; flex-direction:column; gap:40px 0;}

.in_img2>div>.right .sch {width:100%; position:relative;}
.in_img2>div>.right .sch>.search {width:100%; padding:0px; display:inline-block; vertical-align:middle;}
.in_img2>div>.right .sch>.search form {margin-top:0px; padding:0px;}
.in_img2>div>.right .sch>.search input {height:55px !important; background:#FFF; border:#E8E8E8 2px solid; border-radius:10px !important; -webkit-box-shadow:none; box-shadow:none;}
.in_img2>div>.right .sch>.search input:focus {-webkit-box-shadow:none; box-shadow:none;}
.in_img2>div>.right .sch>.search input::placeholder {color:#333; /* 기본 placeholder 색상 */}
.in_img2>div>.right .sch>.search input:focus::placeholder {color:transparent; /* 포커스 시 placeholder 숨김 */}
.in_img2>div>.right .sch>.search .bttn {width:48px; height:48px !important; margin-left:10px !important; text-align:center; border:none !important; border-radius:100px !important; background:#2299E5 !important; color:#FFF; font-size:20px;}
.in_img2>div>.right .sch>p {margin:10px 0 0 0; padding:0 35px; font-size:18px; font-weight:300; color:#666;}
.in_img2>div>.right .sch>p>a {color:#666;}

.in_img2>div>.right .ban {width:100%; position:relative; display:flex; flex-wrap:wrap; justify-content:space-between; gap:20px 10px;}
.in_img2>div>.right .ban>a {width:145px; height:120px; background:#FFF; border:#E8E8E8 1px solid; border-radius:20px; box-shadow:0px 4px 7px 0px rgba(0,0,0,0.08); text-align:center; font-size:20px; font-weight:500; color:#333; line-height:1; letter-spacing:-1px; display:flex; flex-direction:column; justify-content:center; align-items:center; gap:5px 0;}
.in_img2>div>.right .ban>a:nth-child(1):hover {border:#685BB9 1px solid;}
.in_img2>div>.right .ban>a:nth-child(2):hover {border:#1B8CD4 1px solid;}
.in_img2>div>.right .ban>a:nth-child(3):hover {border:#31BABE 1px solid;}
.in_img2>div>.right .ban>a:nth-child(4):hover {border:#37BF44 1px solid;}
.in_img2>div>.right .ban>a:nth-child(5):hover {border:#F88D4B 1px solid;}
.in_img2>div>.right .ban>a:nth-child(6):hover {border:#FA7242 1px solid;}

.in_img2>div>.right .bbn {width:100%; padding:20px 0px; background:#F6FBFD; border:#E8E8E8 2px solid; border-radius:20px; position:relative; display:flex; flex-wrap:wrap;}
.in_img2>div>.right .bbn>.tel {width:42%; padding:0 25px; border-right:#E2E2E2 1px solid; line-height:1.2; position:relative;}
.in_img2>div>.right .bbn>.tel>h3 {font-size:24px; font-weight:600; color:#0874BD; margin:0 0 5px 0;}
.in_img2>div>.right .bbn>.tel>p {font-size:18px; font-weight:500; color:#444; letter-spacing:-1px; margin:0 0 2px 0;}
.in_img2>div>.right .bbn>.sns {width:58%; position:relative; display:flex; justify-content:center; align-items:center; gap:0 20px;}
.in_img2>div>.right .bbn>.sns>a {font-size:17px; font-weight:400; text-align:center; display:flex; align-items:center; flex-direction:column; gap:5px 0 }

.in_img2 img {max-width:100%;}
@media only screen and (max-width:991px){
	.in_img2>div {margin:30px auto 30px auto;}
	.in_img2>div>div {width:100% !important;}
	.in_img2>div>.right {margin-top:60px;}
	.in_img2>div>.right .ban {justify-content:center;}
}
@media only screen and (max-width:496px){
	.in_img2>div {margin:20px auto 30px auto;}
	.in_img2>div>div {width:100% !important;}
	.in_img2>div>.left div.carousel-inner {border-radius:0; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none;}
	.in_img2>div>.right {margin-top:30px; gap:20px 0;}
	.in_img2>div>.right .ban {gap:10px 10px;}
	.in_img2>div>.right .ban>a {width:30%; height:100px; border-radius:0px; box-shadow:none; font-size:14px; line-height:1.2;}
	.in_img2>div>.right .sch>.search input {border-radius:0px !important;}
	.in_img2>div>.right .sch>p {padding:0 5px; font-size:14px;}
	.in_img2>div>.right .bbn {padding:20px; border:#E8E8E8 1px solid; border-radius:0px;}
	.in_img2>div>.right .bbn>.tel {width:100%; margin-bottom:15px; padding:0 0 15px 0; border-right:none; border-bottom:#E2E2E2 1px solid; text-align:center;}
	.in_img2>div>.right .bbn>.sns {width:100%;}
	.in_img2>div>.right .bbn>.sns>a {font-size:15px; align-items:flex-start;}
}


.carousel-indicators {position:relative; overflow:hidden; bottom:-10px !important;}
.carousel-indicators li {
    width: 18px;
    height: 18px;
	margin: 0 3px;
    background-color: #929292 !important;
    border-radius: 50%;
}
.carousel-indicators .active {
    width: 18px;
    height: 18px;
	margin: 0 3px;
    background-color: #2299E5 !important;
}


#carouselButtons {width:75px; margin-top:5px; left:0%; text-align:center; position:relative;}
@media only screen and (max-width:496px){
	#carouselButtons {position:relative; margin-top:10px;; margin-bottom:20px;}
}


/*메인BG*/
.in_bg {width:100%; margin-bottom:70px; background:url(../images/in_bg.png) no-repeat top #F7FDFD; overflow:hidden;}


/*메인배너*/
.in_banner {max-width:1350px; margin:-170px auto 0px auto; padding:23px 10px; display:flex; flex-wrap:wrap; align-items:center; justify-content:center; background:#27ABA2; border-radius:20px; box-shadow:0px 9px 15px 0px rgba(0,0,0,0.13); position:relative; overflow:hidden; z-index:1;}
.in_banner > a {width:calc(100%/5); border-right:#65BCB6 1px solid;}
.in_banner > a:last-child {border-right:none;}
.in_banner > a > div {font-size:24px; font-weight:500; color:#FFF; line-height:1; letter-spacing:-1px; text-align:center;display:flex; flex-direction:column; align-items:center; gap:0 5px;}
.in_banner > a:hover > div {margin-top:-15px; filter:opacity(0.8) drop-shadow(0 0 0 #ffec1b); transition:all 0.2s ease-in-out;}
.in_banner img {max-width:100%;}
@media only screen and (max-width:496px){
	.in_banner {margin:20px auto 30px auto; padding:0px; align-items:stretch; justify-content:normal; border-radius:0; box-shadow:none;}
	.in_banner > a {width:calc(100%/2); padding:10px; border-right:#65BCB6 1px solid !important; border-bottom:#65BCB6 1px solid;}
	.in_banner > a > div {font-size:15px; font-weight:400; gap:0px;}
	.in_banner > a:hover > div {margin-top:inherit;}
}


/*검색*/
.in_search {max-width:645px; margin:-40px auto 30px auto; position:relative; z-index:2;}
.in_search>.header-search { display:inline-block; width:100%; padding:0px 0px; vertical-align:middle; border-radius:200px; border:#E8E8E8 2px solid; /*box-shadow:0px 5px 5px 0px rgba(0,0,0,0.1); -webkit-box-shadow:0px 5px 15px 0px rgba(0,0,0,0.1); -moz-box-shadow:0px 5px 5px 0px rgba(0,0,0,0.1);*/ }
.in_search>.header-search form { margin-top:0px; padding:0px 0px 0px 0px; border:none; border-radius:200px; background:#FFF; }
.in_search>.header-search input { background:#FFF; border:none !important; height:95px !important; border-radius:200px 0 0 200px !important; padding-left:65px !important; text-align:left; font-size:35px; letter-spacing:-1px; color:#B3B3B3; }
.in_search>.header-search input::placeholder { color:#B3B3B3; }
.in_search>.header-search .bttn { margin-left:0px !important; width:140px; height:95px !important; text-align:center; border:none !important; border-radius:0 200px 200px 0 !important; background:#fff !important; color:#F27D0D; font-size:30px; }
@media only screen and (max-width:496px){
	.in_search {margin:30px auto 30px auto;}
	.in_search>.header-search input { height:50px !important; padding-left:20px !important; font-size:17px; }
	.in_search>.header-search .bttn { width:60px; height:50px !important; font-size:20px; }
}


/*공지사항*/
.in_notice {width:100%; margin-bottom:1px; position:relative; overflow:hidden;}
.in_notice>div {max-width:1600px; margin:0 auto 60px auto; display:flex; flex-wrap:wrap; justify-content:space-between; position:relative;}
.in_notice>div>div:nth-child(1) {width:37.5%;}
.in_notice>div>div:nth-child(2) {width:28.5%; background:url(../images/in_food_bg.png) no-repeat right bottom, #FFF; background-size:contain;}
.in_notice>div>div:nth-child(3) {width:29%;}
.in_notice>div>div {padding:35px 40px 10px 40px; background:#FFF; border:#E7E7E7 1px solid; border-radius:15px; box-shadow:0px 4px 7px 0px rgba(0,0,0,0.08);}
.in_notice>div>div>h3 {margin:0 0 45px 0; padding:0; letter-spacing:-1px; line-height:1; position:relative; display:flex; justify-content:space-between; align-items:center;}
.in_notice>div>div>h3>b {font-size:26px; font-weight:700; color:#333;}
.in_notice>div>div>h3>b>i {font-weight:200; font-style:normal;}
.in_notice>div>div>h3>b>span {font-size:26px; font-weight:300; color:#2299E5;}
.in_notice>div>div>h3>a {width:40px; height:40px; background:#2299E5; border-radius:15%; color:#FFF; display:flex; justify-content:center; align-items:center; transition:all 0.2s;}
.in_notice>div>div>h3>a:hover {background:#00C895; border-radius:50%;}
.in_notice>div>div.fod>h3 {margin:0 0 25px 0;}
.in_notice>div>div.fod .food {width:100%; padding: 0 15% 0 0; display:inline-block; font-size:24px; line-height:2.3;}
.in_notice>div>div.fod .food p {border-bottom:#DCDCDC 1px dashed; margin:0;}
.in_notice>div>div.fod .food p:last-child {border-bottom:none;}

.in_notice>div .basic-post-slider { border-radius:20px; }
.in_notice>div .basic-post-slider .post-image img { border-radius:20px; }
.in_notice>div .basic-post-slider .post-subject { padding:0 10px; }
.in_notice>div .basic-popup-slider  { border-radius:20px; }
.in_notice>div .basic-popup-slider .post-image img { border-radius:20px; }

.in_notice .shadow {height:90px; background:#FFF; border:#E8E8E8 2px solid; border-radius:15px;}
.in_notice img {max-width:100%;}
@media only screen and (max-width:496px){
	.in_notice {margin-bottom:30px;}
	.in_notice>div {margin:0 auto 20px auto; gap:20px 0;}
	.in_notice>div>div {width:100% !important; min-height:300px; padding:20px 15px; border-radius:0; box-shadow:none;}
	.in_notice>div>div>h3 {margin:0 0 20px 0;}
	.in_notice>div>div>h3>b {font-size:18px;}
	.in_notice>div>div>h3>b>span {font-size:16px;}
	.in_notice>div>div>h3>a {width:30px; height:30px;}
	.in_notice>div>div.fod>h3 {margin:0 0 10px 0;}
	.in_notice>div>div.fod .food {padding: 0 20% 0 0; font-size:18px; line-height:1.7;}
	
	.in_notice>div .basic-post-list .post-list li a { font-size:16px; line-height:160%; }
	.in_notice>div .basic-post-list .post-list li a span { font-size:14px; }
	.in_notice>div .basic-post-slider { border-radius:0; }
	.in_notice>div .basic-post-slider .post-image { border-radius:0; }
	.in_notice>div .basic-post-slider .post-image img { border-radius:0; }
	.in_notice>div .basic-post-slider .post-subject { font-size:18px; height:45px !important; }
	.in_notice>div .basic-popup-slider  { border-radius:0; }
	.in_notice>div .basic-popup-slider .post-image img { border-radius:0; }
	.in_notice .shadow {height:50px; border-radius:0; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none;}
}


/*공지사항 웹접근성 멀티탭*/
.tab.list {height:440px !important; margin-top:0;}
.tab.list ul {list-style:none; width:100%; margin:0; padding:0; position:relative;}
/*.tab.list ul:after {content:""; display:block; clear:both;}*/
.tab.list>ul {}
.tab.list>ul>li {float:left; padding:0 30px 0 0; border-right:#CCC 0px solid; line-height:26px;}
.tab.list>ul>li:last-child {padding:0; border-right:none;}
.tab.list>ul>li>a {display:block; padding:0px 0px; text-align:center; font-size:26px; font-weight:100; letter-spacing:-1px; color:#333;}
.tab.list>ul>li>a>i {float:right; font-style:normal; font-size:24px;}
.tab.list>ul>li.active>a {font-weight:700; color:#333;}
.tab.list>ul>li>ul>p.more {position:absolute; right:0vw; top:-73px; text-align:center; z-index:2;}
.tab.list>ul>li>ul>p.more>a {position:relative; width:40px; height:40px; background:#2299E5; border-radius:15%; color:#FFF; line-height:1; display:flex; justify-content:center; align-items:center; transition:all 0.2s;}
.tab.list>ul>li>ul>p.more>a:hover {background:#00C895; border-radius:50%;}
.tab.list>ul>li>ul {width:100%; min-height:350px; position:absolute; top:65px; left:0; list-style:none; margin:0; padding:0 10px; background:#FFF; z-index:0;}
.tab.list>ul>li>ul:after {content:""; display:block; clear:both;}
.tab.list>ul>li>ul>li {position:relative; margin:0;}
.tab.list>ul>li>ul>li>a {padding:0; margin:0; border:0 !important; color:#666 !important; font-weight:normal; background:transparent; letter-spacing:normal}
@media only screen and (max-width:496px){
	.tab.list {height:330px !important; margin-top:0;}
	.tab.list>ul>li {padding:0 5px; line-height:16px;}
	.tab.list>ul>li:first-child {padding-left:10px;}
	.tab.list>ul>li:last-child {padding-right:0;}
	.tab.list>ul>li>a {width:100%; padding:3px 0px; font-size:17px;}
	.tab.list>ul>li.active>a {font-size:17px;}
	.tab.list>ul>li>ul {min-height:inherit; top:50px;}
	.tab.list>ul>li>ul>p.more {top:-55px;}
	.tab.list>ul>li>ul>p.more>a {width:30px; height:30px;}
	.basic-post-box .post-row {display:none;}
	.basic-post-box .post-row:first-child {display:block;}
	.basic-post-box .post-list {min-height:inherit; padding:20px 15px; border-radius:0; background:#FFF; box-shadow:none;}
	.basic-post-box .post-subject {font-size:17px; line-height:120%;}
	.basic-post-box .post-bo {height:40px;}
	.basic-post-box .post-bo>span {font-size:19px !important;}
	.basic-post-box .post-text {min-height:90px; margin-top:0; margin-bottom:20px; font-size:14px;}
}

/*공지사항 웹접근성 멀티탭2*/
.tab2.list {height:440px !important; margin-top:-64px;}
.tab2.list ul {list-style:none; width:100%; margin:0; padding:0; position:relative;}
/*.tab2.list ul:after {content:""; display:block; clear:both;}*/
.tab2.list>ul {margin-top:7px; padding-left:1.2vw;}
.tab2.list>ul>li {float:left; padding:0 5px; border-right:#CCC 0px solid; line-height:26px;}
.tab2.list>ul>li:last-child {border-right:none;}
.tab2.list>ul>li>a {display:block; padding:0px 5px; text-align:center; font-size:26px; font-weight:100; letter-spacing:-1px; color:#333;}
.tab2.list>ul>li>a>i {float:right; font-style:normal; font-size:24px;}
.tab2.list>ul>li.active>a {font-weight:700; color:#333;}
.tab2.list>ul>li>ul>p.more {position:absolute; right:1.2vw; top:-73px; text-align:center; z-index:2;}
.tab2.list>ul>li>ul>p.more>a {position:relative; width:40px; height:40px; background:#00C895; border-radius:50%; color:#FFF; line-height:1; display:flex; justify-content:center; align-items:center; transition:all 0.2s;}
.tab2.list>ul>li>ul>p.more>a:hover {background:#2F6EAE; border-radius:10%;}
.tab2.list>ul>li>ul {width:100%; min-height:350px; position:absolute; top:65px; left:0; list-style:none; margin:0; padding:0 10px; background:#FFF;  z-index:0;}
.tab2.list>ul>li>ul:after {content:""; display:block; clear:both;}
.tab2.list>ul>li>ul>li {position:relative; margin:0;}
.tab2.list>ul>li>ul>li>a {padding:0; margin:0; border:0 !important; color:#666 !important; font-weight:normal; background:transparent; letter-spacing:normal}
@media only screen and (max-width:496px){
	.tab2.list {height:330px !important; margin-top:-43px;}
	.tab2.list>ul>li {padding:0 5px; line-height:16px;}
	.tab2.list>ul>li:first-child {padding-left:10px;}
	.tab2.list>ul>li:last-child {padding-right:0;}
	.tab2.list>ul>li>a {width:100%; padding:3px 0px; font-size:17px;}
	.tab2.list>ul>li.active>a {font-size:17px;}
	.tab2.list>ul>li>ul {min-height:inherit; top:50px;}
	.tab2.list>ul>li>ul>p.more {top:-55px;}
	.tab2.list>ul>li>ul>p.more>a {width:30px; height:30px;}
}


/*갤러리*/
.in_gallery {width:100%; margin:0; padding:90px 0; background-image:linear-gradient(to bottom, #5E9D6A 0%, #5E9D6A 50%, #FFF 50%); position:relative; overflow:hidden;}
.in_gallery>div {max-width:1600px; margin:0 auto; position:relative; overflow:hidden;}
.in_gallery>div>h3 {margin:0 0 20px 0; text-align:center; font-size:50px; font-weight:600; color:#FFF; line-height:1; position:relative; display:flex; justify-content:center; align-items:center; gap:15px;}
.in_gallery>div>h3>a {width:43px; height:40px; background:#FFF; border-radius:20%; color:#FFF; line-height:1; position:relative; display:flex; justify-content:center; align-items:center; transition:all 0.2s;}
.in_gallery>div>h3>a:hover {border-radius:50%;}
.in_gallery>div>h4 {margin:0 0 75px 0; text-align:center; font-size:22px; font-weight:300; color:#FFF; letter-spacing:-1px; line-height:1.2; overflow:hidden;}
.in_gallery img {max-width:100%;}
@media only screen and (max-width:496px){
	.in_gallery {margin:0 0 30px 0; padding:25px 0 0 0;}
	.in_gallery>div>h3 {margin:0 0 10px 0; padding:0 15px; font-size:30px;}
	.in_gallery>div>h3>a {width:33px; height:30px;}
	.in_gallery>div>h4 {margin:0 0 25px 0; padding:0 15px; font-size:14px; word-break:keep-all;}
	
	.in_gallery .basic-post-slider, .in_gallery .post-image, .in_gallery .basic-post-slider .post-content {border-radius:0;}
	.in_gallery .basic-post-slider .post-subject {font-size:18px; margin-bottom:0;}
	.in_gallery .basic-post-slider .post-content {min-height:inherit; padding:20px 15px !important;}
	.in_gallery .basic-post-gallery .post-subject {font-size:18px; margin:5px 0 10px 0;}
	.in_gallery .txt-normal {font-size:14px;}
	.in_gallery .txt-short {font-size:14px; padding-top:20px;}
	.in_gallery .owl-controls .owl-pagination { margin-top:15px;}
}


/*홍보영상*/
.in_mov {width:100%; background:url(../images/in_mov_bg.jpg) no-repeat bottom; text-align:center; position:relative; overflow:hidden;}
.in_mov>h3 {margin:0; padding:0; overflow:hidden;}
.in_mov>div {max-width:1060px; margin:35px auto 170px auto; border-radius:25px; box-shadow:0px 13px 32px 0px rgba(0,0,0,0.2); -webkit-box-shadow:0px 13px 32px 0px rgba(0,0,0,0.2); -moz-box-shadow:0px 13px 32px 0px rgba(0,0,0,0.2); overflow:hidden;}
.in_mov>div div.video-container {width:100%; height:auto; padding-top:56.2%; position:relative;}
.in_mov>div div.video-container>iframe {width:100%; height:100%; top:0; left:0; border-radius:25px; z-index:1; position:absolute;}
.in_mov img {max-width:100%;}
@media only screen and (max-width:496px){
	.in_mov {margin-bottom:30px; padding:0 15px; background-size:contain;}
	.in_mov>div {margin:35px auto 50px auto; border-radius:0; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none;}
	.in_mov>div div.video-container>iframe {border-radius:0;}
	.in_mov>div>div>div ol.carousel-indicators {bottom:-30px !important;}
}


/*영상/전화/후원*/
.in_yth {max-width:1600px; margin:0 auto 80px auto; position:relative; display:flex; flex-wrap:wrap; justify-content:space-between;}
.in_yth>div {width:100%; position:relative;}
.in_yth>div.left {max-width:725px;}
.in_yth>div.right {max-width:815px;}

.in_yth .you {width:100%; padding:40px 30px; border-radius:30px; box-shadow:0px 2px 24px 0px rgba(0,0,0,0.08); position:relative;}
.in_yth .you .video-container {width:100%; height:auto; padding-top:56.4%; position:relative;}
.in_yth .you .video-container>iframe {width:100%; height:100%; top:0; left:0; border-radius:20px; box-shadow:5px 7px 18px 0px rgba(0,0,0,0.04); z-index:1; position:absolute;}
.in_yth .you p {margin:10px 0 0 0; font-size:18px; font-weight:600; text-align:center;}

.in_yth .tel {width:100%; margin:28px 0; position:relative; display:flex; flex-wrap:wrap; align-items:center; justify-content:flex-start; gap:20px 33px;}
.in_yth .tel>div {display:flex;}
.in_yth .tel>div:nth-child(1) {align-items:flex-start; gap:10px; border-right:#EEE 1px solid; padding-right:33px;}
.in_yth .tel>div:nth-child(1)>div>p {margin:0; line-height:1;}
.in_yth .tel>div:nth-child(1)>div>p.t1 {font-size:37px; font-weight:600; letter-spacing:-1px; margin-bottom:5px;}
.in_yth .tel>div:nth-child(1)>div>p.t2 {font-size:55px; font-weight:600; letter-spacing:-2px;}
.in_yth .tel>div:nth-child(1)>div>p.t2>span {color:#16A6F2;}
.in_yth .tel>div:nth-child(1)>div>p.t3 {font-size:23px; font-weight:200; margin-top:5px;}
.in_yth .tel>div:nth-child(2) {display:flex; flex-direction:column;}
.in_yth .tel>div:nth-child(2)>p {margin:0; font-size:22px; font-weight:300; line-height:1.5;}

.in_yth .hoo {width:100%; padding:30px 40px; border-radius:25px; box-shadow:0px 2px 24px 0px rgba(0,0,0,0.08); position:relative; display:flex; align-items:center; justify-content:space-between;}
.in_yth .hoo>div {width:100%; position:relative;}
.in_yth .hoo>div>h3 {width:115px; margin:0 0 15px 0; padding:10px; background:#FF416C; border-radius:10px; text-align:center; font-size:19px; color:#FFF;}
.in_yth .hoo>div>p {margin:0; line-height:1; letter-spacing:-1px;}
.in_yth .hoo>div>p>i {font-size:19px; font-weight:500; font-style:normal; margin-right:20px;}
.in_yth .hoo>div>p.t1>b {font-size:26px; font-weight:600; color:#F9577C;}
.in_yth .hoo>div>p.t1>b>span {font-size:24px; color:#333;}
.in_yth .hoo>div>p.t2 {margin:13px 0 25px 0;}
.in_yth .hoo>div>p.t2>i {letter-spacing:1px;}
.in_yth .hoo>div>p.t2>b {font-size:20px; font-weight:600; color:#F9577C;}
.in_yth .hoo>div>p.t3 {font-size:16px; font-weight:300; letter-spacing:0; line-height:1.3;}

.in_yth img {max-width:100%;}
@media only screen and (max-width:496px){
	.in_yth {margin:0 auto 30px auto;}
	.in_yth .you {padding:0; border-radius:0px; box-shadow:none;}
	.in_yth .you .video-container {padding-top:55%;}
	.in_yth .you .video-container>iframe {border-radius:0px; box-shadow:none;}
	.in_yth .you p {font-size:16px;}
	.in_yth .tel {margin:20px 0; justify-content:center; gap:15px 10px;}
	.in_yth .tel>div>img {max-width:20%;}
	.in_yth .tel>div:nth-child(1) {align-items:flex-start; justify-content:center; gap:10px; border-right:none; border-bottom:#EEE 1px solid; padding:0 0 15px 0;}
	.in_yth .tel>div:nth-child(1)>div>p.t1 {font-size:24px;}
	.in_yth .tel>div:nth-child(1)>div>p.t2 {font-size:30px;}
	.in_yth .tel>div:nth-child(1)>div>p.t3 {font-size:16px;}
	.in_yth .tel>div:nth-child(2)>p {font-size:17px; line-height:1.3; text-align:center;}
	.in_yth .hoo {margin-top:20px; padding:20px 20px; border:#E7E7E7 1px solid; border-radius:0px; box-shadow:none; flex-wrap:wrap;}
	.in_yth .hoo>div>p>i {font-size:15px; margin-right:10px;}
	.in_yth .hoo>div>p.t1>b {font-size:20px;}
	.in_yth .hoo>div>p.t1>b>span {font-size:18px;}
	.in_yth .hoo>div>p.t2 {margin:5px 0 10px 0;}
	.in_yth .hoo>div>p.t2>b {font-size:18px;}
	.in_yth .hoo>div>p.t3 {font-size:14px;}
	.in_yth .hoo>div>p.t3>br {display:none;}
}


/*후원업체*/
.in_hoo {width:100%; margin-bottom:40px; position:relative;}
.in_hoo>h3 {margin:0 0 40px 0; display:flex; justify-content:center; align-items:center; gap:0 15px;}
.in_hoo>h3 .t1 {font-size:44px; font-weight:700; color:#F55456; letter-spacing:-1px; margin-bottom:5px;}
.in_hoo>h3 .t2 {font-size:20px; font-weight:300; color:#666; letter-spacing:-0.5px;}
.in_hoo>div {max-width:1600px; margin:0px auto; padding:55px 35px; background:#FFF; border:#E9E9E9 1px solid; border-radius:25px; box-shadow:0px 2px 24px 0px rgba(0,0,0,0.08); overflow:hidden;}
@media only screen and (max-width:496px){
	.in_hoo {margin-bottom:30px;}
	.in_hoo>h3 {margin:0 0 10px 0; padding:0 30px; align-items:flex-start;}
	.in_hoo>h3 img {max-width:20%;}
	.in_hoo>h3 .t1 {font-size:30px;}
	.in_hoo>h3 .t2 {font-size:16px;}
	.in_hoo>div {padding:10px 10px; border-radius:0; box-shadow:none;}
}


/*사이트배너*/
.in_site {width:100%; margin-bottom:40px; padding:0px; background:#FFF; position:relative; overflow:hidden;}
.in_site>div {max-width:1600px; margin:0px auto; background:#FFF; border:#E8E8E8 2px solid; border-radius:10px; overflow:hidden;}
/*.in_site>ul>li:last-child { text-align:right; margin-right:0px;}
.in_site>ul>li:last-child>select {width:200px; height:57px; border:#d5d5d5 1px solid; padding-left:10px; background: url(../images/icon_select.jpg) no-repeat 95% 50%; -webkit-appearance:none; -moz-appearance:none; -ms-appearance:none; appearance:none;}
.in_site>ul>li:last-child>select::-ms-expand {display:none;}*/
@media only screen and (max-width:1199px){
	.in_site {width:100%;}
	.in_site>ul>li {float:left; margin-right:0px;}
	.in_site>ul>li:last-child {margin-right:0px;}
}
@media only screen and (max-width:496px){
	.in_site {max-width:100%;}
	.in_site>div {border:#E8E8E8 1px solid; border-radius:0;}
	.in_site>ul>li {float:left; width:50%; margin:5px 0px; padding:0;}
	.in_site>ul>li>a {width:95%;}
	.in_site>ul>li img {max-width:100%;}
}


/*퀵메뉴*/
.in_quick {width:100%; margin:0; padding:0; font-family:'nanumsquare'; text-align:center; overflow:hidden;}


/* 하단 카피라이트 */
#in_copy {max-width:1600px; margin:0px auto; padding:25px 0 80px 0; display:flex; justify-content:center; gap:0 30px; position:relative; overflow:hidden;}
#in_copy>div {font-size:18px; color:#B4B9BC; overflow:hidden;}
#in_copy>div:nth-child(2) {padding-top:26px;}
#in_copy>div>p {margin-bottom:2px; font-size:18px; letter-spacing:0px;}
#in_copy>div>p>i {display:inline-block; font-style:normal; font-weight:lighter; margin:0 10px;}
#in_copy>div a {color:#B4B9BC;}
#in_copy>div img {max-width:100%;}
#in_copy>div br {display:none;}
@media all and (max-width:991px) {
	#in_copy {flex-wrap:wrap;}
	#in_copy>div {width:100% !important; text-align:center !important; margin-bottom:15px; padding:0 10px; font-size:14px;}
	#in_copy>div>p>i {display:none;}
	#in_copy>div br {display:block;}
}
@media only screen and (max-width:496px){
	#in_copy>div>p {font-size:15px !important;}
}

/* 패밀리사이트 */
.fsite {
    width: 250px;
    height: 30px;
    padding-left: 10px;
    font-size: 15px;
    color: #ffffff;
    background:#000000;
    border: 1px solid #3f3f3f;
    border-radius: 0px;
}
#in_copy_link>div select {
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	background:url('../images/select-arrow.png') no-repeat right 9px center #000000;
}
#in_copy_link>div select::-ms-expand {
	display:none;
}


/* PC/모바일 */
.five_mobile {display:none;}
@media only screen and (max-width:496px){
	.five_pc {display:none;}
	.five_mobile {display:block;}
}


#skip_to_container a {z-index:100000; position:absolute; top:0px; left:0px; width:0px; height:0px; font-size:0px; line-height:0; overflow:hidden;}
#skip_to_container a:focus, #skip_to_container a:active {width:100%; height:75px; background:#21272e; color:#fff; font-size:2em; font-weight:bold; text-align:center; text-decoration:none; line-height:3.3em;}


/* 라인 */
.in_line {border-bottom:#DDE9EB 1px solid; margin-bottom:70px; overflow:hidden;}
@media only screen and (max-width:496px){
	.in_line {margin-bottom:30px;}
}





/*********************************************************************************************************************************************/



/*****************************************************************/
/* 서브페이지 레이아웃 */
/*****************************************************************/
.at-body {background:url(../images/sub_img_00.png) no-repeat top right; background-size:contain;}
#thema_wrapper {}
#sub_layout {width:100%; margin:0; background:#FFf; border-top:#E7E7E7 1px solid; position:relative; overflow:hidden;}
#sub_layout>#sub_left {width:19.3%; float:left; margin-top:0px; overflow:hidden;}
#sub_layout>#sub_center {max-width:1350px; float:none; min-height:600px; margin:0 auto; padding:0px 0; border-left:#E6E6E6 0px solid; overflow:hidden;}
#sub_layout>#sub_center>#sub_content {width:100%; margin:50px 0 50px 0; padding-left:0px; font-size:16px;  color:#555; letter-spacing:-0.5px; overflow:hidden;}
#sub_layout>#sub_center>#sub_content img {max-width:100%;}
#sub_layout>#sub_center>#sub_content input[type=radio] {margin:0 0px 0;}
@media only screen and (max-width:991px){
	#sub_layout {padding-top:0px; padding-left:0;}
	#sub_layout>#sub_left {display:none;}
	#sub_layout>#sub_center {width:100%; float:none; margin-top:0px; padding:0; border-left:none; background:none !important;}
}
@media only screen and (max-width:496px){
	#sub_layout {padding:0px 10px;}
	#sub_layout>#sub_center>#sub_content {margin:0 0 50px 0; padding-left:0;}
}

/*서브페이지 이미지*/
#sub_img {max-width:100%; text-align:center; background:url(../images/sub_img_bg.png); border-top:#d3e7e7 0px solid; border-bottom:#FFF 0px solid; overflow:hidden; clear:both;}
#sub_img_mobile {display:none;}
#sub_img img {max-width:100%; /*border-radius:30px; box-shadow:0px 8px 25px 0px rgba(0,0,0,0.1); -webkit-box-shadow:0px 8px 25px 0px rgba(0,0,0,0.1); -moz-box-shadow:0px 8px 25px 0px rgba(0,0,0,0.1);*/}
@media only screen and (max-width:496px){
	#sub_img {max-width:100%;}
	/*#sub_img {display:none;}*/
	#sub_img img {border-radius:0; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none;}
	#sub_img_mobile {display:block; max-width:100%; text-align:center; overflow:hidden; clear:both;}
}

/*서브페이지 배경*/
.sub_img_bg {max-width:1770px; min-height:363px; margin:0 auto; border-radius:20px; position:relative; overflow:hidden;}
#sub_img_bg_01 {background:url(../images/sub_img_01.jpg) no-repeat center; background-size:cover;}
#sub_img_bg_02 {background:url(../images/sub_img_02.jpg) no-repeat center; background-size:cover;}
#sub_img_bg_03 {background:url(../images/sub_img_03.jpg) no-repeat center; background-size:cover;}
#sub_img_bg_04 {background:url(../images/sub_img_04.jpg) no-repeat center; background-size:cover;}
#sub_img_bg_05 {background:url(../images/sub_img_05.jpg) no-repeat center; background-size:cover;}
#sub_img_bg_06 {background:url(../images/sub_img_06.jpg) no-repeat center; background-size:cover;}
#sub_img_bg_07 {background:url(../images/sub_img_07.jpg) no-repeat center; background-size:cover;}
#sub_img_bg_22 {background:url(../images/sub_img_22.jpg) no-repeat center; background-size:cover;}
@media only screen and (max-width:992px){
	.sub_img_bg {min-height:120px !important; padding-top:30px; display:none;}
}
@media only screen and (max-width:496px){
	.sub_img_bg {min-height:100px !important; padding-top:25px;}
}

/*서브페이지 타이틀*/
/*
.sub_title { width:100%; margin:20px auto 60px auto; padding:0px 0px 30px 0px; background:url(../images/bg_sub_title.png) repeat-x left bottom; text-align:left; border-bottom:#D8D8D8 1px solid; overflow:hidden; }
.sub_title>div { margin-bottom:10px; display:flex; justify-content:space-between; align-items:flex-end; }
.sub_title>div>span { display:inline-block; padding-top:0px; font-size:40px; font-weight:400; color:#333; letter-spacing:-1px; line-height:normal; }
.sub_title>div>span.header-breadcrumb { font-size:16px; font-weight:lighter; color:#333; }
.sub_title br { display:none; }
@media all and (max-width:991px){
	.sub_title { padding:25px 20px; }
}
@media all and (max-width:496px) {
	.responsive .sub_title .header-breadcrumb { display:none; }
	.sub_title { line-height:35px; margin:0px auto 20px auto; padding:15px 0px; }
	.sub_title>div>span { font-size:24px; }
}
*/

/*서브페이지 타이틀 - 서브이미지 안에*/
.sub_title {position:absolute; color:#fff; top:50%; left:16%; transform:translate(-50%, -50%);}
.sub_title h2 {font-size:48px; font-weight:900; margin:0; padding-bottom:2rem;}
.sub_title>div>span.header-breadcrumb { font-size:18px; font-weight:400; }
.sub_title>div>span.header-breadcrumb>i { font-size:22px; }
.sub_title br { display:none; }
@media all and (max-width:991px){
	.sub_title { padding:25px 20px; }
}
@media all and (max-width:496px) {
	.responsive .sub_title .header-breadcrumb { display:none; }
	.sub_title { line-height:35px; margin:0px auto 20px auto; padding:15px 0px; }
	.sub_title>div>span { font-size:24px; }
}

/* 서브메뉴 타이틀 */
#sub_tt {width:100%; margin:50px 0; padding:0; text-align:center; font-size:42px; font-weight:700; font-family:'Pretendard'; color:#222; line-height:120%; overflow:hidden;}
#sub_tt br {display:none;}
@media all and (max-width:991px) {
	#sub_tt {margin:20px 0; font-size:30px;}
}

/* 서브메뉴 */
#sub_menu {width:100%; margin-top:30px; margin-bottom:0px; padding:0; background:none; position:relative; }
/*.sub_menu_4 .ca-sub1 {float:left !important; width:25% !important;}*/
/*.sub_menu_5 .ca-sub1 {float:left !important; width:20% !important;}*/
@media all and (max-width:991px) {
	#sub_menu {margin-top:0px; display:none;}
}

/* 서브2차메뉴 */
#sub_menu_2 {display:block; margin-top:35px;}
@media all and (max-width:496px) {
	#sub_menu_2 {display:block; margin-top:25px;}
}

/* 서브베너 */
#sub_banner {margin-top:40px; margin-bottom:20px; overflow:hidden;}
#sub_banner img {max-width:100%;}

/* 게시판 배경색 */
/*
#sub_layout .list-board,
#sub_layout .view-wrap section { background:#FFF; border-radius:30px; padding:40px; margin-bottom:15px; }
@media all and (max-width:991px) {
	#sub_layout .list-board,
	#sub_layout .view-wrap section { border-radius:0; padding:0; margin-bottom:0; }
}
*/


/*****************************************************************/
/* 3차 탭메뉴 */
/*****************************************************************/
.sub_tap { width:100%; margin-bottom:50px; overflow:hidden; }
.sub_tap ul { width:100%; list-style:none; margin:0; padding:10px; display:flex; justify-content:center; overflow:hidden; }
.sub_tap li { width:220px; text-align:center; margin:0 5px; padding:6px 5px 5px 5px; background:#FFF; border-radius:100px; font-size:20px; color:#666; cursor:pointer; box-shadow:2px 5px 5px 0px rgba(0,0,0,0.1); -webkit-box-shadow:2px 5px 5px 0px rgba(0,0,0,0.1); -moz-box-shadow:2px 5px 5px 0px rgba(0,0,0,0.1); }
.sub_tap li.select { background:#ACA1FF; color:#FFF; }
.sub_tap_con1 { display:block; }
.sub_tap_con2, .sub_tap_con3, .sub_tap_con4, .sub_tap_con5, .sub_tap_con6, .sub_tap_con7, .sub_tap_con8, .sub_tap_con9 { display:none; }
.sub_tap2_con1 { display:block; }
.sub_tap2_con2, .sub_tap2_con3, .sub_tap2_con4, .sub_tap2_con5, .sub_tap2_con6, .sub_tap2_con7, .sub_tap2_con8, .sub_tap2_con9 { display:none; }
@media only screen and (max-width:496px){
	.sub_tap { margin-bottom:30px; }
	.sub_tap ul { flex-wrap:wrap; justify-content:space-between; }
	.sub_tap li { width:49%; margin:5px 0px; font-size:17px; }
}

.tabStyle {border-bottom:2px solid #F30165; margin-bottom:0px;}
.tabStyle > ul {list-style:none; margin:0px; padding:0px; overflow:hidden;}
.tabStyle > ul > li {float:left; background-color:#fbfbfb; border-top: 4px solid #fff;}
.tabStyle > ul > li > a {text-align:center; padding:10px 18px; border-top:1px solid #bcc1c6; border-right:1px solid #bcc1c6; display:block;}
.tabStyle > ul > li:first-child > a {border-left:1px solid #bcc1c6;}
.tabStyle > ul > li > a span {display:block; line-height:20px; font-size:16px;}
.tabStyle > ul > li.active{background-color:#F30165; border-top: 4px solid #F30165;}
.tabStyle > ul > li.active a {color:#fff; padding:8px 18px 12px 18px; border-top:1px solid #F30165; border-right: 1px solid #F30165; border-left:1px solid #F30165; background:url(../images/icon_arrow1.png) right center no-repeat;}
.tabStyle > ul > li.active a span {font-weight:600;}
.tabStyle > ul > li:hover.active a span {color:#fff;}
.tabStyle > ul > li:hover a span {color:#333333; text-decoration:underline;}
.tabStyle > ul > li.active:hover a span {text-decoration:none;}
@media only screen and (max-width:496px){
.tabStyle > ul > li.active a {background:none;}
}

.tab_01 {width:100%; margin:0 auto 60px auto; overflow:hidden;}
.tab_01>ul {list-style:none; margin:0px; padding:0px;}
.tab_01>ul>li {float:left; background:#F2F2F2; border:#FFF 1px solid; text-align:center; margin-bottom:0px;}
.tab_01>ul>li:hover {background:#EEEEEE;}
.tab_01>ul>li>a {font-size:16px; color:#666; letter-spacing:-0.5px; padding:10px; display:block;}
.tab_01>ul>li>a:hover {color:#222;}
.tab_01>ul>li>a.active {background:#00999C; color:#FFF; font-weight:bold;}
.tab_01>ul>li>a.active:hover {color:#FFF;}
@media screen and (max-width: 496px) {
	.tab_01>ul>li {width:100%; margin-bottom:5px; border:#DDD 1px solid;}
	.tab_01>ul>li>a {padding:5px;}
}

.tab_02 {width:100%; margin:0 auto 60px auto; overflow:hidden;}
.tab_02>ul {list-style:none; margin:0; padding:0px;}
.tab_02>ul>li {float:left; background:#F5F5F5; border:#FFF 1px solid; border-radius:60px; text-align:center; margin-bottom:0px;}
.tab_02>ul>li:hover {background:#00999C;}
.tab_02>ul>li>a {font-size:16px; color:#666; letter-spacing:-0.5px; padding:10px; display:block;}
.tab_02>ul>li>a:hover {color:#FFF;}
.tab_02>ul>li>a.active {background:#00999C; border-radius:60px; color:#FFF; font-weight:bold;}
.tab_02>ul>li>a.active:hover {color:#FFF;}
@media screen and (max-width: 496px) {
	.tab_02>ul>li {width:50%; margin-bottom:5px; border:#DDD 1px solid;}
	.tab_02>ul>li>a {padding:5px;}
}

.tab_his {width:100%; margin:0 auto 50px auto; overflow:hidden;}
.tab_his>ul {list-style:none; margin:0px; padding:0px;}
.tab_his>ul>li {float:left; width:25%; background:#F5F5F5; border-top:#DDD 1px solid; border-bottom:#DDD 1px solid; border-right:#DDD 1px solid; text-align:center; margin-bottom:10px;}
.tab_his>ul>li:first-child {border-left:#DDD 1px solid;}
.tab_his>ul>li:hover {background:#FAFAFA;}
.tab_his>ul>li>a {font-size:17px; color:#666; padding:15px; display:block;}
.tab_his>ul>li>a:hover {color:#222;}
.tab_his>ul>li>a.active {background:#2D85C4; color:#FFF; font-weight:bold;}
.tab_his>ul>li>a.active:hover {color:#FFF;}
@media screen and (max-width: 496px) {
	.tab_his>ul>li {width:100%; margin-bottom:5px; border:#DDD 1px solid;}
	.tab_his>ul>li>a {padding:5px;}
}

.tab_menu {width:100%; margin-bottom:30px; clear:both; overflow:hidden; font-size:18px;}
.tab_menu_line {height:5px; border-top:#666666 0px solid; margin-bottom:30px; clear:both;}

/* 탭 스타일1 */
.tab_menu_box1 {list-style:none; margin:0px; padding:0px;}
.tab_menu_box1 li {float:left; margin-right:5px; margin-bottom:5px; display:table;}
.tab_menu_box1 li .tab_menu_in {background:#007519; width:237px; border-top:#007519 2px solid; padding:13px 10px 15px 10px; line-height:14px; text-align:center; color:#FFFFFF; font-size:15px; font-weight:bold; display:table-cell; vertical-align:middle; cursor:pointer;}
.tab_menu_box1 li .tab_menu_in a:link    {color:#FFFFFF; text-decoration:none;}
.tab_menu_box1 li .tab_menu_in a:visited {color:#FFFFFF; text-decoration:none;}
.tab_menu_box1 li .tab_menu_in a:active  {color:#FFFFFF; text-decoration:none;}
.tab_menu_box1 li .tab_menu_in a:hover   {color:#555555; text-decoration:none;}
.tab_menu_box1 li .tab_menu_in_roll {background:#f3f3f3; width:237px; border-top:#007519 2px solid; padding:13px 10px 15px 10px; line-height:14px; text-align:center; color:#555555; font-size:15px; font-weight:bold; display:table-cell; vertical-align:middle; cursor:pointer;}
.tab_menu_box1 li .tab_menu_in:hover {background:#f3f3f3; color:#555555; font-size:15px; font-weight:bold; cursor:pointer}
.tab_menu_box1 li .tab_menu_in:hover a:link   {color:#555555; text-decoration:none;}
.tab_menu_box1 li .tab_menu_in:hover a:visited   {color:#555555; text-decoration:none;}
.tab_menu_box1 li .tab_menu_in:hover a:active   {color:#555555; text-decoration:none;}
.tab_menu_box1 li .tab_menu_in:hover a:hover   {color:#555555; text-decoration:none;}


/* 2차메뉴 탭 */
.ss_tab {max-width:1260px; margin:0 auto; overflow:hidden;}
.ss_tab>ul {width:100%; list-style:none; margin:0px; padding:0px; border:#06198E 1px solid; border-radius:10px; background:#06198E; display:table; table-layout:fixed; overflow:hidden;}
.ss_tab>ul>li {display:table-cell; vertical-align:middle; background:#06198E; text-align:center; font-size:18px; font-weight:bold; font-family:'Pretendard'; letter-spacing:-0.5px;}
.ss_tab>ul>li>a {padding:15px 0px 17px 0px; color:#fff; display:block; border-right:0px solid #d7d7d7; border-top:0px solid #d7d7d7; border-bottom:0px solid #d7d7d7;}
.ss_tab>ul>li>a:hover {color:#000; background:#fff;}
.ss_tab>ul>li>a.active {background:#fff; border-top:0px solid #00A7FE; border-bottom:0px solid #00A7FE; font-weight:bold; color:#222;}
@media screen and (max-width: 496px) {
	.ss_tab {margin:20px auto;}
	.ss_tab>ul {display:block; table-layout:auto;}
	.ss_tab>ul>li {display:block;}
	.ss_tab>ul>li>a {font-size:16.5px; padding:5px;}
}


/* 3차메뉴 탭 */
.bo_tab {max-width:1260px; margin:40px auto 0 auto; overflow:hidden;}
.bo_tab>ul {width:100%; list-style:none; margin:0px; padding:0px; display:table; table-layout:fixed; overflow:hidden;}
.bo_tab>ul>li {display:table-cell; vertical-align:middle; background:#E1F0DE; border-radius:10px; border:#FFF 1px solid; text-align:center; margin-bottom:0px;}
.bo_tab>ul>li:hover {background:#fb886f; border-radius:10px;}
.bo_tab>ul>li>a {font-size:16.5px; font-family:'Pretendard'; letter-spacing:-0.5px; color:#333; padding:11px 5px 11px 5px; display:block;}
.bo_tab>ul>li>a:hover {color:#fff; background:#fb886f; border-radius:10px;}
.bo_tab>ul>li>a.active {background:#88C47C; border-radius:10px; color:#FFF; font-weight:bold;}
.bo_tab>ul>li>a.active:hover {color:#FFF;}
@media screen and (max-width: 496px) {
	.bo_tab {margin:20px auto;}
	.bo_tab>ul {display:block; table-layout:auto;}
	.bo_tab>ul>li {display:block;}
	.bo_tab>ul>li>a {font-size:16.5px; padding:5px;}
}

