@charset "utf-8";
/*-------------------------------------------------
title       : layout
Create date : 2024-06
-------------------------------------------------*/

/* header */
.header {position: relative; z-index: 3; background: var(--gdred); height: 80px;}
.header h1 {color: #ffffff; font-size: 1.4rem; font-weight: 500; display: inline-block; position: absolute; left: 16px; top: 12px; z-index: 4;  transition: all .3s ease;}
.header h1 a {color: #ffffff; line-height: 1.2; letter-spacing: -.05em;}
.header h1 a img {display: inline-block;  vertical-align: middle; margin-right: 4px;}
.header h1 a span {display: inline-block; vertical-align: middle; font-family: var(--fonttype-2); font-weight: 400;}
.header h1 a span > strong {font-family: var(--fonttype-2); font-weight: 600; display: block;}
.btn-menu {display: none; width: 70px; height: 80px; background: url(../images/ico_menu.svg) no-repeat center ; position: absolute; top: 0; right: 0; transition: none !important; z-index: 11;}
.btn-header-search {width: 80px; height: 80px; background: url(../images/ico_heaer_search.svg) no-repeat center ; position: absolute; top: 0; right: 0; transition: none !important; z-index: 4;}

.header_member {position: absolute; top: 26px; right: 24px; text-align: center; z-index: 4;}
.header_member > div {display: inline-block; vertical-align: middle; margin-right: 8px;}
.header_member > div:last-child {margin-right: 0;}
.header_member > div a {display: block; color: #fff; font-size: .9rem; opacity: .8; cursor: pointer; transition: all .2s ease;}
.header_member > div a:hover {opacity: 1;}
.header_member > div a img {display: inline-block; margin: -2px 2px 0 0;}


.menu_member {position: absolute; top: -54px; left: 16px; text-align: center; z-index: 4;}
.menu_member > div {display: inline-block; vertical-align: middle; margin-right: 8px; background-color: #5a50ca; padding: 6px 12px; border-radius: 4px;}
.menu_member > div:last-child {margin-right: 0;}
.menu_member > div:hover {background-color: var(--gdred);}
.menu_member > div a {display: block; color: #fff; font-size: 1rem; opacity: 1; cursor: pointer; transition: all .2s ease;}
.menu_member > div:hover a {color: #fff; background-color: transparent;}
.menu_member > div a:hover {background-color: transparent;}
.menu_member > div a img {display: inline-block; margin: -2px 2px 0 0;}


.search-wrap {display: none; display: block; width: 100%; height: 84px; background-color: rgba(255,255,255, .9); position: fixed; top: -84px; left: 0; backdrop-filter: blur(10px); transition: all .2s ease; z-index: 3; border-bottom: 4px solid var(--gdred);}
.search-wrap.active {display: block; top: 0;}
.search-wrap .search-close {position: absolute; right: 16px; top: 24px; }
.search-wrap .search {width: 80%; max-width: 450px; margin: 20px auto 0; display: flex; flex-flow: row wrap;}
.search-wrap .search .input-search {flex: 1; height: 40px; border: 1px solid #cb225a; padding: 0 16px; font-size: 1.1rem; border: 0; border-radius: 0;}
.search-wrap .search .btn-search2 {width: 40px; height: 40px; background-color: var(--gdred);}
.search-wrap .search .btn-search2 img {width:20px}

.nav-wrap {height: 80px; text-align: center;  position: relative; z-index: 2;}
.nav-wrap > ul + .box {display: block; height: 0; position: absolute; top: 80px; left: 0; width: 100%; z-index: 1; background: #ffffff; border-bottom: 0 solid #ddd; box-shadow: 0 5px 5px rgb(0 0 0 / 0%); transition: all .3s ease;}
.nav-wrap > ul.active + .box {height: 425px; box-shadow: 0 5px 5px rgb(0 0 0 / 8%); border-bottom: 1px solid #ddd;}
.nav-wrap > ul {display: block; max-width: 1100px; margin: 0 auto; font-size: 0; position: relative; z-index: 2; overflow: hidden; height: 80px; transition: all .3s ease;}
.nav-wrap > ul.active {height: 503px;}
.nav-wrap > ul > li {display: inline-block; vertical-align: top; min-width: 180px; height: 100%; position: relative;  transition: all .3s ease;}
.nav-wrap > ul > li::after {position: absolute; top: 30px; right: 0; width: 2px; height: 20px; background-color: rgba(255,255,255, .3); content:'';}
.nav-wrap > ul > li:last-child::after {display: none;}
.nav-wrap > ul > li > a {color: #ffffff; display: block; font-size: 1.4rem; font-family: var(--fonttype-2); font-weight: 600; width: 100%; padding: 0 2.4rem; height: 80px; line-height: 80px; transition: background .3s ease; text-align: center;}
.nav-wrap > ul > li > ul {padding: 10px 0 0; border-right: 1px solid rgba(0,0,0, .04); height: 100%; display: block; transition: all .3s ease;}
.nav-wrap > ul > li:first-child > ul {border-left: 1px solid rgba(0,0,0, .04)}
.nav-wrap > ul > li > ul > li {line-height: 1.6; text-align: left;}
.nav-wrap > ul > li > ul > li:first-child {margin-top: 10px;}
.nav-wrap > ul > li > ul > li:last-child {margin-bottom: 10px;}
.nav-wrap > ul > li > ul > li > a {font-size: 1rem; font-family: var(--fonttype-2);  font-weight: 400; line-height: 1.6; display: block; padding: 5px 15px;}
.nav-wrap > ul > li > ul > li > ul {display: none; padding: 0 15px 8px 25px;}
.nav-wrap > ul > li > ul > li > ul > li {margin-bottom: 1px;}
.nav-wrap > ul > li > ul > li > ul > li > a {padding: 3px 0; display: block; font-size: 16px; font-family: var(--fonttype-2);  font-weight: 600; color: #555; padding-left: 6px;}
.nav-wrap > ul > li > ul > li > ul > li > a::before {display: inline-block; content: '-'; margin-right: 3px; vertical-align: middle; color: #555; margin-left: -6px;}
.nav-wrap > ul > li:hover > a {background: #A41846; color:#ffffff;  box-sizing: border-box; font-weight: 600;}
.nav-wrap > ul > li > a.active {color:#f4f1b7; box-sizing: border-box; font-weight: 600;}
.nav-wrap > ul > li:hover > ul {background: #fff9fb /*rgba(0,0,0, .02)*/;}
.nav-wrap a:hover {background-color:#F9E7EE/*rgba(0,0,0, .04)*/; color: #A41846; font-weight: 600;}
.nav-wrap > ul > li > ul > li > a.active {color: #A41846; background-color: #F9E7EE; font-weight: 400; font-weight: 600;}
.nav-wrap > ul > li > ul > li > ul > li > a:hover::before, .nav-wrap > ul > li > ul > li > ul > li > a.active::before {color: #fff;}

/* main visual & banner & apply */
.main-visual {height: 25vw; background: url(../images/img_main_visual.jpg) 0 0 no-repeat #F9DDDD; background-size: 100% auto; position: relative; z-index: 1; transition: all .2s ease;}
.main-title {text-align: center; font-size: 2.0vw; line-height: 1.2; font-weight: 800; color: var(--gdred); padding-top: 2vw;}
.main-title img {width: 30%;max-width: 302px; margin: 0 auto 12px;}
.main-title p {font-family: var(--fonttype-2); }
.main-title p.purple {color: var(--gdpurple);}
.main-visual-con {width: 90%; max-width: 1400px; margin: 2rem auto 0; position: relative; height: 265px;}
.main-visual-con .main-banner { background-color: transparent; width: 50%; height: 300px; position: absolute; left: 0; top: 0; z-index: 2;}
.slick-list {width: 100%; height: 26vw; max-height: 265px; overflow: hidden; border-radius: 2rem; box-shadow: 10px 10px 10px rgba(97,33,54, .2);}
.slick-list .slick-slide img {margin: 0 auto; width: 100%;}
.slick-dots li {display: inline-block;}
.main-visual-con .main-apply {border-radius: 2rem; background-color: var(--gdpurple); width: 50%; height: 265px; position: absolute; right: 0; bottom:0; z-index: 1; padding: 2rem 2rem 2rem 2rem; box-sizing: border-box;}
.main-visual-con .main-apply h3 {font-family: var(--fonttype-2); font-weight: 800; color: #fff; font-size: 1.4rem;}
.main-visual-con .main-apply h3 img {width: 28px; display: inline-block; margin-top: -2px;}
.main-visual-con .main-apply p {font-family: var(--fonttype-2); font-weight: 400; font-size: 1rem; color: #fff; display: block; margin-top: 16px; line-height: 1.2; word-break: keep-all; position: relative; padding-left: 10px;}
.main-visual-con .main-apply p::before {width: 10px; height: 10px; position: absolute; left: 0; top: 0;content:'*'; text-align: left;}
.main-visual-con .main-apply .main-apply-form { display: flex; flex-flow: row wrap; gap: 16px; margin: 12px 0 0 0;}
.main-visual-con .main-apply .main-apply-form > select, .main-visual-con .main-apply .main-apply-form > button {flex: 1 calc(50% - 8px); height: 56px; line-height: 56px; font-family: var(--fonttype-1);}
.main-visual-con .main-apply .main-apply-form > select {font-size: 1.1rem;}
.main-visual-con .main-apply .main-apply-form > button {background-color: var(--gdred); color: #ffffff; font-size: 1.2rem;}

/* main quick */
.main-content {position: relative;}
.main-content .quick-menu {width: 95%; max-width: 1400px; margin: 2rem auto;}
.main-content .quick-menu ul {display: flex; flex-flow: row wrap; gap: 1rem;}
.main-content .quick-menu ul li {flex: 1 1 calc(20% - 1rem); text-align: center; box-shadow: 0 0 0 1px inset #ddd; box-sizing: border-box; border-radius: 8px; transition: all .2s ease;}
.main-content .quick-menu ul li a {display: block; width: 100%; cursor: pointer; padding: 1rem 0; word-break: keep-all; }
.main-content .quick-menu ul li a img {display: block; margin: 0 auto 16px;}
.main-content .quick-menu ul li a p {font-family: var(--fonttype-2); color: var(--black); font-weight: 600; font-size: 1.2rem; transition: all .1s ease;}
.main-content .quick-menu ul li:hover {box-shadow: 0 0 0 3px inset var(--gdred); margin-top: -1rem;}
.main-content .quick-menu ul li:hover a p{color: var(--gdred);font-weight: 800;}

/* main board */
.main-board {background-color: #F3F6FA;}
.main-board1 {width: 100%; max-width: 1400px; margin: 40px auto; padding: 0 16px;}
.main-board1 h3 {padding-top: 15px; display: block; position: relative; text-align: center; color: #2C4569; font-weight: 800; font-family: var(--fonttype-2); font-size: 2rem; margin-bottom: 10px;}
.main-board1 h3 > a {position: absolute; right: 0; top: 0;}
.main-board1 ul {display: flex; flex-flow: row wrap; gap: 40px;}
.main-board1 ul li {flex: 1; background-color: #fff; border: 1px solid #B4CBEA; border-radius: 8px; transition: all .2s ease;}
.main-board1 ul li a {display: flex; flex-flow: row wrap; padding: 1.6rem 2rem; gap: 16px;}
.main-board1 ul li .date {width: 70px; font-size: 1rem; color: #999999; font-weight: 400; font-family: var(--fonttype-2); text-align: center; line-height: 1.4;}
.main-board1 ul li .date > strong {font-weight: 800; font-size: 3em; font-family: var(--fonttype-2); color: var(--black); display: block;}
.main-board1 ul li .con {flex: 1; font-size: 1.2rem;}
.main-board1 ul li .con .label {font-size: .8em; font-weight: 400; color: #fff; font-family: var(--fonttype-2); background-color: #8795AA; display: inline-block; height: 30px; line-height: 32px; padding: 0 1em; border-radius: 15px;}
.main-board1 ul li .con .text {margin-top: 16px;}
.main-board1 ul li .con .text .tit {width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /* 라인수 */ -webkit-box-orient: vertical; word-wrap:break-word;  line-height: 1.2em; height: 2.4em; font-weight: 500; color: #19273C; margin-bottom: 8px;}
.main-board1 ul li .con .text .cont { width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /* 라인수 */ -webkit-box-orient: vertical; word-wrap:break-word;  line-height: 1.2em; height: 2.4em; font-weight: 200; color: #404D61; font-size: .9em;}
.main-board1 ul li:hover {border-color: var(--gdred);}
.main-board1 ul li a:hover .con .text .tit {text-decoration: underline;}
.main-board2 {width: 100%; max-width: 1400px; margin: 40px auto; padding: 0 16px;}
.main-board2 ul {display: flex; flex-flow: row wrap; gap: 40px;}
.main-board2 ul li {flex: 1;}
.main-board2 ul li a {display: block; width: 100%; cursor: pointer; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; background-color: #000; padding: 6.4rem 0; border-radius: 8px; overflow: hidden; transition: all .2s ease;}
.main-board2 ul li a div {font-size: 1rem; line-height: 1.4; color: #fff; text-align: center; transition: all .2s ease;}
.main-board2 ul li a div span {font-size: 1em; font-weight: 400; font-family: var(--fonttype-2); }
.main-board2 ul li a div strong {font-size: 1.6rem; font-weight: 800; display: block; font-family: var(--fonttype-2);}
.main-board2 ul li.board2-1 a {background-image: url(../images/img_main_board1.jpg);}
.main-board2 ul li.board2-2 a {background-image: url(../images/img_main_board2.jpg);}
.main-board2 ul li.board2-3 a {background-image: url(../images/img_main_board3.jpg);}
.main-board2 ul li a:hover div {scale: 1.2;}

/* 시설 이용안내 */
.support {padding: 6rem 0;}
.support h3 {display: block; position: relative; text-align: center; color: #2C4569; font-weight: 800; font-family: var(--fonttype-2); font-size: 2rem; margin-bottom: 32px;}
.support-list {width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 16px; display: flex; flex-flow: row wrap; gap: 16px 40px;}
.support-list > div {flex: 0 calc(25% - 40px); display: flex; flex-flow: row wrap; }
.support-list > div > strong {flex: 1 1 60%; text-align: left; font-weight: 600; color: #3C5983; position: relative;}
.support-list > div > strong::before {content:'- '}
.support-list > div > span {flex: 1 1 40%; text-align: right; font-weight: 300; color: #748BAD;}
.sub-support {background-color: #F3F6FA;}

/* 서브 공통 */
.sub-content {padding: 0;}
.sub-head {background-image: url(../images/subhead0.jpg); background-color: #F9DDDD; background-size: cover; height: 20em; text-align: center; padding: 6em 2.5em; transition: all .2s ease;}
.sub-head1 {background-image: url(../images/subhead1.jpg); background-color: #F9DDDD;}
.sub-head2 {background-image: url(../images/subhead2.jpg); background-color: #F9DDDD;}
.sub-head3 {background-image: url(../images/subhead3.jpg); background-color: #F9DDDD;}
.sub-head4 {background-image: url(../images/subhead4.jpg); background-color: #F9DDDD;}
.sub-head h1 {text-align: center; color: #46417D; font-family: var(--fonttype-2); font-size: 3.75em; font-weight: 800; margin-bottom: .4em;}
.sub-head p {color: #46417D; font-size: 1.3em; line-height: 1.4; word-break: keep-all;}
.sub-gnb {border-bottom: 1px solid #ddd; height: 64px; background: #ffffff;}
.sub-gnb-container {max-width: 1400px; margin: 0 auto; font-size: 14px; color: #595959; line-height: 1.5em; padding: 0; height: 100%; position: relative; z-index: 2;}
.sub-gnb-list {display: inline-block; border-left: 1px solid #ddd; height: 100%; font-size: 0; float: left;}
.sub-gnb-list > li {display: inline-block; vertical-align: top; border-right: 1px solid #ddd; height: 100%; font-size: 1rem; width: 200px; cursor: pointer; box-sizing: border-box;}
.sub-gnb-list > li:first-child {width: 50px;}
.sub-gnb-list > li:first-child a {background: none; box-shadow: none !important; border: none !important;}
.sub-gnb-list > li img {width: 20px; margin: -4px 0 0 0;}
.sub-gnb-list > li > a {display: block; width: 100%; height: 100%; padding: 0 1em; text-align: left; box-sizing: border-box; line-height: 62px; color: #333; font-weight: 300; background: url(../images/ico_select_arrow.png) no-repeat 95% 50%; white-space: nowrap; overflow: hidden;}
.sub-gnb-list > li:hover > a {background-color: #fff; box-shadow: 0 0 0 2px inset #46417D;}
.sub-gnb-list li .depth {background: #fafdff; border: 1px solid #46417D; box-sizing: border-box; visibility: hidden; opacity: 0; transition: opacity .3s; margin-top: -1px;}
.sub-gnb-list li:hover .depth {visibility: visible; opacity: 1;}
.sub-gnb-list li .depth li {display: block;}
.sub-gnb-list li .depth li a {display: block; box-sizing: border-box; padding: .3em 1em; color: #555; font-weight: 300; font-size: .9em;}
.sub-gnb-list li .depth li a:hover {background: rgba(63,131,228,.05); color: #46417D; font-weight: 400;}
.sub-gnb-list li .depth li a.active {background: #46417D; color: #fff;}

/* 푸터 */
.footer-wrap {}
.footer-util {border-top: 1px solid #e3ebf6; border-bottom: 1px solid #e3ebf6; height: 60px;}
.footer-util ul {width: 100%; max-width: 1400px; margin: 0 auto;}
.footer-util ul li {display: inline-block; text-align: center; font-size: 1rem; position: relative;}
.footer-util ul li::before {width: 1px; height: 16px; background-color: #999; position: absolute; right: 0; top: calc(50% - 8px); content:'';}
.footer-util ul li:last-child:before {display: none;}
.footer-util ul li a {display: block; padding: 0 1rem; line-height: 60px; font-weight: 400; font-family: var(--fonttype-2); color: #9EAABC; transition: all .2s ease;}
.footer-util ul li a:hover {color:#19273C;}
.footer-util ul li.policy a {color:#19273C; font-weight: 600;}
.foot-cont {text-align: center; color: #9EAABC; font-size: .94rem; line-height: 1.4; padding: 40px 0;}
.foot-cont li {display: inline-block; font-weight: 300; margin: 0 16px; line-height: 1.4;}
.foot-cont .copy {display: block; font-weight: 300; margin-top: 8px;}

/* 시설별 컬러 */
.fc0 {color:#222222 !important;}/*강동구도시관리공단*/
.fc1 {color:#003f88 !important;}/*강동구민회관*/
.fc2 {color:#1d69db !important;}/*고덕어울림수영장*/
.fc3 {color:#009ef9 !important;}/*해공체육문화센터*/
.fc4 {color:#009090 !important;}/*강일테니스장*/
.fc5 {color:#20ac09 !important;}/*명일테니스장*/
.fc6 {color:#076d51 !important;}/*샘터배드민턴장*/
.fc7 {color:#a17d00 !important;}/*온조대왕문화체육관*/
.fc8 {color:#ff6600 !important;}/*일자산제1체육관/일자산제2체육관*/
.fc9 {color:#fb1f20 !important;}/*강동유소년스포츠센터*/
.fc10 {color:#8e24aa !important;}/* 바이올렛 */
.fc11 {color:#00897b !important;}/* 틸(청록) */


.fc0bg {background-color:#222222 !important;}/*강동구도시관리공단*/
.fc1bg {background-color:#003f88 !important;}/*강동구민회관*/
.fc2bg {background-color:#1d69db !important;}/*고덕어울림수영장*/
.fc3bg {background-color:#009ef9 !important;}/*해공체육문화센터*/
.fc4bg {background-color:#009090 !important;}/*강일테니스장*/
.fc5bg {background-color:#20ac09 !important;}/*명일테니스장*/
.fc6bg {background-color:#076d51 !important;}/*샘터배드민턴장*/
.fc7bg {background-color:#a17d00 !important;}/*온조대왕문화체육관*/
.fc8bg {background-color:#ff6600 !important;}/*일자산제1체육관/일자산제2체육관*/
.fc9bg {background-color:#fb1f20 !important;}/*강동유소년스포츠센터*/
.fc10bg {background-color:#8e24aa !important;}/* 새 시설 1 - 퍼플 */
.fc11bg {background-color:#00897b !important;}/* 새 시설 2 - 마젠타/핑크 */

/* 테이블 */
.tbl-basic {border-collapse: collapse; border: 0; padding: 0; margin: 0 0 1em;border-bottom: 1px solid #bbbbbb; width: 100%; background:#fff; font-size: 1.125rem;}
.tbl-basic th {background: var(--gdpurple); color: #fff; font-weight: 600; letter-spacing: -0.1em; vertical-align: middle; padding: 1.1em .6em; }
.tbl-basic th:last-child {border-top-right-radius: 8px; border-bottom-right-radius: 8px;}
.tbl-basic th:first-child {border-top-left-radius: 8px; border-bottom-left-radius: 8px;}
.tbl-basic .titbg {background: #e4f3fb !important;}
.tbl-basic .whitebg {background: #fff !important;}
.tbl-basic .whitebg2 {background: #fafafa !important;}
.tbl-basic tbody tr:nth-child(1) {border-top: 0;}
.tbl-basic td {background: #fff; color: #333; border-bottom: 1px solid #D4D4D4; vertical-align: middle; text-align: center; padding: 1.1em .6em;}
.tbl-basic td.sl {white-space: nowrap;}
.tbl-basic td.whitebg {background: #fff !important;}
.tbl-basic tbody tr:hover td {background-color: #ECF9FF;}
.tbl-basic td a:hover {color: #756dce;}
.tbl-basic th:last-child, .tbl-basic td:last-child {border-right: 0;}
.tbl-basic tbody tr:last-child td, .tbl-basic tbody tr:last-child th {border-bottom: 0;}
.tbl-basic tr.highlight td { background: #ffffcc !important;}
.tbl-basic tr.hoverno:hover td {background: #fff;}
.tbl-basic.pdbig td, .tbl-basic.pdbig th {padding-top: 1.3em; padding-bottom: 1.3em;}
.tbl-basic .title {font-weight: 600;}
.tbl-top-text {text-align: right; margin: 0 10px; font-weight: 300; font-size: 1em;}
.tbl-write {border-collapse: collapse; border: 0; padding: 0; border-top: 2px solid #343f4a !important; width: 100%; background: #fff; font-size: 1.125rem !important; border-bottom: 1px solid #d2d7dc; margin-bottom: 1em;}
.tbl-write th, .tbl-write td {vertical-align: middle; line-height: 1.4;}
.tbl-write thead th {padding: 1em; color: #343f4a; font-weight: 500; border-bottom: 1px solid #d2d7dc !important; background: #f9fafb; letter-spacing: -0.05em; vertical-align: middle;}
.tbl-write tbody th {padding: .8em 1em; color: #343f4a; font-weight: 400; border-bottom: 1px solid #d2d7dc; border-right: 1px solid #d2d7dc; background: #f2f4f7; letter-spacing: -0.05em; vertical-align: middle; font-size: .9em; width: 100px;}
.tbl-write tbody td {border-bottom: 1px solid #d2d7dc; padding: .8em 1em; text-align: left; color: #666; font-weight: 400; font-size: .9em; line-height: 1.4; word-break: keep-all;}
.tbl-write tbody td a {display: inline-block; margin-right: 5px; color: #000;}
.tbl-write tbody td a:hover {text-decoration: underline; color: var(--gdred);}
.tbl-write tr:last-child th, .tbl-write tr:last-child td {border-bottom: 0;}
.borderR {border-right: 1px solid #d2d7dc;}
.borderL {border-left: 1px solid #d2d7dc;}
.borderB {border-bottom: 1px solid #d2d7dc;}
.borderT {border-top: 1px solid #d2d7dc;}
.tbl-write tbody small {font-size: .865em; opacity: .7;}
.tbl-write .title {font-weight: 600;}
.tbl-write .file-down {color: #666;}
.tbl-write .file-down:hover {color: var(--gdred); text-decoration: underline;}
.tbl-write .label {display: inline-block; margin-right: 1rem;}
.write-content {padding: 1em; line-height: 1.6;}
.page-sum {display: block; font-size: 1rem; color: #333; font-weight: 400; margin: 0 0 32px;}
.page-sum strong {color: var(--gdred); font-weight: 600;}
.page-sum span {color: var(--gdred)}
.ico_file {width: 18px;}
.img-tbl-con {width: 100%; display: block;}
.w-noraml {white-space: normal !important;}
.mw500 {max-width: 500px !important; width: 100% !important;}
.tbl-comment {font-size: .9em; display: block; margin-top: 4px;}
.hoverno tbody tr:hover td {background: #fff;}
/* page */
.paging {margin: 30px auto; text-align: center; width: 100%; font-size: 0;}
.paging li {display: inline-block; width: 30px; height: 30px; line-height: 30px;  margin: 0 6px;}
.paging li a {width: 100%; height: 100%; display: block;  color: #999999; font-size: 1rem; font-weight: normal; text-align: center; cursor: pointer; background: #ffffff;transition: .2s ease; }
.paging li a:hover {color: #fff; background: var(--gdred);}
.paging .active, .paging .active:hover { background: var(--gdred); font-weight: 500; color: #fff;}
.paging img { vertical-align: middle; margin-top: -4px}
.paging li.img a {background: #fff;}

/* datepicker */
.datepicker {background-image: url(../images/bg_callendar.svg) !important; background-position: calc(100% - 10px) 50% !important; background-color: #fff !important; background-size: 14px auto !important; background-repeat: no-repeat !important;}
.datepicker + .ui-datepicker-trigger {margin: 0 4px 0 -22px;} 
.ui-datepicker { width: 200px; padding: 0; display: none; border: 0; margin-top: 5px; z-index: 6 !important;}
.ui-widget.ui-widget-content { border: 1px solid #c4d3d5; border-radius: 3px; overflow: hidden; background: #fff; box-shadow: 1px 1px 4px rgba(0,0,0,0.1); font-size: 14px; }
.ui-datepicker .ui-widget-header { position: relative; padding: 6px 0 28px 0; border: 0; background: #8aa6bd; color: #fff; border-radius: 0; }
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 58px; min-width: auto; height: 20px; line-height: 20px; background: #7798b1; margin: 0 3px 0 0; padding: 0 6px; border: 0; border-radius: 3px; color: #fff; font-size: 13px; font-weight: 300; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.ui-datepicker select.ui-datepicker-month {width: 50px; margin: 0 0 0 8px;}
.ui-datepicker select.ui-datepicker-month:hover, .ui-datepicker select.ui-datepicker-year:hover { background: #6188a5;}
.ui-datepicker select::-ms-expand {display: none; /* 화살표 없애기 for IE10, 11*/}
.ui-datepicker .ui-datepicker-title { line-height: 1.8em; text-align: center; margin: 0px 2.3em; font-size:13px; font-weight: 300; letter-spacing:0; }
.ui-datepicker-title .ui-datepicker-year option, .ui-datepicker-title .ui-datepicker-month option { background: #fff; color: #333; }
.ui-datepicker .ui-datepicker-calendar { position: relative; width: 96%; padding-top: 100px; margin: 0 auto; }
.ui-datepicker-calendar thead tr { position: absolute; top: -20px; left: 0; right: 0; }
.ui-datepicker-calendar thead th { float: left; display: block; padding: 0; width: 14.28%; color: #fff; font-size: 11px; letter-spacing:1px; opacity: 1; font-weight: 100; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 5px; width: 1.8em; height: 1.8em; text-indent: -9999px; cursor: pointer }
.ui-datepicker .ui-datepicker-prev { left: 5px; }
.ui-datepicker .ui-datepicker-prev.ui-state-hover { background: rgba(0,0,0,0.1); border: 0; }
.ui-datepicker .ui-datepicker-prev .ui-icon { background: url(../images/arrow-button.png) 0 0 no-repeat; transform: rotate(-90deg); }
.ui-datepicker .ui-datepicker-next { right: 5px; }
.ui-datepicker .ui-datepicker-next.ui-state-hover { background: rgba(0,0,0,0.1); border: 0; }
.ui-datepicker .ui-datepicker-next .ui-icon { background: url(../images/arrow-button.png) 0 0 no-repeat; transform: rotate(90deg);}
.ui-datepicker .ui-state-default { display: block; border: 0; border-radius: 2px; width: 20px; height: 20px; line-height: 20px; padding: 0; margin: 3px auto; font-size: 12px; text-align: center; background: #fff; font-weight: normal; color: #333; box-sizing: border-box; }
.ui-datepicker .ui-state-default.ui-state-hover { background: rgba(0,0,0,0.05); }
.ui-datepicker-today .ui-state-default { color: #395d7b; font-weight: bold; background: #e6f1f6;}
.ui-datepicker-today .ui-state-default:hover {background: #e6f1f6;}
.ui-datepicker-current-day .ui-state-default { background: #ffde21 !important; color: #333; font-weight: bold; }
.ui-datepicker-buttonpane { overflow: hidden; border-top: 1px solid #eee; }
.ui-datepicker-buttonpane button[data-handler="today"] { color: #395d7b; opacity: 0.75; }
/* ie add Style */
.ui-datepicker td, .ui-datepicker th { border: 0 }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; cursor: pointer; width: auto; margin: 0.5em 0.2em 0.4em; padding: 0.2em 0.6em 0.3em; overflow: visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
.ui-corner-all { border-radius: 3px; }
.ui-icon { display: block; width: 16px; height: 16px; }
/* mobile Responsive */
@media screen and (max-width:480px) {
  .ui-datepicker { width: 270px !important; left: 50% !important; margin-left: -135px !important; }
}

/* 서브 공통 */
.sub-content-container {max-width: 1400px; margin: 0 auto; font-size: 1rem; color: #595959; line-height: 1.5em; padding: 60px 0; font-weight: 300; letter-spacing: -.03em;}
.sub-content .stit {font-size: 2rem; font-weight: 800; line-height: 1.6; font-family: var(--fonttype-2); color: var(--black); text-align: center;}
.sub-content .stit2 {font-size: 1.4rem; font-weight: 600; font-family: var(--fonttype-2); color: var(--black); text-align: left; position: relative; padding-left: 16px; margin: 4rem 0 1rem;}
.sub-content .stit2::before {width: 8px; height: 8px; border-radius: 50%; background: var(--gdred); left: 0; top: calc(50% - 4px); position: absolute; content:'';}
.sub-search-wrap {background: #F3F6FA; margin: 0 0 2em; padding: 1em; border-radius: 8px; box-sizing: border-box; text-align: center;}
.sub-search-wrap > select {width: 100%; max-width: 140px; font-size: 1em;height: 56px; line-height: 56px;}
.sub-search-wrap > .select2 {width: 100%; max-width: 200px; font-size: 1em;height: 56px; line-height: 56px;}

.sub-search-wrap > div {display: inline-block; position: relative; width: 100%; max-width: 460px; text-align: left;}
.sub-search-wrap > div input[type=text] {display: inline-block; vertical-align: middle; height: 56px; line-height: 56px; width: calc(100% - 95px)} 
.sub-search-wrap > div button {width: auto; display: inline; padding: 0; width: 90px; margin: 0; height: 56px; line-height: 56px; box-sizing: border-box; font-size: 1.1em; vertical-align: middle;}
.sub-search-wrap .user {display: inline-block; margin: 0 1em; color: #333; font-size: 1em;}
.sub-search-wrap .user > strong {display: inline-block; color: #fff; background: #353535; border-radius: 50px; line-height: 1em; padding: .3em 1em; margin: 0 .5em; font-weight: 500; text-align: center;}
.sub-search-wrap .btn-location {width: auto; display: inline; padding: 0; width: 90px; margin: 0; height: 56px; line-height: 56px; box-sizing: border-box; font-size: 1.1em; vertical-align: middle;}
.sub-search-wrap2 {background: #F3F6FA; margin: 0 0 2em; padding: 1em; border-radius: 8px; box-sizing: border-box; text-align: center; display: flex; flex-flow: row wrap; font-size: 1em;}
.sub-search-wrap2 > div {display: flex; flex-flow: row wrap; gap: 2em;}
.sub-search-wrap2 > div.facility-wrap {flex: 1;}
.sub-search-wrap2 > div.date-wrap {flex: 1.5;}
.sub-search-wrap2 > div .tit {width: 100px; font-family: var(--fonttype-2); font-size: 1.1em; font-weight: 600; color: #333; line-height: 56px; vertical-align: middle;}
.sub-search-wrap2 > div .item {flex:1;vertical-align: middle;}
.sub-search-wrap2 > div .item2 {max-width: 500px;width: 100%;}
.sub-search-wrap2 > div .date {display: flex; flex-flow: row wrap; gap: 4px;}
.sub-search-wrap2 > div .date > input[type="text"] {flex: 1; width: 100px;}
.sub-search-wrap2 > div .date > span {text-align: center; width: 10px; height: 56px; line-height: 56px;}
.sub-search-wrap2 > div .date > button {}
.sub-search-wrap2 select {width: 100%; font-size: 1em;height: 56px; line-height: 56px;}
.sub-search-wrap2 input[type=text] {display: inline-block; vertical-align: middle; height: 56px; line-height: 56px; } 
.sub-search-wrap2 button {width: auto; display: inline; padding: 0; width: 90px; margin: 0; height: 56px; line-height: 56px; box-sizing: border-box; font-size: 1.1em; vertical-align: middle;}
.sub-search-wrap2 .item_A {width: 100%;}

.sub-search-wrap3 {background: #F3F6FA; margin: 0 0 2em; padding: 2em; border-radius: 8px; box-sizing: border-box; font-size: 1em;}
.search-area h4 {display: inline-block; width: 100px; text-align: left; font-family: var(--fonttype-2); font-size: 1.1em; font-weight: 600; color: #333;}
.search-area > div {display: inline-block; width: calc(100% - 110px);}
.search-area > div select {min-width: 300px;}
.search-keyword {margin-top: 16px;}
.search-keyword h4 {display: inline-block; width: 100px; text-align: left; font-family: var(--fonttype-2); font-size: 1.1em; font-weight: 600; color: #333; vertical-align: top;}
.search-keyword > div {display: inline-block; width: calc(100% - 110px)}
.search-keyword > div > button {margin: 0 6px 6px 0; border-color: #c7d6ea;}
.search-keyword > div > button:hover {border-color: var(--blue) !important; background-color: #fff !important;}
.search-keyword > div > button.active {background-color: var(--blue) !important; color: var(--white) !important;}
.listbox-comment {margin: 1em;}
.listbox-comment li {display: block; text-align: left; margin-bottom: 6px; font-size: 1em; color: #666; line-height: 1.4; padding-left: 12px; position: relative;}
.listbox-comment li::before {position:absolute; left: 0; top: 0; width: 12px; height: 12px;content: "-";}


.tbl-top {text-align: left; margin: 0;}
.tbl-top select {width: 100px; display: inline-block; margin-right: 10px;}
.tbl-top p {display: block; font-size: .9em; color: #333;}
.tbl-top p strong {color: #0087d3;}
.tbl-top p span {color: #999; margin-left: 5px; font-size: .95em;}

/* 에러 */
.error-wrap {position: relative; width: 100%; height: 100%; text-align: center; font-size: 0;}
.error-wrap::before {display: inline-block; content: ''; width: 0; height: 100%; vertical-align: middle;}
.error-container {display: inline-block; margin: 0; padding: 20px; width: 500px; text-align: center; vertical-align: middle;}
.error-container .icon-error {width: 150px; margin-bottom: 12px;}
.error-container h1 {color: #333; font-weight: 600; font-size: 20px; line-height: 56px; margin-bottom: 15px;}
.error-container p {color: #666; font-weight: 400; font-size: 15px; line-height: 20px;}
.error-btnwrap {margin: 25px 0 50px; font-size: 13px;}
.error-btnwrap a.btn {background: #4b9dd4; color: #fff; border: 0; height: 30px; line-height: 30px; padding: 0 10px; display: inline-block; border-radius: 3px; font-size: 13px; text-decoration: none; margin: 0 3px; min-width: 70px;}
.error-btnwrap a.btn:hover {opacity: .9;}
.error-btnwrap a.btn.btn-error1 {background: #4b9dd4;}
.error-btnwrap a.btn.btn-error2 {background: #666;}

/* 모달 */
.overlay {position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.7); transition: opacity 300ms; visibility: hidden; opacity: 0; z-index: 15;  text-align: center;}
.overlay:target { visibility: visible; opacity: 1; }
.popup {margin: 0 auto; padding: 20px; background: #fff; position: relative; display: inline-block; text-align: left;}
.overlay::after {content:""; display: inline-block; height: 100%; width: 1px; vertical-align: middle;}
.popup h2 {margin-top: 0; color: #333;font-size: 18px; font-weight: 800; margin-bottom: 20px;}
.popup .close {position: absolute;top: 10px;right: 20px;font-size: 30px;font-weight: bold;text-decoration: none;color: #333;}
.popup .close:hover {color: #3699d3;}
.popup .content {margin-top: 30px;}
.popup .pop_tblwrap {height: 360px; overflow-y: scroll; margin:20px auto;}
.popup table caption{display:none;}
.popup table {width: 100%; margin: 0; border-collapse: collapse; letter-spacing: -0.5px; border-top:1px solid #c4c4ca; }
.popup table th {text-align: center; font-size: 12px; padding: 6px 8px ; background: #4d5265; color: #fff; font-weight: 400; vertical-align: middle; border-bottom: 1px solid #6d748d; border-right: 1px solid #6d748d}
.popup table td {text-align: center; font-size: 12px; line-height: 18px; padding:6px 8px ; color: #666; border-bottom:1px solid #c4c4ca; vertical-align: middle; background:#fff; border-right:1px solid #c4c4ca;  }
.popup table td input, .popup table td select {border: 1px solid #d0d5da !important; padding: 0 10px !important; border-radius:2px !important; height: 30px; box-shadow: none;}
.popinput { background:#f4f4f4;  height: 40px !important; border: 0 !important; margin:0 auto 15px; padding: 0 0 0 10px !important; display: block; color: #333 !important; text-align: left !important; border-radius:2px; font-size:14px;}
.popinput::placeholder, .loginteam::placeholder { color: #969696 !important;}
.popup .btnwrap {margin: 30px auto 15px; text-align: center;}
.popup .popbtn { border-radius: 2px; height: 40px; border: 0; margin: 0; color: #fff; font-size: 14px; font-weight: 600; display: inline-block;}
.popup .popbtn2 { border-radius: 2px; height: 30px; border: 0; margin: 0; color: #fff; font-size: 13px; font-weight: 600; display: inline-block;}
.popcomment {color: #666; font-size: 11px; margin-bottom: 5px;}
.popup .btn-wrap2 {text-align: center; padding: 10px 10px 0; border-top: 1px solid #eaeaea; margin: 10px 0 0;}
.popup .btn-wrap2 button {height: 25px; line-height: 25px; margin: 0 2px;}

/* 탭 메뉴 */
.tab_menu, .tab_menu2 {width: 100%; display: inline-block; margin-bottom: 1em;}
.tab_menu ul, .tab_menu2 ul {position: relative; width: 100%;}
.tab_menu li, .tab_menu2 li {float: left; width: 50%; display: block; padding: 1px; box-sizing: border-box;}
ul.w3 li {width: 33.3%;}
ul.w4 li {width: 25%;}
ul.w5 li {width: 20%;}
ul.w6 li {width: 16.6%;}
.tab_menu li a, .tab_menu2 li a {width: 100%; display: block; text-align: center; padding: .8em 1em; color: #fff; font-size: 1em; font-family: var(--fonttype-2); font-weight: 600; background: #ccc; box-sizing: border-box;}
.tab_menu li.current a, .tab_menu2 li.current a {background: #756dce;}
.tab_menu li ul, .tab_menu2 li ul {display: none}
.tab_menu li.current ul, .tab_menu2 li.current ul {display: block; clear: both; width: 768px; background: #898989; position: absolute; left: 0;}
.tab_menu li.current ul li, .tab_menu2 li.current ul li {width: auto;padding: 0 10px;}
.tab_menu li.current ul li a, .tab_menu2 li.current ul li a {width: auto; background: #898989; border: 1px solid #898989; font-size: 14px;}
.tab_menu li.current ul li.current a, .tab_menu2 li.current ul li.current a {color: #000;}

/* 사이트맵 */
.sitemap {overflow: hidden;display: block; font-size: 16px;}
.sitemap > div {position: relative; margin-bottom: 2.5em;}
.sitemap ol {margin: 0; min-height: 1%;}
.sitemap h2 {text-align: left; height: 50px; line-height: 50px; display: block;}
.sitemap h2 a {color: #756dce; font-weight: bold;display: block; font-size: 1.5em;}
.sitemap ol::after {content: " "; height: 0; display: block; visibility: hidden; clear: both;}
.sitemap ol > li {display: block; vertical-align: top; font-size: 1em; color: #333; float: left; margin-left: 2.5%; width: 18%; }
.sitemap ol > li > a { display: block; width: 100%; border: 1px solid #ddd; margin-bottom: 15px;  padding: 15px; box-sizing: border-box; font-weight: 500; color: #262626; transition: all .3s ease; font-size: 1em;}
.sitemap ol > li:nth-of-type(5n+1) {clear: both; margin-left: 0;}
.sitemap ol > li > a:hover {color: #756dce; border: 1px solid #756dce;}
.sitemap ol li ul {padding: 01em;}
.sitemap ol li ul li {margin-bottom: 5px;}
.sitemap ol li ul li a {color: #666;font-size: 1em; line-height: 1.4;}
.sitemap ol li ul li a:hover {color: #756dce; text-decoration: underline;}
.sitemap ol li ul li a::before {content:'-'; margin-right: 5px; font-weight: 600;}

/* login */
.login-wrap {text-align: center; width: 90%; margin: 3rem auto; max-width: 410px; padding: 4rem 2rem; box-sizing: border-box; border: 1px solid #c7d6ea; border-radius: 8px; background-color: #f6faff; box-shadow: 10px 10px 10px rgba(0,0,0, .05);}
.login-wrap > img {display: block; margin: 0 auto 2rem; width: 80px;}
.login-wrap > h2 {font-size: 2rem; font-weight: 800; font-family: var(--fonttype-2); color: var(--black);}
.login-wrap .login-title { margin: 0 auto 2rem; width: 100%; font-size: 1rem; font-family: var(--fonttype-2); font-weight: 600; color: #333;}
.login-wrap .login-form {width: 100%;}
.login-wrap .login-form .login-id {width: 100%; padding: 1.6rem 1rem;}
.login-wrap .login-form .login-pw {width: 100%; padding: 1.6rem 1rem;}
.login-wrap .login-form .login-btn {width: 100%;}
.login-wrap .login-list {margin: 1rem 0; text-align: left;}
.login-wrap .login-list li {display: inline-block; margin-right: 1rem;}
.login-wrap .login-list li::before {content: '- ';}
.login-wrap .login-list li a {color: #999; transition: all .2s ease;}
.login-wrap .login-list li a:hover {text-decoration: underline; color: #222;}
.login-wrap .join-list {border-top: 1px solid #ddd; margin-top: 2rem; text-align: center; padding-top: 2rem; color: #666; font-weight: 500;font-size: 1rem;}
.join-btn {margin-top: .5rem;width: 100%;}
.login-etc {display: flex; gap: 6px; flex-flow: row wrap;}
.login-etc li {flex: 1;}
.login-etc li a {display: block; margin: 0; padding: 0; border-radius: 4px; height: 46px; line-height: 46px; font-size: 1em; font-weight: 500; border: 1px solid rgba(0,0,0, .3); box-sizing: border-box;}
.login-etc li a img {display: inline-block; margin: -4px 0 0 0;}
.kakao {background-color: #FFEB00; color: #3C1E1C;}
.naver {background-color: #03C75A; color: #fff;}

.login-wrap2 {text-align: center;}
.login-wrap2 h2{font-size: 2rem; font-weight: 800; line-height: 1.6; font-family: var(--fonttype-2); color: var(--black);} 
.login-wrap2 .login-con { text-align: center; font-size: 1.3em; color: #333; line-height: 1.4; margin: 4em 0;}
.login-wrap2 .login-con img {display: block; margin: 0 auto 1em;}
.login-wrap2 .login-con strong{font-family: var(--fonttype-2); font-size: 1.3em; font-weight: 600; margin-bottom: .4em; display: block;}
.login-wrap2 .login-con span {font-family: var(--fonttype-2); font-weight: 800; color: var(--gdred); font-size: 1.2em; }

/* join */
.join-wrap {text-align: center;}
.join-wrap h2 {font-size: 2rem; font-weight: 800; line-height: 1.6; font-family: var(--fonttype-2); color: var(--black);}
.join-wrap h3 {font-size: 1.4rem; font-weight: 600; font-family: var(--fonttype-2); color: var(--black); text-align: left; position: relative; padding-left: 16px; margin: 4rem 0 1rem;}
.join-wrap h3::before {width: 8px; height: 8px; border-radius: 50%; background: var(--gdred); left: 0; top: calc(50% - 6px); position: absolute; content:'';}
.join-comment {color: #333; font-size: 1em; margin-top: 1rem;}
.join-comment strong {font-size: 1.3em; font-weight: 600; line-height: 1.4; font-family: var(--fonttype-2); display: block; word-break: keep-all;}
.join-comment p {color: #666; font-size: 1.3em; font-weight: 400; margin-top: .4em; word-break: keep-all;}
.join-type {border: 1px solid #ddd; padding: 2rem; margin: 2rem 0;  font-size: 1rem; text-align: center;}
.join-type ul {display: flex; flex-flow: row wrap;}
.join-type ul li {flex: 1; transition: all .2s ease; border-right: 1px solid #ddd;}
.join-type ul li:last-child {border-right: 0;}
.join-type ul li p {font-size: 1.3rem; font-family: var(--fonttype-2); font-weight: 600; display: block; margin: 1rem 0; line-height: 1.4; word-break: keep-all;}
.join-type ul li p span {display: block;font-size: 1rem; font-weight: 300;}

.join-con {color: #3e3a39;font-size: 1rem;}
.join-box {margin: 3em 0;}
.join-box ol {margin: 0 auto; min-height: 1%; display: block;}
.join-box ol:after {content: " "; height: 0; display: block; visibility: hidden; clear: both;}
.join-box li {float: left; width: 33.33%; background-color: #f2f2f2; color: #999; font-weight: 600; text-align: center; background-position: 50% 30%; background-repeat: no-repeat; background-size: 70px auto; padding: 100px 0 20px 0; border-right: 1px solid #fff; box-sizing: border-box;}
.join-box li span {display: block; font-family: var(--fonttype-2);}
.join-box li.current {background-color: var(--gdred); color: #fff; }
.join-box li:last-child {border-right: 0;}
.join-box li.j1 {background-image: url(../images/img_join_step1.png);}
.join-box li.j1.current {background-image: url(../images/img_join_step1_on.png)}
.join-box li.j2 {background-image: url(../images/img_join_step2.png)}
.join-box li.j2.current {background-image: url(../images/img_join_step2_on.png)}
.join-box li.j3 {background-image: url(../images/img_join_step3.png)}
.join-box li.j3.current {background-image: url(../images/img_join_step3_on.png)}
 
.scrollbox {height:150px; padding: 15px 20px; line-height:1.5; border:solid 1px #ddd; background-color: #f9f9f9; overflow-y:auto; text-align: left;}
.scrollbox2 {height: 360px;}
.join-con2 .terms {color:#444; font-size:1em; line-height:1.5;}
.join-con2 .terms h4 {font-size:1.15em !important; font-weight: 600; color:#333; font-family: var(--fonttype-2);}
.join-con2 .terms h5 {font-size:1.05em !important; font-weight: 600; color:#555; font-family: var(--fonttype-2); margin:20px 0 10px;}
.agree_txt {line-height: 1.5; font-weight: 300; color: #888; margin-top:10px; word-break: keep-all;}
.agree_txt div {word-break: keep-all;}
.agree {margin-top:16px; line-height: 1; text-align: left;}
.agree label {font-family: var(--fonttype-2); margin-left: 6px;color: #333; font-weight: 600; font-size: 1em;}

.join-wrap table, .tbl-list {border-collapse: collapse; border: 0; padding: 0; border-top: 2px solid #343f4a !important; width: 100%; background: #fff; font-size: 1.125rem !important; border-bottom: 1px solid #d2d7dc; margin-bottom: 1em;}
.join-wrap table th, .tbl-list th {padding: 1em; color: #343f4a; font-weight: 500; border-bottom: 1px solid #d2d7dc !important; background: #f9fafb; letter-spacing: -0.05em; vertical-align: middle;}
.join-wrap table td, .tbl-list td {border-bottom: 1px solid #d2d7dc; padding: .8em 1em; text-align: left; color: #666; font-weight: 400; font-size: .9em; line-height: 1.4; word-break: keep-all;}
.join-wrap table tbody th, .tbl-list tbody th {padding: .8em 1em; color: #343f4a; font-weight: 400; border-bottom: 1px solid #d2d7dc; border-right: 1px solid #d2d7dc; background: #f2f4f7; letter-spacing: -0.05em; vertical-align: middle; font-size: .9em; width: 100px;}
.join-wrap table th:last-child, .tbl-list th:last-child{border-right: none;}
.join-wrap table td:first-child, .tbl-list td:first-child {border-left:none;}
.join-wrap table td:last-child, .tbl-list td:last-child {border-right:none;}
.join-wrap table td input[type=text], .join-wrap table td input[type=password], .join-wrap table td select, .join-wrap table td textarea,.join-wrap table td input[type=number], .tbl-list td input[type=text], .tbl-list td input[type=password], .tbl-list td input[type=number], .tbl-list td select {border: 1px solid #ddd;}
.tbl-list td select {min-width: 150px;}


.txtbox_c {border:solid 1px #ddd; background-color: #f9f9f9; padding: 20px; text-align: center; line-height: 1.5; margin-bottom:30px; margin-top: 2rem;}
.txtlist {line-height: 1.5;}
.txtlist li::before {content: ''; display: inline-block; vertical-align:top; margin:10px 5px 0 0; width: 3px; height: 3px; background: #666;}
.join-con2 .member-reg-text {text-align: center; background-color: #f9f9f9; padding: 1rem; color: #333; font-size: 1rem; font-weight: 600; font-family: var(--fonttype-2);border:solid 1px #ddd; margin-top: 1em;}
table .comment1 { color: var(--orange); margin-top: 4px; font-size: .865em; display: block;}
table sup {color: var(--orange); font-weight: 300;display: inline-block; margin-left: 2px;}
.join-con2 .join-com {text-align: center; font-size: 1.3em; color: #333; line-height: 1.4; margin: 4em 0;}
.join-con2 .join-com img {display: block; margin: 0 auto 1em;}
.join-con2 .join-com p {display: block;}
.join-con2 .join-com strong {font-family: var(--fonttype-2); font-size: 1.3em; font-weight: 600; margin-bottom: .4em; display: block;}
.join-con2 .join-com strong span {font-family: var(--fonttype-2); font-weight: 800; color: var(--gdred); font-size: 1.2em;}
.join-con2 .join-com .user {display: flex; flex-flow: row wrap; gap: .2em 0; max-width: 400px; margin: 1em auto; border: 1px solid #c7d6ea; background-color: #f6faff; border-radius: 8px; padding: 2rem; font-size: 1em;}
.join-con2 .join-com .user dt {flex: 1 50%; text-align: left; color: #666;}
.join-con2 .join-com .user dd {flex: 1 50%; text-align: center; color: #333;}

.certification-type {border: 1px solid #ddd; padding: 2rem; margin: 2rem 0;  font-size: 1rem;}
.certification-type ul {display: flex; flex-flow: row wrap;}
.certification-type ul li {flex: 1; transition: all .2s ease;}
.certification-type ul li:nth-child(1) {border-right: 1px solid #ddd;}
.certification-type ul li p {font-size: 1.3rem; font-family: var(--fonttype-2); font-weight: 600; display: block; margin: 1rem 0; line-height: 1.4; word-break: keep-all;}
.certification-type ul li p span {display: block;font-size: 1rem; font-weight: 300;}


/* privacy */
.privacy-wrap {}

.txtbox {background: url(../images/img_pattern1.png) 0 0; padding: 16px; border: 0; margin-bottom:40px; word-break: keep-all; font-weight: 300; font-size: 1rem ; color: #666}
.txtbox .innerbox {display: block; width: 100%; background-color: #fff; padding: 24px; max-height: 360px; min-height: 180px; overflow-y: auto;}

.tit1{font-size: 1.3em; color: #333; font-weight: 600; margin-bottom: .4em; margin-top: 1em;}
.tit2 {font-size: 1.1em; color: #333; font-weight: 600; margin-bottom: .2em;}
.txtbox > p {margin-bottom: 6px;}
.terms h5 {font-size: 1.3rem; font-weight: 600; font-family: var(--fonttype-2); color: var(--black); text-align: left; position: relative; padding-left: 16px; margin: 4rem 0 1rem;}
.terms h5::before {width: 8px; height: 8px; border-radius: 50%; background: var(--gdred); left: 0; top: calc(50% - 6px); position: absolute; content:'';}
.terms > div {font-weight: 500; font-size: 1.05rem; color: #333; line-height: 1.8;}
.txtbox .br {border-top:solid 1px #eee; margin:20px 0;}
.txtbox_c {border:solid 1px #ccc; padding: 20px; text-align: center; line-height: 1.5; margin-bottom:30px;}
hr.typeA {margin:2em 0; border-top: 1px solid #ddd;}
.txtbox2 {min-height: 120px !important; max-height: auto;}
.txtbox2 .innerbox {min-height: 120px; padding: 12px 24px;}

.privacy-wrap .txtlist {line-height: 1.5;}
.privacy-wrap .txtlist li::before {content: ''; display: inline-block; vertical-align:top; margin:10px 5px 0 0; width: 3px; height: 3px; background: #666;}
.img_info {display: inline-block; margin: -5px 6px 0 0; width: 24px;}

.textbox-list {margin-top: 1em;}
.textbox-list li {display: block; margin-bottom: 6px; font-size: 1em; color: #666; line-height: 1.4; padding-left: 12px; position: relative;}
.textbox-list li::before {position:absolute; left: 0; top: 0; width: 12px; height: 12px;content: "-";}

.textbox-list2 {margin-top: 1em;}
.textbox-list2 li {display: block; margin-bottom: 6px; font-size: 1em; color: #666; line-height: 1.4; padding-left: 18px; position: relative;}
.textbox-list2 li::before {position:absolute; left: 0; top: 0; width: 12px; height: 12px;}

.textbox-list2 li:nth-child(1)::before {content: "①";}
.textbox-list2 li:nth-child(2)::before {content: "②";}
.textbox-list2 li:nth-child(3)::before {content: "③";}
.textbox-list2 li:nth-child(4)::before {content: "④";}
.textbox-list2 li:nth-child(5)::before {content: "⑤";}
.textbox-list2 li:nth-child(6)::before {content: "⑥";}
.textbox-list2 li:nth-child(7)::before {content: "⑦";}
.textbox-list2 li:nth-child(8)::before {content: "⑧";}
.textbox-list2 li:nth-child(9)::before {content: "⑨";}
.textbox-list2 li:nth-child(10)::before {content: "⑩";}
.textbox-list2 li:nth-child(11)::before {content: "⑪";}
.textbox-list2 li:nth-child(12)::before {content: "⑫";}
.textbox-list2 li:nth-child(13)::before {content: "⑬";}
.textbox-list2 li:nth-child(14)::before {content: "⑭";}
.textbox-list2 li:nth-child(15)::before {content: "⑮";}
.textbox-list2 li:nth-child(16)::before {content: "⑯";}
.textbox-list2 li:nth-child(17)::before {content: "⑰";}
.textbox-list2 li:nth-child(18)::before {content: "⑱";}
.textbox-list2 li:nth-child(19)::before {content: "⑲";}
.textbox-list2 li:nth-child(20)::before {content: "⑳";}

.txt_link {color: #000; text-decoration: underline !important;}
.txt_link:hover {color: var(--gdred);}
.privacy-wrap .guide_img {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; align-content: center; }
.privacy-wrap .img_labeling {width: 90%; max-width: 601px;}
.privacy-wrap table {border-top:solid 2px #666; width:100%; font-size:15px; line-height:1.2; background-color: #fff;}
.privacy-wrap table th {border-bottom:solid 1px #ccc; border-right:solid 1px #ccc; padding:.6em; font-weight:600; background:#ddd; }
.privacy-wrap table td {border-bottom:solid 1px #ccc; border-left:solid 1px #ececec; border-right:solid 1px #ececec; padding:15px 10px; text-align:center; }
.privacy-wrap table tbody th {border-bottom:solid 1px #ccc; border-right:solid 1px #ccc; padding:.6em; font-weight:600; background:#f6f6f6; }
.privacy-wrap table sup {color: var(--orange); font-weight: 300;display: inline-block; margin-left: 2px;}
.privacy-wrap table th:last-child {border-right: none;}
.privacy-wrap table td:first-child {border-left:none;}
.privacy-wrap table td:last-child {border-right:none;}
.privacy-wrap table td input[type=text], .privacy-wrap table td input[type=password], .privacy-wrap table td select {border: 1px solid #ddd;}

/* email */
.mail-wrap {text-align: center; font-size: 1.3em; color: #333; line-height: 1.4; margin: 4em 0;}
.mail-wrap img {display: block; margin: 0 auto 1em;}
.mail-wrap p {display: block;}
.mail-wrap p span {font-weight: 500;}
.mail-wrap strong {font-family: var(--fonttype-2); font-size: 1.3em; font-weight: 600; margin-bottom: .4em; display: block;}

/* sitemap */
.sitemap {overflow: hidden;display: block; font-size: 16px;}
.sitemap > div {position: relative; margin-bottom: 2.5em;}
.sitemap ol {margin: 0; min-height: 1%;}
.sitemap h2 {text-align: left; height: 50px; line-height: 50px; display: block; margin-bottom: 1em;}
.sitemap h2 a {color: var(--black); font-weight: bold;display: block; font-size: 1.5em; font-family: var(--fonttype-2);}
.sitemap ol::after {content: " "; height: 0; display: block; visibility: hidden; clear: both;}
.sitemap ol > li {display: block; vertical-align: top; font-size: 1em; color: #333; float: left; margin-left: 2.5%; width: 18%; }
.sitemap ol > li > a { display: block; width: 100%; border: 1px solid #ddd; margin-bottom: 15px;  padding: 15px; box-sizing: border-box; font-weight: 500; color: #262626; transition: all .3s ease; font-size: 1em;}
.sitemap ol > li:nth-of-type(5n+1) {clear: both; margin-left: 0;}
.sitemap ol > li > a:hover {color: var(--gdred); border: 1px solid var(--gdred);}
.sitemap ol li ul {padding: 01em;}
.sitemap ol li ul li {margin-bottom: 5px;}
.sitemap ol li ul li a {color: #666;font-size: 1em; line-height: 1.4; display: block;}
.sitemap ol li ul li a:hover {color: var(--gdred); text-decoration: underline;}
.sitemap ol li ul li a::before {content:'-'; margin-right: 5px; font-weight: 600;}

/* enroll */
.enroll-wrap {display: flex; flex-flow: row wrap; gap: 16px; margin: 8px 0;}
.enroll-box {flex: 1;}
.enroll-tt {display: block; font-family: var(--fonttype-2); font-size: 1.1em; font-weight: 600; color: #333; margin-bottom: 1em;}
.enroll-list {display: block; height: 150px; overflow-y: auto; border: 1px solid #ddd; background-color: #fff; font-size: 1em;}
.enroll-list li {display: block; color: #666;  padding: .6em .8em; font-weight: 400; border-bottom: 1px dashed #d3e2e9;}
.enroll-list li:last-child {border-bottom: 0;}
.enroll-list li:hover {background-color: #f3f9fc; color: #333; cursor: pointer;}
.enroll-list li.on {background-color: #eefaff; color: #333; font-weight: 600;}
.enroll-subject, .enroll-day {flex: 1; display: flex; flex-flow: row wrap;}
.enroll-subject > h4, .enroll-day > h4 {width: 100px; font-family: var(--fonttype-2); font-size: 1.1em; font-weight: 600; color: #333; line-height: 38px;}
.enroll-view .item {display: flex; flex-flow: row wrap; align-items: center; border: 1px solid #ddd; padding: 24px 0; margin-bottom: 8px;}
.enroll-view .item > div {flex: 1 0 auto; text-align: center}
.enroll-view .item .title {font-weight:600; font-size: 1.1em;} 
.enroll-view .item .subject {width: 240px;}
.enroll-view .item .con {width: calc(100% - 430px)}
.enroll-view .item .apply {width: 160px;}
.enroll-list2 {margin-top: 8px; font-size: .9em; display: flex; flex-wrap: wrap; gap: 4px; align-items: center;}
.enroll-list2 > li { padding: 0; position: relative; text-align: left; /*background-color: #f6f6f6; border: 1px solid #ddd;*/}
.enroll-list2 > li::after {content: ''; display: inline-block; margin: 0 16px; width: 1px; height: 12px; background: #b9b9b9; }
.enroll-list2 > li:last-child::after {display: none;}
.enroll-list2 strong {display: inline-block; margin-right: 8px; color: #888; font-weight: 300;}
.enroll-list2 span {display: inline-block; color: #222; font-weight: 500;}
.enroll-list2 .price {display: inline-block; color: #222; font-weight: 500;}
.enroll-list2 .price li {display: inline-block; margin-right: 4px; padding: 0 5px; border: 0; position: relative;}
.enroll-list2 .price li::after {width:1px; height: 12px; right: -2px; top: calc(50% - 6px); position: absolute; content:''; background-color: #bbb;}
.enroll-list2 .price li:last-child {margin-right: 0;}
.enroll-list2 .price li:last-child::after {display: none;}

.input-subject {flex: 1;}
.days {flex: 1;  display: flex; flex-flow: row wrap; gap: 6px;}
.btn_days {flex: 1; background-color: #fff; border: 1px solid #c7d6ea; text-align: center; font-family: var(--fonttype-2); font-weight: 600;} 
.btn_days.on {color: #fff; background-color: var(--gdred); border-color: var(--gdred);}

/* locker */
.locker-wrap {width:100%; overflow-x:scroll; margin: 1em 0; padding: 1em; border: 1px solid #ddd; background-color: #f9f9f9;}
.locker {display:flex; gap: 8px;}
.locker > li:last-child {padding-right: 1em;}
.locker ol li {width:60px; height:52px; text-align:center; line-height:50px; font-size:1em; font-weight:400; box-sizing: border-box; color:#666; margin: 8px 0; border:solid 1px #d6d6d6; border-radius:3px; background-color: #fff; cursor: pointer;}
.locker ol li.done {background:#ddd; color:#999;}
.locker ol li.pick {background: var(--blue); border-color: var(--blue); color:#fff; font-weight:600; transition: all .2s ease;}
.locker ol li.pick:hover {background-color: #0068e6;}
.locker ol li.pick2 {background: var(--blue); border-color: var(--blue); color:#fff; font-weight:600; transition: all .2s ease;}
.locker ol li.pick2:hover {background-color: #0068e6 }
.locker ol li.select {background: #f2f8ff !important;  box-shadow: inset 0 0 0 2px #0068e6; color:#0068e6; font-weight:600; transition: all .2s ease;}
.locker-etc .state { margin: 6px 0; text-align: right;}
.locker-etc .state li {display: inline-block; position: relative; padding-left: 20px; margin-left: 12px;}
.locker-etc .state li::before {width: 12px; height: 12px; border-radius: 50%; background-color: #fff; border: 1px solid rgba(0,0,0, .1); left: 0; top: 6px; position: absolute; content:'';}
.locker-etc .state li.pick::before {background-color: var(--blue); }
.locker-etc .state li.pick_v::before {background-color: mediumslateblue; }
.locker-etc .state li.done::before {background-color: #ddd;}

/* overview */
.overview {display: flex; flex-flow: row wrap; gap: 40px; border: 1px solid #ddd;}
.overview .img {flex: 1; background: url(../images/img_sample.jpg) 50% 50% no-repeat; background-size: cover;}
.overview .info {flex: 2; padding: 2em 0; display: table;}
.overview .info li {line-height:2;}
.overview .info li strong {display : table-cell; width:140px;font-weight: 600;}
.overview .info li span {display : table-cell; font-weight: 400;}
.overview .instructor {display:flex;}
.time {font-size: 1.1rem; font-weight: 600; font-family: var(--fonttype-2); color: var(--blue);}
.check-wrap {margin-top: 0 !important; padding: 2em;}
.check-wrap .stit2 {margin: 1rem 0;}
.overview-list li {display: block; margin-bottom: 6px; font-size: 1.1em; color: #333; line-height: 1.4; padding-left: 12px; position: relative;}
.overview-list li::before {position:absolute; left: 0; top: 0; width: 12px; height: 12px;content: "-";}
.teacher > img { width: 150px; height: 188px; border: solid 1px #eee;}
.teacher > p {display: block; width: 150px; background-color: var(--indigo); color: #fff; text-align: center; height: 32px; line-height: 32px;}
.teacher > p strong {font-weight: 500; display: inline-block; margin-right: 4px; letter-spacing: 0;}
.teacher-wrap { margin-bottom: 4em;}
.teacher-list {display: flex; flex-flow: row wrap; gap: 2em; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 1em; padding: 1.2em;}
.teacher-list .teacher {width: 150px;}
.teacher-list .list {flex: 1; padding-top: 1em;}
.teacher-list .list h4 {font-size: 1.2rem; font-weight: 600; font-family: var(--fonttype-2); color: var(--black); display: block; padding-left: 16px; position: relative; margin-bottom: 8px;}
.teacher-list .list h4::before {width: 8px; height: 8px; border-radius: 50%; background: var(--gdred); left: 0; top: calc(50% - 4px); position: absolute; content:'';}

/* calendar */
.reserve-warp {display: flex; flex-flow: row wrap; gap: 40px; margin-bottom: 4em;}
.calendar {flex: 1;}
.calendar table {border: 0;}
.calendar table th {background:#CB225A; padding: .6em; color: #fff; font-weight: 600;}
.calendar table td {border-bottom:solid 1px #D4D4D4; border-left:solid 1px #D4D4D4; color:#444; width:calc(100% / 7); padding: .4em .6em; height:70px; vertical-align:top; text-align:left;}
.calendar table th:first-child,.calendar table td:first-child {color:var(--red);}
.calendar table th:last-child, .calendar table td:last-child {color:var(--blue);}
.calendar table td p {text-align: right; font-weight: 400; font-size: .9em; color: #999; margin-top: 6px;}
.calendar table td:hover {background-color: #f9f9f9;}
.calendar table td:active, .calendar table td.on {background-color: #eefaff; cursor: pointer;}
.calendar table td.today {background-color: #feffeb;}
.calendar table td a {display: block; width: 100%; height: 100%;}
.calendar table td:first-child {border-left: 0;}
.calendar table th:last-child {border-top-right-radius: 8px; border-bottom-right-radius: 8px; color: #ffef44;}
.calendar table th:first-child {border-top-left-radius: 8px; border-bottom-left-radius: 8px; color: #ffef44;}
.rev {flex: 1;}
.rev .tbl-basic th, .rev .tbl-basic td {padding: .6em; font-weight: 400;}
.rev .tbl-basic td {font-size: .9em; color: #666;}

.month-wrap {text-align: center; margin: 4em 0;}
.month-wrap .month {display: inline-block; font-size: 1.8em; font-family: var(--fonttype-2); font-weight: 800; color: #222; letter-spacing: 0; margin: 0 1em; vertical-align: middle;}
.month-wrap .btn-month-prev, .month-wrap .btn-month-next {display: inline-block; vertical-align: middle; width: 40px; height: 40px; border-radius: 50%; background: url(../images/ico_arrow.png) 50% 50% no-repeat #d4d4d4;}
.month-wrap .btn-month-prev {transform: rotate(90deg);}
.month-wrap .btn-month-next {transform: rotate(-90deg);}
.month-wrap .btn-month-prev:hover, .month-wrap .btn-month-next:hover {opacity: 1; background: url(../images/ico_arrow.png) 50% 50% no-repeat #444;}
.pro-check {color: var(--gdred);}

/* galley */
.gallery-box {display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 1em;}
.gallery-box > div {width: calc(33.3333% - .67em); position: relative;}
.gallery-box > div a {display: block; width: 100%; height: 100%; border: 1px solid #ddd; transition: all .2s ease;}
.gallery-box > div a:hover {border-color: var(--black);}
.gallery-box > div .label {position: absolute; left: 0; top: 0; width: auto; height: 28px; line-height: 28px; color: #fff; padding: 0 16px;}
.galley-img {width: 100%; height: 240px; background-image: url(../images/img_sample.jpg); background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; }
.galley-text {padding: 1em; font-size: 1em; font-weight: 400;}
.galley-text li {display: block; margin-bottom: 4px; line-height: 1.4;}
.galley-text li::before {content:'- '; }
.galley-text .tit {font-size: 1.1em; font-family: var(--fonttype-2); font-weight: 600; color: #333; margin-bottom: 6px;}
.galley-text .tit::before {display: none;}
.galley-text .tit strong {font-family: var(--fonttype-2); font-weight: 800; color: #333;}
.price strong {font-weight: 600;}
.btn-favorite {display: block; margin: 0 auto;  width:20px; height: 20px; background: url(../images/img_favorite.png) 50% 50% no-repeat; border: 0; padding: 0;}
.btn-favorite.active {background: url(../images/img_favorite_active.png) 50% 50% no-repeat;}
.btn-favorite:focus {border: 0 !important; outline: 0 !important;}
.pay-wrap {width: 90%; max-width: 600px; margin: 0 auto; border: 1px solid #d2d7dc; border-bottom: 0;}


/* intro */
.full {width: 100%; height: 100%;}
.intro_wrap {width: 100%; height: 100%; margin:0; padding: 0; display: table; background-color: #FFF3F4; 
background-image: url(../images/img_intro1.png), url(../images/img_intro2.png), url(../images/img_intro3.png), url(../images/img_intro.png);
background-position: 0 0, 100% 40%, 50% 100%, center bottom; background-repeat: no-repeat,no-repeat,no-repeat,no-repeat; background-size: auto 70%, auto 70%, 70% auto, 100% auto;}
.intro_wrap > div {width: 100%; height: 100%; margin:0; padding: 0; display:table-cell; text-align:center; vertical-align:middle; position: relative;}
.intro_logo {position: absolute; top: 24px; left: 24px;}
.intro_wrap .intro_con {position: relative; width: 100%; margin-bottom: 6%;}

.intro_con h2 {display: block; font-size: 3rem; font-family: var(--fonttype-2); font-weight: 800; color: var(--gdred);}
.intro_con h2 span {font-family: var(--fonttype-2); color: var(--gdpurple);}
.intro_con h2 p {font-family: var(--fonttype-2);font-size: .5em; font-weight: 600; color: #222; display: block; margin-top: 24px;}
.intro_con .site_wrap { text-align: center; display: flex; flex-flow: row wrap; align-items: stretch; width: 1000px; gap: 24px; margin: 3rem auto 0;}
.intro_con .site_wrap .site {display: inline-block; vertical-align: top; flex: 1; border-radius: 24px; overflow: hidden; min-height: 350px; transition: all .3s ease;}
.intro_con .site_wrap .site:hover {cursor: pointer; scale: 1.04; box-shadow: 10px 10px 10px rgba(0,0,0, .1);}
.intro_con .site_wrap .site h3 {text-align: center; color: #fff; font-size: 1.875em; font-family: var(--fonttype-2); height: 100px; line-height: 100px; font-weight: 800; padding: 0;}
.intro_con .site_wrap .site.site1 {background-color: var(--gdpurple); border: 4px solid var(--gdpurple);}
.intro_con .site_wrap .site.site2 {background-color: var(--gdred);border: 4px solid var(--gdred);}

.intro_con .site_wrap .site ul {background-color: #fff; display: flex; flex-flow: row wrap; height: calc(100% - 100px); padding: 1rem; box-sizing: border-box;}
.intro_con .site_wrap .site ul li {flex: 1 50%; font-size: 1.1rem; font-family: var(--fonttype-2); font-weight: 600; color: #333; text-align: left; padding: 0; box-sizing: border-box; line-height: 2; padding-left: 8px; position: relative;}
.intro_con .site_wrap .site ul li::before {position: absolute; left: -2px; top: 14px; width: 4px; height: 4px; background-color: #666; border-radius: 50%; content:'';}




/***** responsive *****/
@media screen and (max-width: 1600px) {
	.header h1 {font-size: 1.2rem;}
	.nav-wrap > ul {text-align: center; }
	.nav-wrap > ul > li {min-width: 120px;}
	.nav-wrap > ul > li > a {padding: 0 1rem;}
	.main-visual {height: 35vw;}	
}

@media screen and (max-width: 1400px) {
	
	.sub-content-container {padding: 4rem 2rem;}
}

@media screen and (max-width: 1240px) {
	.header {position: fixed; width: 100%; left: 0; top: 0;}
	.btn-header-search {right: 70px; width: 60px;}
	.btn-menu {display: block !important;}
	.nav-wrap {width: 80%; height: 100%; position: fixed; top: 0; right: -80%; text-align: left; padding: 0; background: #fff; box-shadow: 0 0 0 rgba(0,0,0,.2); transition: left .3s ease; z-index: 10;}
	.header .btn-menu {display: block;}
	.header .btn-menu.on {background-image: url(../images/ico_menu_close.svg); top: 0;}
	.header .btn-menu.on + .nav-wrap {right: 0; box-shadow: 0 0 10px rgba(0,0,0,.2); border-top: 79px solid #e7ecf1;}
	.dim {display: none; content: ''; position: fixed; top: 0; right: 0; width: 100%; height: 100%; z-index: 9; background: rgba(0,0,0,.5);}
	.header .btn-menu.on ~ .dim {display: block !important;}
	.nav-wrap > ul {height: 100%; border-top: 1px solid #ddd; overflow: auto; text-align: left;}
	.nav-wrap > ul.active {height: 100%;}
	.nav-wrap > ul + .box {display: none !important;}
	.nav-wrap > ul > li > a {padding: 0 20px; box-sizing: border-box; border-bottom: 1px solid #ddd; color: var(--black); height: 60px; line-height: 60px; font-size: 1.2rem;text-align: left;}
	.nav-wrap > ul > li > a.active {color: var(--gdred);}
	.nav-wrap > ul > li:hover > a {background-color: #fff; color: var(--gdred);}
	.nav-wrap > ul > li {height: auto; min-height: 40px; line-height: 40px; position: relative; width: 100%;}
	.nav-wrap > ul > li > ul {border-right: 0;}
	.nav-wrap > ul > li::after {display: none;}
	.nav-wrap > ul > li > ul, .nav-wrap > ul > li > ul {background: #f6f6f6; position: static; width: 100%; padding: 0; box-sizing: border-box; height: 0; overflow: hidden;}
	.nav-wrap > ul > li:hover > ul, .nav-wrap > ul > li.active > ul {height: auto; background: #f6f6f6;}
	.nav-wrap > ul > li > ul li a {padding: 10px 20px; font-size: 1rem;}
	.nav-wrap > ul > li > ul > li > ul {display: block;}
	.nav-wrap > ul > li > ul > li:first-child {margin-top: 0;}
	.nav-wrap > ul > li > ul > li:last-child {margin-bottom: 0;}
	.main-visual {margin-top: 80px; height: 42vw;}
	.main-content .quick-menu ul li a p {font-size: 1.1rem;}
	.support-list > div {flex: 0 calc(34% - 40px);}

	.sub-content {margin-top: 80px;}
	.sub-content-container {padding: 3rem 1rem;}
	.sub-head {height: 13.85em; padding: 4em 2.5em;}
	.sub-head h1 {font-size: 3em; margin-bottom: .2em;}

	.sub-search-wrap > select, .sub-search-wrap .select2 {height: 40px; line-height: 40px;}
	.sub-search-wrap > div {max-width: 280px;}
	.sub-search-wrap > div input[type=text] { height: 40px; line-height: 40px; width: calc(100% - 85px);} 
	.sub-search-wrap > div button, .sub-search-wrap .btn-location {width: 80px; height: 40px; line-height: 40px;}

	.teacher-list { gap: 1em;}
	.header_member {display: none;}
	.menu_member {display: block;}
	
}

@media screen and (max-width: 1240px) and (min-width: 640px) {
	.main-board1 ul li a {flex-flow: column wrap;}
	.main-board1 ul li .date {width: 80px;}
	.main-board1 ul li .date > strong {font-weight: 400; font-size: 1em; color: #999; display: inline-block;}
	.main-board1 ul li .con .text {margin-top: 8px;}
	.intro_wrap {    background-size: auto 50%, auto 50%, 80% auto, 100% auto;}
	
}


@media screen and (max-width: 1100px) {
	.intro_logo {width: 100px;}
	.intro_con h2 {font-size: 1.6rem;}
.intro_con .site_wrap {flex-flow: column wrap; width: 90%; max-width: 600px; min-height: auto;}
.intro_con .site_wrap .site {min-height: auto;}
.intro_con .site_wrap .site h3 {font-size: 1.2rem; height: auto; line-height: normal; padding: 1rem 0;}
.intro_con .site_wrap .site ul {min-height: 100px;}
}
@media screen and (max-width: 980px) {
	.main-visual {height: 45vw;}
	.enroll-view .item {padding: 16px;}
}

@media screen and (max-width: 860px) {

	.main-visual{height: 60vw;}
	.main-visual-con {height: auto;}
	.main-visual-con .main-banner {width: 100%; height: auto;}
	.slick-list {height: 45vw; border-radius: 1rem; box-shadow:0 0 10px rgba(97,33,54, .5);}
	.main-title {font-size: 1.8rem; padding-top: 5rem;}
	.main-title img {display: none;}
	.main-apply {display: none;}
	.main-content .quick-menu ul li {flex: 1 0 calc(30% - 2rem); }
	.main-content .quick-menu ul li:hover {margin-top:0;}
	.main-board1 ul, .main-board2 ul {gap: 16px;}
	.support-list {gap: 16px 32px;}
	.support-list > div {flex: 1 0 calc(50% - 32px);}
	.join-type ul {flex-flow: column wrap;}
	.join-type ul li {padding: 1rem; border-bottom: 1px solid #ddd; border-right: 0;}
	.join-type ul li:last-child {border-bottom: 0;}
	.join-type ul li button {height: 34px !important; line-height: 32px !important;}
	.join-type ul li img {width: 60px;}
	.certification-type ul {flex-flow: column wrap;}
	.certification-type ul li {padding: 1rem;}
	.certification-type ul li:nth-child(1) {border-bottom: 1px solid #ddd; border-right: 0;}
	.certification-type ul li button {height: 34px !important; line-height: 32px !important;}
	.certification-type ul li img {width: 60px;}
	.join-box li{background-size: 40px auto; padding: 60px 0 10px; font-size: .9em;}
	.join-comment {color: #333; font-size: .8em;}
	.sitemap ol > li {margin-left: 2.5%; width: 30%;}
	.sitemap ol > li > a {padding: 10px 15px;}
	.sitemap ol > li:first-child {margin-left: 0 !important;}
	.sitemap ol > li:nth-of-type(3n+1) {clear: both; margin-left: 0;}
	.sitemap ol > li:nth-of-type(5n+1) {clear: none; margin-left: 2.5%;}
	.sub-search-wrap2 {flex-flow: column wrap; gap: .6em;}
	.sub-search-wrap2 select, .sub-search-wrap2 button, .sub-search-wrap2 input[type=text], .sub-search-wrap2 > div .date > span{height: 40px; line-height: 40px;}

	.sub-search-wrap2 > div {gap: .6em;}
	.sub-search-wrap2 > div .tit {line-height: 40px; width: 80px; font-size: 1em;}
	.enroll-view .subject {border-bottom: 1px solid #ddd; padding-bottom: 1em; margin-bottom: 1em;}
	.enroll-view .item {display: block;}
	.enroll-view .apply {width: 100%; margin: 8px 0 0;}
	.enroll-view .apply button {width: 100%;}

	.enroll-view .item .subject {width: 100%;}
	.enroll-view .item .con {width: 100%;}
	.enroll-view .item .apply {width: 100%;}

	.enroll-wrap {flex-flow: column wrap; gap: 20px 0;}
	.listbox-comment {margin: 1em 0;}
	.enroll-tt {margin-bottom: 8px; font-size: 1em;}
	.enroll-list {height: 120px;}
	.enroll-list2 {flex-flow: column wrap;}
	.enroll-list2 > li {width: 100%; border: 0; border-bottom: 1px solid #ddd !important; background-color: #fff; text-align: left; padding: 4px 0 8px;}
	.enroll-list2 > li::after {display: none;}
	.enroll-list2 .price li {padding: 0 5px 0 0;}

	.enroll-view .con {margin: 16px 0;}
	.enroll-list2 strong {display: inline-block; margin-right: 8px; margin-bottom:0; min-width: 60px;}
	.enroll-list2 span {display: inline-block;}
	.btn_days {font-size: .9em;}
	.overview {flex-flow: column wrap; gap: 0;}
	.overview .img {flex: 1; padding-bottom: 40%;}
	.overview .info {flex: 1; padding: 2em;}
	.reserve-warp {flex-flow: column wrap;}
	.calendar table td {height: 50px;}
	.month-wrap .btn-month-prev, .month-wrap .btn-month-next {width: 30px; height: 30px;}
	.gallery-box > div {width: calc(50% - .67em);}
	.galley-img {height: 180px;}
	/*.tbl-wrap {width: 100%; overflow-x: auto; white-space: nowrap; margin: 0 0 1em;}
	.tbl-wrap table {width: auto;}
	.tbl-wrap::-webkit-scrollbar { -webkit-appearance: none; } 
	.tbl-wrap::-webkit-scrollbar:vertical { width: 12px; } 
	.tbl-wrap::-webkit-scrollbar:horizontal { height: 8px; } 
	.tbl-wrap::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, .5); border-radius: 10px; border: 2px solid #ffffff; } 
	.tbl-wrap::-webkit-scrollbar-track { border-radius: 10px; background-color: #ffffff; }*/
	.menu_member {display: flex; flex-wrap: wrap; gap: 4px; padding-right: 50px; background: #e7ecf1; padding-bottom: 23px; padding-left: 16px; position: static; margin-top: -54px;}
}

@media screen and (max-width: 859px) {
	.main-visual {height: 80vw;}
}
@media screen and (max-width: 640px) {
	.header {height: 50px;}
	.header h1 {top: 0;}
	.header h1 a {font-size: 1rem; line-height: 50px;}
	.header h1 a img {display: none;}
	.header h1 a span > strong {display: inline-block;}
	.btn-menu {width: 50px; height: 50px; background-size: 40% auto !important;}
	.btn-header-search {right: 50px; width: 40px; height: 50px; background-size: 56%;} 
	.header .btn-menu.on + .nav-wrap {border-top: 49px solid #e7ecf1;}
	.main-visual {margin-top: 50px; height: 80vw;}
	.main-title {font-size: 1.6rem; padding-top: 3.4rem;}
	.slick-list {height: 38vw;}
	.search-wrap .search {width: 70%;}
	.search-wrap .search-close img {width: 24px;}
	.main-content .quick-menu {width:100%; margin:24px 0}
	.main-content .quick-menu ul {flex-flow: column wrap; gap: 0;}
	.main-content .quick-menu ul li {flex: 1 0 calc(100% - 2rem); text-align: left; padding:1rem; box-shadow: none; border-radius: 0; border-bottom: 1px solid #ddd;}
	.main-content .quick-menu ul li:last-child {border-bottom: 0;}
	.main-content .quick-menu ul li a {padding: 8px 16px;}
	.main-content .quick-menu ul li a img {width: 40px; display: inline-block; vertical-align: middle; margin: 0 16px 0 0}
	.main-content .quick-menu ul li a p {display: inline-block; vertical-align: middle;}
	.main-board {padding: 32px 0 0;}
	.main-board2 {margin: 32px 0 0; padding: 32px 16px; background-color: #ffffff;}
	.main-board2 ul li a {padding: 4rem 0;}
	.main-board2 ul li a div span  {display: none;}
	.main-board2 ul li a div strong {font-size: 1.4em; font-weight: 600;}
	.main-board1 {margin: 0 auto;}
	.main-board1 ul, .main-board1 ul, .main-board2 ul {flex-flow: column wrap; gap: 8px;}
	.main-board1 ul li .con {font-size: 1rem;}
	.main-board1 ul li .con .text {margin-top: 8px;}	
	.main-board1 ul li .con .text .tit {    -webkit-line-clamp: 1; height: 1.2em; font-size: 1.1em;}
	.main-board1 ul li .con .text .cont {display: none;}
	.main-board1 ul li .con .label {height: 24px; line-height: 24px; margin-top: 6px;}
	.main-board1 ul li .date > strong {font-size: 2.2em;}
	.main-board1 ul li a {padding: 16px 16px 10px 16px;}
	.main-board1 h3 {text-align: left; font-size: 1.6rem;}
	.main-board1 h3 > a img {width: 20px;}
	.support {padding: 0 0 32px 0;}
	.support h3 {font-size: 1.6rem;}
	.support-list {gap: 16px;}
	.support-list > div{flex:1 0 calc(100% - 16px);}
	.sub-support {padding: 32px 0;}
	.footer-util {height: 50px;}
	.footer-util ul {text-align: center;}
	.footer-util ul li {font-size: .9rem}
	.footer-util ul li a {line-height: 50px;}
	
	.tbl-write {font-size: 1em; width: 100% !important;}
	.tbl-write tbody th {width: auto;}
	.tbl-basic {font-size: .9rem;}
	.tbl-basic th, .tbl-basic td {padding: .6em;}
	.ico_file {width: 14px;}
	.paging li {width: 20px; height: 20px; line-height: 20px; margin: 0 2px;}
	.sub-content {margin-top: 50px;}
	.sub-content .stit2 {font-size:1.2em ;}
	.sub-head {height: 8em; padding: 2em;}
	.sub-head h1 {font-size: 1.6em;}
	.sub-head p {font-size: 1em;}
	.sub-gnb {height: 35px;}
	.sub-gnb-list {width: 100%;}
	.sub-gnb-list > li {width: 30%;}
	.sub-gnb-list > li > a {line-height: 32px; font-size: 12px; padding: 0 .5em; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;  background-size: 16px;}
	.sub-gnb-list > li:first-child {width: 10%;}
	.sub-gnb-list > li:first-child a {padding: 0; text-align: center;}
	.sub-gnb-list > li:first-child a img {width: auto; height: 55%;}
	.sub-content h2 {font-size: 1.4em !important;}
	.sub-content-container {padding: 24px 16px;}
	.sub-content-container .stit {font-size: 1.7em; padding: 0 1em 0;}
	.sub-search-wrap {margin: 0 0 1em; padding: 1em;}
	.sub-search-wrap > select,.sub-search-wrap .select2 {max-width: 100%; margin-bottom: .5em;}
	.sub-search-wrap > div {max-width: 600px; }
	.sub-search-wrap .btn-location {width: 100%}
	.join-wrap h3 {font-size: 1.2em;}
	.join-con2 .join-com {font-size: 1em;}
	.terms h5 {font-size: 1.1rem;}
	.terms > div {font-size: .9rem;}
	.join-con2 .join-com strong {font-size: 1.1rem;}
	.mail-wrap {font-size: 1.1em;}
	.mail-wrap img {width: 80px;}
	.sitemap h2 {margin-bottom: 0;}
	.sitemap h2 a {font-size: 1em; }
	.sitemap ol > li {width: 100%; margin-left: 0 !important;}
	.sitemap ol > li:first-child {clear: both;}
	.sitemap ol > li:nth-of-type(5n+1) {clear: none; margin-left: 0;}
	.sitemap ol > li:nth-of-type(3n+1) {clear: none; margin-left: 0;}
	.sitemap ol > li > a {margin-bottom: 0; border: 0; border-bottom: 1px solid #ededed; background: url(../images/img_place_arrow.png) 98% 50% no-repeat;}
	.sitemap ol > li > a:hover {border: 0; border-bottom: 1px solid var(--gdred); }
	.sitemap ol li ul li a {font-size: .9em;}
	.sub-search-wrap2 > div .date > button {width: 100%;}
	.search-area h4, .search-keyword h4 {font-size: 1em; width: 80px;} 
	.search-keyword > div, .search-area > div {width: calc(100% - 90px)}
	.galley-img {height: 120px;} 
	.teacher-list {flex-flow: column wrap;}
	.teacher > img {width: 120px; height: auto;}
	.teacher > p {width: 120px;}
	.login-etc {flex-flow: column wrap;}
	.login-etc li a {height: 38px; line-height: 36px;}
	.login-wrap2 .login-con {font-size: 1em;}
	.login-wrap2 .login-con strong{font-size: 1.1em;}
	.menu_member {top: -40px;}
	.menu_member > div {margin-right: 2px; padding: 6px;}
	.menu_member > div a img {display: none;}
	.menu_member {padding-bottom: 10px; margin-top: -39px;}
}
@media screen and (max-width: 540px) {
	.gallery-box > div {width: 100%;}
}
@media screen and (max-width: 480px) {
	h1 a {font-size: 1rem;}
	.intro_logo {position: relative; top: auto; left: auto; display: block; margin: 0 auto 1rem;}
	.intro_con h2 p {margin-top: 8px;}
	.main-visual {height: 90vw;}
	.intro_wrap {
		background-image:none, url(../images/img_intro2.png), url(../images/img_intro3.png), url(../images/img_intro.png);
		background-size: auto 50%, auto 40%, 70% auto, 100% auto;}
	.intro_con .site_wrap .site {border-radius: 16px;}
	.intro_con .site_wrap .site ul li {font-size: 1rem;}
}
@media screen and (max-width: 380px) {
	.intro_con .site_wrap .site ul {min-height: 75px;}
	.intro_con .site_wrap .site ul li {font-size: .8rem;}
	.intro_con .site_wrap .site ul li::before {top: 8px;}
}