@charset "utf-8";

/*연혁*/
.history {float:left; width:48%; overflow:hidden; margin-bottom:60px;}
.history:nth-child(even) {float:right;}
.history dl {overflow:hidden;}
.history dl dt {float:left; width:25%; font-size:2em; font-weight:600; font-family:'verdana'; color:#37752e; box-sizing:border-box;}
.history dl dd {float:left; width:75%; margin-top:12px; padding-left:29px; border-left:1px solid #37752e; box-sizing:border-box;}
.history dl dd li {position:relative; padding-left:85px; margin:20px 0;}
.history dl dd li:first-of-type {margin-top:0;}
.history dl dd li:before {content:''; position:absolute; top:8px; left:-33px; width:7px; height:7px; background:#37752e; border-radius:50%;}
.history dl dd li span {position:absolute; font-weight:600; left:15px;}
@media all and (max-width:1023px) {
	.history dl dt {float:none; width:100%;}
	.history dl dd {float:none; width:100%; margin-left:20px; padding-right:20px;}
}
@media all and (max-width:768px) {
	.history {width:100%; margin-bottom:0;}
}

/* 찾아오시는길 */
.road .left {float:left; width:66.5%; border-bottom:1px solid #d6d6d1;}
.road .right {float:right; position:relative; width:33.5%; min-height:400px; padding:50px; background:#0f2d0b; color:#fff;}
.road .right dl {position:relative;}
.road .right dl:before {content:''; position:absolute; top:0; left:0; width:50px; height:1px; background:#fff;}
.road .right dl dt {padding:10px 0; font-size:1.7em; letter-spacing:-1px; line-height:1.23;}
.road .right dl dd {margin-left:3px;}
.road .right .info {position:absolute; bottom:50px;}
.road .right .info p {margin-bottom:15px;font-size:1.2em; letter-spacing:0.1px;}
.road .right .info p span {font-size:30px; margin-right:10px; letter-spacing:-2px;}
.road .right .info li {position:relative; margin:3px 0; padding-left:75px; padding-right:50px;}
.road .right .info li:last-child {margin-bottom:0;}
.road .right .info li span {position:absolute; left:0; color:#ffc600;}
.trans {overflow:hidden;}
.trans h4 {float:left; width:10%;}
.trans > div {float:right; width:87%; margin-top:-15px}
.trans > div dl {overflow:hidden; position:relative; border-bottom:1px solid #dedede; padding:18px 10px 16px;}
.trans > div dl dt {position:absolute; left:10px; font-weight:500;}
.trans > div dl dt h5 {margin:0 !important;}
.trans > div dl dd {padding-left:285px;}
.trans > div dl dd ul.cont_depth01 {margin:-7px 0 0 0;}
@media all and (max-width:1023px) {
	.road .left {width:50%;}
	.road .right {width:50%;}
	.trans h4 {width:17%;}
	.trans > div {width:83%;}
}
@media all and (max-width:768px) {
	.road .left {float:none; width:100%;}
	.road .right {float:none; width:100%; min-height:100%; padding:30px;}
	.road .right .info {position:static;}
	.road .right .info p {margin-top:40px;}
	.trans h4 {float:none; width:100%;}
	.trans > div {float:none; width:100%; margin-top:0;}
	.trans > div dl {padding:0 0 15px 0;}
	.trans > div dl dt {position:static;}
	.trans > div dl dt h5 {margin:20px 0 15px 10px !important;}
	.trans > div dl dd {padding-left:0;}
	.trans > div dl dd ul.cont_depth01 {margin:10px 0 10px 25px;}
}

/* 관람안내 */
.view ul {overflow:hidden; margin-bottom:40px; border-top:2px solid #37752e; border-bottom:1px solid #37752e;}
.view ul li {float:left; position:relative; width:50%; padding-top:215px; text-align:center; box-sizing:border-box;}
.view ul li.view_01 {border-bottom:1px solid #d0d0d0;}
.view ul li.view_02 {border-left:1px solid #d0d0d0;}
.view ul li:before {content:''; position:absolute; top:47px; left:50%; width:121px; height:121px; margin-left:-61px; background:url('/goboongoon/img/sub/view_01.jpg') no-repeat;}
.view ul li.view_01:before {background-position:0 0;}
.view ul li.view_02:before {background-position:-121px 0;}
.view ul li dl {border-top:1px solid #d0d0d0;}
.view ul li dl dt, .view ul li dl dd {padding:15px 10px;}
.view ul li dl dt {color:#37752e; font-size:1.15em; font-weight:500;}
.view ul li dl dd {border-top:1px solid #d0d0d0;}
@media all and (max-width:599px) {
	.view ul li {float:none; width:100%;}
	.view ul li.view_02 {border-left:0;}
}

/* 전시관 안내 */
.map_wrap {overflow:hidden; margin:40px 0;}
.map_wrap > img {float:left; width:66.666%;}
.map_wrap .map_icon,
.map_wrap .map_list {float:right; width:23%;}
.map_wrap .map_icon li figure {overflow:hidden; margin:20px 0;}
.map_wrap .map_icon li img {display:block; float:left; width:60px; margin-right:15px;}
.map_wrap .map_icon li figcaption {margin:2px 0; font-size:1.2em; font-weight:600;}
.map_wrap .map_icon li figcaption span {display:block; font-size:0.83em; text-transform:capitalize; color:#808080; font-weight:400;}
.map_wrap .map_list li {position:relative; margin:7px 0; padding:4px 0; padding-left:38px; box-sizing:border-box;}
.map_wrap .map_list li span {display:inline-block; position:absolute; left:0; top:0; width:30px; height:30px; margin-right:7px; background:#000; color:#fff; border-radius:50%; line-height:30px; text-align:center;}
@media all and (max-width:1023px) {
	.map_wrap > img {width:60%;}
	.map_wrap .map_icon,
	.map_wrap .map_list {width:30%;}
	.map_wrap .map_icon li img {width:50px;}
	.map_wrap .map_icon li figcaption {font-size:1em;}
	.map_wrap .map_list li {font-size:0.95em;}
}
@media all and (max-width:768px) {
	.map_wrap > img {float:none; width:100%;}
	.map_wrap .map_icon,
	.map_wrap .map_list {overflow:hidden; float:none; width:100%; margin-top:25px;}
	.map_wrap .map_icon li {float:left; width:25%;}
	.map_wrap .map_list li {float:left; width:33.333%;}
	.map_wrap .map_icon li figure {margin:10px 0;}
	.map_wrap .map_icon li img {margin-right:10px;}
}
@media all and (max-width:630px) {
	.map_wrap .map_icon li {width:50%;}
	.map_wrap .map_icon li:nth-child(2n+1) {clear:both;}
	.map_wrap .map_list li {float:left; width:50%;}
}


/* 대관안내 */
.process {overflow:hidden;}
.process ul {width:100%;}
.process ul li {position:relative; width:30%; /*height:239px;*/ padding:25px 20px; border:1px solid #d0d0d0; box-sizing:border-box; text-align:center;}
.process ul li:before {content:''; position:absolute; bottom:50%; right:-12.5%; width:27px; height:26px; margin-bottom:-15px; background:url('/goboongoon/img/sub/process_02.gif') no-repeat center;}
.process ul li.icon_03:before {bottom:-21%; right:50%; margin-right:-12px; margin-bottom:0; transform:rotate(90deg);}
.process .right li:before {transform:rotate(180deg);}
.process .left li {float:left; margin:0 0 5% 5%;}
.process .left li:nth-child(3n+1) {margin-left:0;}
.process .right li {float:right; margin:0 5% 25px 0;}
.process .right li:nth-child(3n+1) {margin-right:0;}
.process ul li > span {display:block; position:absolute; top:0; right:0; width:40px; height:40px; border-left:1px dashed #d0d0d0; border-bottom:1px dashed #d0d0d0; text-transform:uppercase; font-size:0.95em; line-height:40px;}
.process ul li > p {position:relative; padding-top:140px; color:#255a1e; font-weight:500;}
.process ul li > p:after {content:''; position:absolute; top:0; left:50%; width:114px; height:114px; margin-left:-57px; background:#efefef url('/goboongoon/img/sub/process_01.png') no-repeat; border-radius:50%;}
.process ul li.icon_01 > p:after {background-position:0 0;}
.process ul li.icon_02 > p:after {background-position:-114px 0;}
.process ul li.icon_03 > p:after {background-position:-228px 0;}
.process ul li.icon_04 > p:after {background-position:-342px 0;}
.process ul li.icon_05 > p:after {background-position:-456px 0;}
.process ul li > p span {color:#959595; font-size:0.95em; font-weight:400;}
@media all and (max-width:1023px) {
	.process ul li:before {background-size:70%; right:-13%;}
	.process ul li.icon_03:before {bottom:-16%;}
}
@media all and (max-width:768px) {
	.process ul li {width:100%;}
	.process ul li:before {bottom:-16%; right:50%; margin-right:-8px; margin-bottom:0; transform:rotate(90deg);}
	.process .right li:before {transform:rotate(90deg);}
	.process .right li:last-child:before {display:none;}
	.process .left li {float:none; margin:0 0 40px 0;}
	.process .right li {float:none; margin:0 0 40px 0;}
	.process .right li:last-child {margin:0 0 25px 0;}
}

/* 본인인증 */
.confirm h4 {display:none;}

/* 고분군 전시관 예약관련  */
.reserList .monthTab div {position:relative; padding:15px 10px; }
* {box-sizing:border-box;}
/*
*  {margin:0; padding:0;}
#content {line-height:1.5;}
html, body, input, textarea, select { font-family:'notokr', sans-serif; color:#333; font-size:16px; font-weight:400; letter-spacing:-0.7px; overflow-x:hidden; }
body { word-break: keep-all; word-wrap:break-word; -webkit-text-size-adjust: 100%; }*/
.reserList { position:relative; /*overflow:hidden;*/}
.reserList .monthTab {border:3px solid #ddd; margin-bottom:20px;}
.reserList .monthTab ul {display:table; table-layout:fixed; overflow:hidden; width:100%; border-top:1px solid #ddd;}
.reserList .monthTab ul li {display:table-cell; border-left:1px solid #ddd; }
.reserList .monthTab ul li:first-child {border-left:0;}
.reserList .monthTab ul li a {display:block; padding:7px 0; background: #f2f2f2; color:#555; border-bottom:2px solid #f2f2f2; text-align:center; }
.reserList .monthTab ul li:hover a,
.reserList .monthTab ul li.on a { border-bottom:3px solid #37752e; background:#fff; color:#37752e; font-weight:600;}
.reserList .monthTab div {position:relative; padding:15px 10px; }
.reserList .monthTab div p {text-align:center; font-size:30px; font-weight:600; }
.reserList .monthTab div a { position:absolute; color:#555; font-size:1em; padding:0 0 0 25px; left:20px; top:50%; margin-top:-12.5px; }
.reserList .monthTab div a.next {padding:0 25px 0 0; left:auto; right:20px; }
.reserList .monthTab div a:before {content:''; position:absolute; top:2px; left:0; background:url('/goboongoon/img/sub/calArrow.gif') no-repeat 0 0; width:12px; height:21px; }
.reserList .monthTab div a.next:before { background-position:-12px 0; left:auto; right:0; }
.reserList .cal { position:relative; width:100%; border:1px solid #ccc; }
.reserList .cal > p {font-size:25px; text-align:center; line-height:1.5; margin:15px;}
.reserList .cal > p span {display:block; font-size:12px; color:#999; letter-spacing:0;}
.reserList .cal table { width:100%; table-layout:fixed; text-align:center; font-size:14px; }
.reserList .cal table th { border-top:1px solid #ddd; border-bottom:1px solid #ddd;  padding:10px 0; width:14.28%; background:#eee; }
.reserList .cal table td { position:relative; height:100px; padding:35px 10px 10px; text-align:left; vertical-align:top; border-left:1px dashed #ccc; border-top:1px dashed #ccc;  }
.reserList .cal table tr:first-child td {border-top:0;}
.reserList .cal table tr td:first-child {border-left:0;}
.reserList .cal table td > span { position:absolute; left:10px; top:10px; }
.reserList .cal table td { line-height:22px; min-height:44px; overflow:hidden;}
.reserList .cal table td a { position:relative; display:block; color:#555; text-align:center; background:#eee; margin:5px 0; }
.reserList .cal table td a span { font-weight:600; margin-left:3px; }
.reserList .cal table td a:hover {background:#37752e; color:#fff; }
@media all and (max-width:768px){
  .reserList .cal table td a span {display:block;}
}
@media all and (max-width:480px){
  .reserList .monthTab ul li a {font-size:12px;}
  .reserList .cal {overflow-x:scroll;}
  .reserList .cal table {width:480px;}
}
/*예약_write*/
.reserWrite {position:relative;}
.reserWrite legend {width:100%; font-weight:500; font-size:1.52em; border-bottom:1px solid #999; padding-bottom:10px; letter-spacing:-1.2px;}
.reserWrite .agree {margin-bottom:30px;}
.reserWrite .agree h4 {padding-left:0 !important; font-size:1.25em !important;}
.reserWrite .agree h4:before {display:none;}
.reserWrite .agree h5 {padding-left:0 !important; font-size:1.2em !important; letter-spacing:-1.2px;}
.reserWrite .agree h5:before {display:none;}
.reserWrite .agree .text {background:#f5f5f5; padding:25px; height:300px; overflow-y:scroll; }
.reserWrite .agree .txt {margin-left:10px;}
.reserWrite .agree .check {background:#555 !important; color:#fff !important; padding:8px 20px !important; }
.reserWrite .agree .check label {margin-left:5px; }
.reserWrite .align {position:relative;}
.reserWrite .align .info {position:absolute; right:0; top:11px;  font-size:0.95em;}
.reserWrite dl {border-bottom:1px solid #ddd; overflow:hidden; display:table; width:100%; table-layout:fixed; min-height:72px;}
.reserWrite dl dt {/*float:left;*/ width:30%; /*padding:24px 20px;*/ padding-right:20px; font-weight:600; text-align:left; display:table-cell; vertical-align:middle;}
.reserWrite dl dd {/*float:left;*/ width:70%; /*padding:15px 20px;*/ display:table-cell; vertical-align:middle;}
.reserWrite dl dd input[type="text"],
.reserWrite dl dd input[type="file"],
.reserWrite dl dd input[type="password"],
.reserWrite dl dd textarea,
.reserWrite dl dd select {border:1px solid #cacaca; padding:0 5px; line-height:40px; height:40px; width:300px; max-width:95%; font-size:15px; margin:2px 0;}
.reserWrite dl dd select {width:auto;}
.reserWrite dl dd textarea { max-width:none; width:100%; height:300px; }
.reserWrite dl dd.radio {overflow:hidden;}
.reserWrite dl dd.radio p {float:left; margin:2px 5px; }
.reserWrite dl dd .people {width:50px !important;}
.reserWrite .boxBg {padding:30px 40px !important; margin-top:20px;}
.reserWrite .boxBg .dept1 {margin:5px 0 10px !important;}
#reserve_person_adult,
#reserve_person_kids {margin-right:10px;}
@media all and (max-width:599px){
	.reserWrite dl dd input.fileName {width:100%; margin:0 0 5px 0;}
	.reserWrite dl dd input.fileAlt {width:100%; margin-bottom:20px;}
	#reserve_person_adult,
	#reserve_person_kids {max-width:85%;}
}
.boardBtn {text-align:center; margin-top:40px; overflow:hidden;}
.boardBtn a,
.boardBtn .write,
.cancel {display:inline-block; border:1px solid #37752e; background:transparent; color:#37752e; padding:7px 40px; font-size:0.9em !important; font-weight:500; border-radius:10px; height:40px; margin:0 3px; }
.boardBtn .write, .boardBtn .list { background:#37752e; color:#fff; }
.boardBtn .left {float:left;}
.boardBtn .right {float:right;}
.cancel  {padding:7px 15px}
.cancel:hover {color:#37752e;}
@media all and (max-width:480px){
	.boardBtn a {font-size:14px; }
	.boardBtn .left a {padding:8px 30px;}
	.boardBtn .right a {padding:8px 20px;}
}
/*예약조회*/
.search dl:first-of-type {border-top:1px solid #999}
.reserCheckList {margin-top:40px;}

/*체험프로그램예약관련*/
/*tab*/
.applyTab {display:flex; border-bottom:2px solid #203617; margin-bottom:40px;}
.applyTab li {margin:0 20px 0 0;}
.applyTab li a {display:block; text-align:center; font-weight:400; font-size:19px; padding:10px 70px; font-size:17px; position:relative; top:6px; border:1px solid #ddd; border-bottom:0; color:#606060;}
.applyTab li.on a {color:#203617; font-weight:700; border-color:#203617; position:relative; border-width:2px; font-size:20px; top:0;}
.applyTab li.on a:before {content:''; position:absolute; bottom:-2px; left:0; width:100%; height:2px; background:#fff;}
@media all and (max-width:1240px){
	.applyTab {flex-wrap:wrap; border-bottom:0; justify-content:space-between; margin:-5px; margin-bottom:20px;}
	.applyTab li {margin:5px; width:calc(25% - 10px);}
	.applyTab li a {font-size:16px; position:static; border:0; padding:10px; border:1px solid #ddd;}
	.applyTab li.on a {border-color:#203617; border-width:1px; font-size:17px;}
	.applyTab li.on a:before {display:none;}
}
@media all and (max-width:1023px){
	.applyTab li {width:calc(50% - 10px);}
}
/*공통*/
.dep_02 {margin:0 0 20px 5px;}
.dep_02 > li {position:relative; margin:7px 0; padding:0 0 0 18px}
.dep_02 > li:before {content:''; position:absolute; top:12px; left:0; width:4px; height:4px; background:#3f4e63; border-radius:50px;}
.status {display:flex; margin:0 -2px;}
.status > span, .status > a {flex:1 1 auto; width:calc(33.333% - 4px); margin:0 2px; display:block; text-align:center; background:#a84a34; color:#fff; padding:6px 15px; font-size:16px;}
.status .status_4 {background:#484848;}
.status .status_2 {background:#2e652d;}
.applyBtn {text-align:center; margin:40px -2px -2px -2px;}
.applyBtn a {display:inline-block; background:#444; color:#fff; padding:8px 16px; margin:2px;}
/*리스트*/
.applyList > ul {display:flex; flex-wrap:wrap; margin:-10px;}
.applyList > ul > li {width:calc(33.333% - 20px); margin:10px; border:1px solid #ddd; position:relative; padding:25px 25px 90px 25px;}
.applyList > ul > li.noList {width:100%; text-align:center; font-weight:500; border:0; font-size:19px; }
.applyList > ul > li > a {display:block; /*margin:-1px;*/}
.applyList .div span {display:inline-block; margin:3px 1px; font-weight:500; color:#575757; background:#e0f5e9; padding:5px 13px; font-size:15px;}
.applyList .div span:last-child {background:#fff2dd;}
.applyList .tit {display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; max-height:2.8em; margin:7px 0 10px 3px; font-size:27px; font-weight:700; line-height:1.4em; word-wrap:break-word; text-overflow:ellipsis;}
.applyList .dep_02 {font-size:16px; margin:15px 0 0 8px;}
.applyList .dep_02 > li {font-size:16px; margin:5px 0; padding-left:15px; line-height:1.5;}
.applyList .dep_02 > li:before {top:10px;}
.applyList .dep_02 > li:nth-child(2) {color:#5d0b0b; font-weight:600; }
.applyList .dep_02 > li:nth-child(3) {color:#28548a; font-weight:600; }
.applyList .num {margin:20px 8px 0; min-height:54px;}
.applyList .num li {position:relative; padding-left:75px;}
.applyList .num li b {position:absolute; left:0;}
.applyList .status {position:absolute; bottom:25px; left:50%; width:calc(100% - 50px); transform:translateX(-50%); }
.applyList.ins > ul > li {padding-bottom:25px;}
.clubList select {height:40px; padding:0 5px;}
@media all and (max-width:1023px){
  .applyList > ul > li {width:calc(50% - 20px);}
}
@media all and (max-width:599px){
  .applyList > ul {margin:-10px 0;}
  .applyList > ul > li {width:100%; margin:10px 0;}
}
/*뷰*/
.applyView {display:flex; justify-content:space-between; border:1px solid #ddd; padding:25px; margin-bottom:40px;}
.applyView > * {flex:0 0 auto; word-break:break-all;}
.applyView .left {width:calc(60% - 20px); position:relative;}
.applyView .left .slide {max-height:452px; overflow-y:auto;}
.applyView .left .control {position:absolute; left:0; top:0; display:flex;}
.applyView .left .control a {width:40px; height:40px; display:block; background:rgba(0,0,0,0.5); margin-left:3px; position:relative; text-indent:-9999px;}
.applyView .left .control a.play {display:none;}
.applyView .left .control a:before {content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:url('/goboongoon/img/sub/viewBtn.gif') no-repeat 0 0/500% auto;}
.applyView .left .control a.prev:before {background-position:0 0;}
.applyView .left .control a.stop:before {background-position:25% 0;}
.applyView .left .control a.play:before {background-position:50% 0;}
.applyView .left .control a.next:before {background-position:75% 0;}
.applyView .right {width:calc(40% - 20px);}
.applyView .right .tit {font-size:27px; font-weight:600; line-height:1.4; margin:6px 0 0 0 ;}
.applyView .right .type {display:inline-block; margin:3px 1px; font-weight:500; color:#575757; background:#fff2dd; padding:5px 13px; font-size:15px;}
.applyView .right .dep_02 {margin:25px 7px;}
.applyView .right .dep_02 li {position:relative; padding-left:100px;}
.applyView .right .dep_02 li:nth-child(2) {color:#5d0b0b;}
.applyView .right .dep_02 li:nth-child(3) {color:#28548a;}
.applyView .right .dep_02 li span {position:absolute; left:15px; font-weight:700;}
.applyView2 .tit {font-size:25px; font-weight:600; line-height:1.4; margin:12px 0 ; border-bottom:1px solid #ddd; padding-bottom:20px; margin-top:50px; margin-bottom:25px; color:#37752e;}
@media all and (max-width:1440px){
	.applyView .left {width:calc(500px - 20px);}
	.applyView .right {width:calc(100% - 500px - 20px);}
}
@media all and (max-width:1023px){
	.applyView {flex-wrap:wrap;}
	.applyView .left {width:100%; margin-bottom:25px;}
	.applyView .right {width:100%;}
}
@media all and (max-width:599px){
	.applyView .left .control a {width:30px; height:30px;}
}
/*신청폼*/
.applyWrite fieldset legend {font-size:27px; font-weight:600; line-height:1.4; margin:60px 0 20px 0; border-bottom:0; padding:0;}
.applyWrite .agree * {font-size: 16px !important;}
.applyWrite .agree .text {background: none; max-height: 300px; height: auto; border: 1px solid #ddd; padding:25px;}
.applyWrite .agree .check {background: none !important; color:#363636 !important; padding:15px 0 !important; text-align:right; border-bottom:1px dashed #ddd;}
.applyWrite .agree .check > span {display: inline-block;}
.applyWrite .bt2 {background:#235a1a; color:#fff; font-weight:400; font-size:15px; display:inline-flex; text-align:center; padding:4px 10px;}
.applyWrite .align .info {top:6px; right:10px;}
.applyWrite .align .info input[type="checkbox"] {margin-right:5px;}
.applyWrite .sum {background:#f7f7f7; padding:25px; margin:60px 0 0 0; border-radius:15px;}
.applyWrite .sum ul {display:flex; position:relative;}
.applyWrite .sum ul:before {content:''; position:absolute; top:50%; left:50%; width:1px; height:50%; transform:translate(-50%, -50%); background:#c0c0c0;}
.applyWrite .sum ul li {width:50%; text-align:center;}
.applyWrite .sum ul li > span {font-weight:500; font-size:19px; display:inline-block;}
.applyWrite .sum ul li p {font-size:25px; font-weight:600; line-height:1.4; margin-top:3px;}
.applyWrite .form {background:#f7f7f7; padding:25px; border-radius:15px; margin-top:10px;}
.applyWrite .form legend {margin-top:0; font-size:20px;}
.applyWrite .form dl {border-bottom:0; padding:3px 0; min-height:auto;}
.applyWrite .form dl:last-child {margin-bottom:0;}
.applyWrite .form dl dt {width:100px; padding-right:0;}
.applyWrite .form dl dd {width:calc(100% - 100px);}
.applyWrite .form dl dd input[type="text"] {max-width:100%; width:100%; border:0; font-size:16px; height:48px; line-height:48px; border-radius:6px; padding:0 13px; margin:5px 0;}
.applyWrite .form.etc {padding:17px 25px}
.applyWrite .form.etc dl {background:none; font-size:20px; padding:0; margin:0;}
.applyWrite .form.etc dl dd {font-weight:500;}
.applyWrite .form .add_child > dd {display:flex; width:100%;}
.applyWrite .form .add_child > dd * {flex:1 1 auto; width:auto;}
.applyWrite .form .add_child > dd dl {margin:0 0 0 15px; padding:0;}
.applyWrite .form .add_child > dd dl:first-child {margin:0;}
.applyWrite .form .add_child > dd dt {padding:0 15px;}
.applyWrite .form .add_child .bt2 {margin-left:15px;}
.applyWrite .form .align .info {top:-4px;}
@media all and (max-width:1023px){
	.applyWrite .form dl dt {width:150px;}
	.applyWrite .form dl dd {width:calc(100% - 150px);}
	.applyWrite .form .add_child > dd {flex-wrap:wrap; }
	.applyWrite .form .add_child > dd dl {margin:0;}
	.applyWrite .form .add_child > dd dt {width:100px; padding:0;}
	.applyWrite .form .add_child > dd dd {width:calc(100% - 100px);}
}
@media all and (max-width:599px){
	.applyWrite .form dl dd input[type="text"] {height:45px; line-height:45px;}
	.applyWrite .form > dl {margin-bottom:20px;}
	.applyWrite .form > dl > dt {width:100%; display:block; margin-bottom:7px;}
	.applyWrite .form > dl > dd {width:100%; display:block;}
	.applyWrite .align .info {position:static; margin:-10px 0 20px;}
	.applyWrite .form .add_child > dd dt {width:80px;}
	.applyWrite .form .add_child > dd dd {width:calc(100% - 80px);}
}
.applyNotice .inner {padding:35px;}
.mypage > ul > li {padding-bottom:130px;}

/*비전 핵심가치*/
.vision_wrap .cont_depth01 {margin:0;}
.vision_wrap .cont_depth01 > li:before {top:12px;}
.vision_wrap > dl { position:relative; background:#dee9d9; border-radius:10px; padding:60px 40px 40px; margin:60px auto; }
.vision_wrap > dl > dt { position:absolute; left:50%; top:-25px; transform:translateX(-50%); display:inline-flex; justify-content:center; align-items:center; height:50px; width:200px; border-radius:10px; background:#2c6317; color:#fff; font-size:25px; font-weight:600;}
.vision_wrap > dl > dd {font-size:18px; }
.vision_wrap > dl:nth-of-type(even) {background:#dfd4cb;}
.vision_wrap > dl:nth-of-type(even) > dt {background:#9e5d29; }
.vision_wrap > dl.cont2 > dd { text-align:center; font-size:30px; font-weight:600; }
.vision_wrap > dl.cont4 > dd {display:flex; flex-wrap:wrap; }
.vision_wrap > dl.cont4 div {width:calc((100% - 90px)/4); margin-left:30px; text-align:center;  }
.vision_wrap > dl.cont4 div:first-of-type {margin-left:0;}
.vision_wrap > dl.cont4 div strong {font-size:20px; }
.vision_wrap > dl.cont4 div::before { content:''; display:block; width:110px; height:110px; background:#fff url('/goboongoon/img/sub/vision_icon.png') no-repeat 0 0; border-radius:50%; margin:0 auto 15px; } 
.vision_wrap > dl.cont4 div:nth-of-type(2)::before { background-position:-110px 0;} 
.vision_wrap > dl.cont4 div:nth-of-type(3)::before { background-position:-220px 0;} 
.vision_wrap > dl.cont4 div:nth-of-type(4)::before { background-position:-330px 0;} 
.vision_wrap > dl.cont5 > dd { display:flex; flex-wrap:wrap; justify-content:space-between;  }
.vision_wrap > dl.cont5 > dd > dl { width:calc(50% - 20px); }
.vision_wrap > dl.cont5 > dd > dl dt {display:inline-flex; background:#af6917; color:#fff; padding:5px 15px; border-radius:5px;font-weight:600; }
.vision_wrap > dl.cont5 > dd > dl:nth-of-type(2) dt { background:#248765;  }
.vision_wrap > dl.cont5 > dd > dl:nth-of-type(3) dt { background:#313b99; margin-top:20px; }
.vision_wrap > dl.cont5 > dd > dl:nth-of-type(4) dt { background:#9b2f22; margin-top:20px; }
@media all and (max-width:768px){
	.vision_wrap > dl.cont4 div {width:calc((100% - 30px)/2);}
	.vision_wrap > dl.cont4 div:nth-of-type(3) {margin-left:0;}
	.vision_wrap > dl.cont5 > dd > dl { width:100%; }
	.vision_wrap > dl.cont5 > dd > dl:nth-of-type(2) dt { margin-top:20px; }
}
@media all and (max-width:480px){
	.vision_wrap > dl { padding:40px 20px 30px; }
	.vision_wrap > dl.cont4 div { position:relative; width:100%; margin-left:0; margin:20px 0; text-align:left; padding-left:100px; }
	.vision_wrap > dl.cont4 div::before { position:absolute; left:0; top:0; zoom:70%;}
}

.youtube { min-width:auto;}