@charset "utf-8";

@font-face {
	font-family: 'NotoSansKR';
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	src:url(../../new/font/NotoSansKR-Regular.woff2) format('woff2'),
		url(../../new/font/NotoSansKR-Regular.woff) format('woff'),
		url(../../new/font/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'NotoSansKR';
	font-display: auto;
	font-style: normal;
	font-weight: 500;
	src:url(../../new/font/NotoSansKR-Medium.woff2) format('woff2'),
		url(../../new/font/NotoSansKR-Medium.woff) format('woff'),
		url(../../new/font/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'NotoSansKR';
	font-display: auto;
	font-style: bold;
	font-weight: 700;
	src:url(../../new/font/NotoSansKR-Bold.woff2) format('woff2'),
		url(../../new/font/NotoSansKR-Bold.woff) format('woff'),
		url(../../new/font/NotoSansKR-Bold.otf) format('opentype');
}

/* RESET */
* {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box}
html,body,label,a,textarea,input,select,button {font-family:"NotoSansKR","본고딕", "맑은 고딕", "Malgun Gothic", Dotum, Arial, sans-serif;}
html { -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%;}
body {font-size:16px; line-height:1.4;-webkit-font-smoothing:antialiased; -webkit-overflow-scrolling:touch;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
h1,h2,h3,h4,h5,h6 {font-weight:normal; font-size:100%}
input, select, textarea, button, label {font-size:100%; vertical-align:middle; outline: none;}
select {color:#333; height:42px; line-height:40px; padding:0 30px 0 7px; font-size:16px; border:1px solid #8d8d8d;}
input {border:1px solid #8d8d8d; font-size:16px; padding: 0 7px; height: 42px;}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"] {}
fieldset, img, iframe {border:0 none;}
b, strong {font-weight:400;}
img {vertical-align:middle; border-style:nonel;}
textarea {width:100%; padding:10px; -webkit-box-sizing:border-box; box-sizing:border-box; resize:none; border:1px solid #ccc;background:#f9f9f9;color:#666666;}
em, address {font-style:normal}
a {text-decoration:none; background-color:transparent; vertical-align:middle; -webkit-text-decoration-skip:objects; color:#2d2d2d; word-break: break-word}
a:hover, a:active, a:focus {text-decoration:none}
a:active {color:#333}
menu,li {list-style:none;}
button {padding:0; margin:0; border:0; cursor:pointer; vertical-align:middle; background:none;}
button, input {overflow:visible;}
button, select {text-transform:none;}
button, html [type="button"], [type="reset"],[type="submit"] {-webkit-appearance:button}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {border-style:none;padding:0}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {outline:1px dotted ButtonText}
caption {width:0; height:0; font-size:0; line-height:0; overflow:hidden; /* visibility:hidden */}
i,em,address{font-style:normal;}
label {cursor:pointer;}
table {border-spacing:0; border-collapse:collapse; color:#2d2d2d;}
.blind {position:absolute;top:0;left:-100000px;width:0;height:0;font-size:0;}
hr{border:0;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color:#b8b8b8;}
::-moz-placeholder { /* Firefox 19+ */ color:#b8b8b8;}
:-ms-input-placeholder { /* IE 10+ */ color:#b8b8b8;}
:-moz-placeholder { /* Firefox 18- */color:#b8b8b8;}

/********** useful **********/
/* .hide {position: absolute; overflow: hidden; width: 1px; height: 1px; margin: -1px; clip: rect(0,0,0,0); font-size: 1px;} */
caption {position: static; overflow: hidden; width: 1px; height: 1px; margin: -1px 0 0 0; padding: 0; font-size: 1px; text-indent: -9999px;}
.clearfix:after {content: ""; display: block; width: 0; height: 0; font-size: 0; clear: both;}

.mt_3 {margin-top: 3px;}
.mt_5 {margin-top: 5px;}
.mt_10 {margin-top: 10px;}
.mt_15 {margin-top: 15px;}
.mt_20 {margin-top: 20px;}
.mt_25 {margin-top: 25px;}
.mt_30 {margin-top: 30px;}
.mt_40 {margin-top: 40px;}
.mt_50 {margin-top: 50px;}

.mb_5 {margin-bottom: 5px;}
.mb_10 {margin-bottom: 10px;}
.mb_15 {margin-bottom: 15px;}
.mb_20 {margin-bottom: 20px;}
.mb_25 {margin-bottom: 25px;}
.mb_30 {margin-bottom: 30px;}
.mb_40 {margin-bottom: 40px;}
.mb_50 {margin-bottom: 50px;}

.mr_5 {margin-right: 5px;}
.mr_10 {margin-right: 10px;}
.mr_20 {margin-right: 20px;}
.ml_7 {margin-left: 7px;}
.ml_10 {margin-left: 10px;}
.ml_20 {margin-left: 20px;}
.ml_30 {margin-left: 30px;}

.pt_5 {padding-top: 5px;}
.pt_10 {padding-top: 10px;}
.pt_15 {padding-top: 15px;}
.pt_20 {padding-top: 20px;}

.pb_5 {padding-bottom: 5px;}
.pb_10 {padding-bottom: 10px;}
.pb_15 {padding-bottom: 15px;}
.pb_20 {padding-bottom: 20px;}

.pr_5 {padding-right: 5px;}
.pr_10 {padding-right: 10px;}
.pr_20 {padding-right: 20px;}
.pl_5 {padding-left: 5px;}
.pl_10 {padding-left: 10px;}
.pl_20 {padding-left: 20px;}

.fl_l {float: left;}
.fl_r {float: right;}
.txt {font-size: 14px;}
.more {font-size: 14px; font-weight: 500;}
/*********** //useful *************/

#skipnavigation a {position:absolute; left:-3000%;}
#skipnavigation a:focus {display:block; left:0; top:0; z-index:10000000000; width:100%; height:30px; line-height:30px; background:#039; color:#fff; text-align:center;}

#wrapper{overflow:hidden;position:relative;max-width:1920px;margin:0 auto;}
#wrapper.active .nav_close{font-size:0;z-index:10;}
#wrapper .nav_title a{display:block}
#wrapper font{vertical-align:middle !important;}

/* common */
body {overflow: auto; -ms-overflow-style: none; scrollbar-width: none;}

/* 2023-03-17 필요없음 판단 */
/* body::-webkit-scrollbar {display: none;} */

.util .util_nav{clear:both;overflow:hidden;}
.util .util_nav li{position:relative;float:left;margin-left:15px;padding-left:15px;font-size:14px;}
.util .util_nav li:first-child{margin-left:0;padding-left:0;}
.util .util_nav li:first-child:before{display:none}
.util .util_nav li:before{content:"";position:absolute;top:8px;left:0;width:1px;height:17px;background:#a3a3a3;}
header .util .util_nav li a {color: #FFF;}
header .util .util_nav li{position:relative;float:left;margin-left:20px;padding:0 0 0 20px;}
header .util .util_nav li:before{content:"";position:absolute;top:5px;left:0;width:1px;height:16px;background:#FFF;}
header .util .util_nav li:first-child{margin-left:0;padding-left:0;}
header .util .util_nav li:first-child:before{display:none;}

header .layout_wrap {position:relative;z-index:2;}
header .cmn_search .search-icon {position:absolute; top:-2px; right:-5px; z-index:2; width:50px; height:50px; border-radius:50%; background:url(../../new/images/common/hd_searh_icon.png) no-repeat center; font-size:0;}
header .cmn_search input{width:330px;height:44px;border:0;}

header .srh_keyword {overflow:hidden; display:none; position:absolute; top:64px; left:-3px; right:-3px; z-index:10; padding: 15px; border-radius:20px;border:3px solid #7d73e6; background:#fff;box-sizing:border-box;}
header .srh_keyword.active{display:flex;}
header .srh_keyword h4{width:110px; margin:0 auto; color:#fff; text-align:center; line-height:23px; border-radius:15px; background:#7d73e6;}
header .srh_keyword .popularity_list {position:relative; width:50%;}
header .srh_keyword .popularity_list:after{content:""; position:absolute; top:3px; right:0; width:1px; height:100%; background:#7d73e6;}
header .srh_keyword .popularity_list ol{list-style:none; margin:0; padding-top:7px; counter-reset:list-number;}
header .srh_keyword .popularity_list ol li{counter-increment:list-number; margin-bottom: 5px; padding-right: 10px; width: 100%; height: 25px; line-height: 23px;}
header .srh_keyword .popularity_list ol li a{display:inline-block; overflow:hidden; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:calc(100% - 30px);}
header .srh_keyword .popularity_list ol li:before {content:counter(list-number); display:inline-block; position: relative; top: 2px; text-align:center; padding:2px; width:20px; height:20px; line-height:19px; color:#fff; margin-right:5px; border-radius:50%; background: #7d73e6;;}
header .srh_keyword .my_list {width:50%; padding-left:10px;box-sizing:border-box;}
header .srh_keyword .my_list ul li{position:relative;}
header .srh_keyword .my_list ul li a{display:inline-block;overflow:hidden;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:220px;}
header .srh_keyword .my_list ul li button{position:absolute;top:50%;right:0;width:12px;height:12px;background:url(../../new/images/common/srh_key_del.png) no-repeat 0 0;font-size:0;transform:translateY(-48%);}
.util_nav .user_name{display:inline-block; vertical-align:middle; font-weight:bold; margin-right:5px; padding-top: 3px; color: #FFF;}
.util_nav .bn_logout{font-weight:bold;}

.employment header h2.mobile_nav{background:url(../../new/images/common/btn_gnb_sub04.png) no-repeat 0 0/100% auto;}
.employment header h2.mobile_nav img{opacity:0}

/* k스터디 */
.cate01 header .srh_keyword{border-color:#00a29a;}
.cate01 header .srh_keyword h4{background:#00a29a;}
.cate01 header .srh_keyword .popularity_list ol li:before{background:#00a29a;}
.cate01 header .srh_keyword .popularity_list:after {background: #00a29a;}

/* 장학금 */
.cate02 header .srh_keyword{border-color:#4f6228;}
.cate02 header .srh_keyword h4{background:#4f6228;}
.cate02 header .srh_keyword .popularity_list ol li:before{background:#4f6228}
.cate02 header .srh_keyword .popularity_list:after {background: #4f6228;}

/* K라이프 */
.cate03 header .srh_keyword{border-color:#9654c0;}#00a29a
.cate03 header .srh_keyword h4{background:#9654c0;}
.cate03 header .srh_keyword .popularity_list ol li:before{background:#9654c0;}
.cate03 header .srh_keyword .popularity_list:after {background: #9654c0;}

/* K취업 */
.cate04 header .srh_keyword{border-color:#5f73bf;}
.cate04 header .srh_keyword h4{background:#5f73bf;}
.cate04 header .srh_keyword .popularity_list ol li:before{background:#5f73bf}
.cate04 header .srh_keyword .popularity_list:after {background: #5f73bf;}

/* 유학박람회 */
.cate05 header .srh_keyword{border-color:#00b7ee;}
.cate05 header .srh_keyword h4{background:#00b7ee;}
.cate05 header .srh_keyword .popularity_list ol li:before{background:#00b7ee;}
.cate05 header .srh_keyword .popularity_list:after {background: #00b7ee;}

/* 마이페이지 */
.mypage header .srh_keyword{border-color:#6c62d0;}
.mypage header .srh_keyword h4{background:#6c62d0;}
.mypage header .srh_keyword .popularity_list ol li:before{background:#6c62d0;}

.employment header .srh_keyword{border-color:#5f73bf;}
.employment header .srh_keyword h4{background:#5f73bf;}
.employment header .srh_keyword .popularity_list ol li:before{background:#5f73bf}

/* header */
header .select_wrap{position:relative;z-index:15;}
header .select_wrap dt{}
header .select_wrap dt a{display:block;text-align:center;border:1px solid #bfbfbf;background:#eeeeee;}
header .select_wrap dt a:after{content:"";display:inline-block;vertical-align:middle;width:13px;height:6px;margin:-5px 0 0 7px;background:url(../../new/images/common/lang_arrow.png) no-repeat 0 0/100% auto;}
header .select_wrap dt a.on:after{background:url(../../new/images/common/lang_arrow_on.png) no-repeat 0 0;}
header .select_wrap dd{border:1px solid #bfbfbf;border-top:0;background:#eeeeee;}
header .select_wrap dd{display:none;position:absolute;top:29px;left:0;z-index:2;width:100%}
header .select_wrap dd.on{display:block}
header .select_wrap dd ul li {padding:0 10px;}
header .layout_wrap h2.sub{font-weight:600}
header .subnav_wrap ul li a:hover{font-weight:bold;}
header .util .util_nav li a:hover{font-weight:bold;}
header .layout_wrap h1 a{display:block;width:100%;}
header .layout_wrap h1 a img{width:100%;}

header .cmn_search{margin:0 auto;text-align:left;border-radius:50px;border:5px solid #7d73e6;box-sizing:border-box;}

/* footer */
footer{padding:40px 0 40px 0;background:#ebeef4;font-size:16px;color:#454545}
footer .layout_wrap{position:relative;overflow:hidden;}
footer address ul{overflow:hidden;line-height:20px;}
footer address ul li a{vertical-align:top;line-height:18px;}
footer address ul li.pint{margin-left:20px;}
footer address ul li.pint:before{content:"";display:inline-block;vertical-align:top;background:#535353}
footer address ul li.pint a{color:#002e73;font-weight:600;}
footer address p{margin-top:4px;font-size:14px;}
footer .sns_list{overflow:hidden;}
footer .site > ul > li{float:left;word-break:keep-all;}
footer .site > ul > li:nth-child(1){min-width:215px;}
footer .site > ul > li:nth-child(2){min-width:94px;margin-left:20px;}
footer .site > ul > li:nth-child(3){min-width:128px;margin-left:20px;}
footer .site > ul > li .str{display:block;padding:8px 0;border-bottom:1px solid #626262;color:#434343;font-weight:600}
footer .site > ul > li ul{padding-top:9px;}
footer .site > ul > li ul li{max-width:210px;font-size:14px;letter-spacing:-1px;}
footer .open{position:absolute;bottom:0;right:0;}



@media screen and (min-width:991px){
	/* width랑 min-width: 1280px;으로 변경 예정 */
	#wrapper {max-width:1920px; min-width:1200px;}
	.layout_wrap {width:1200px; margin:0 auto;}
	header .layout_wrap h1{position:absolute;top:96px;left:0;width:200px;}
	header .select_wrap {float:right;margin-top:11px;position:relative;min-width:156px;font-size:16px;font-weight:normal;}
	header .select_wrap dt a{padding:4px 10px;font-size:14px;}
	header .util {position:absolute;top:16px;right:120px;}
	header .subnav_wrap{position:absolute;top:14px;left:0;}
	header .subnav_wrap img{display:none;}
	header .subnav_wrap ul li.on a{border-bottom:2px solid #fff;font-weight:bold;}
	header .subnav_wrap ul li{position:relative;float:left;margin-left:24px;padding-left:24px;}
	header .subnav_wrap ul li:first-child{margin-left:0;padding-left:0;}
	header .subnav_wrap ul li:first-child:after{display:none}
	header .subnav_wrap ul li:after{content:"";position:absolute;top:5px;left:0;width:2px;height:16px;background:rgba(255,255,255,0.5);}
	header .subnav_wrap ul li a{color:#fff;font-size:16px;}
	header .util .util_nav{float:left;margin-top:-4px;}
}

@media screen and (max-width:991px) {
	#wrapper{min-width:320px;overflow:hidden;}
	header h1 img{width:100%;}
	header .select_wrap{text-align:right;background:#eee;}
	header .select_wrap dl {position:relative;display:inline-block;width:20%;}
	header .select_wrap dt a{background:#fff;}
	header .select_wrap dd{text-align:left;}
	header .util .util_nav li:first-child{font-weight:bold;}
}

/* layout pc */
@media screen and (min-width:991px){
	header .layout_wrap h2.sub{position:absolute;top:96px;left:0;font-size:30px;}
	header h2.mobile_nav{display:none;}
	header .mo_nav_title{display:none}
	header .subnav_wrap .mo_home{display:none}

	footer .fleft{float:left;max-width:500px;}
	footer .fleft .foot_logo {display: block; width: 203px; height: auto;}
	footer .fright{float:right;}
	footer address ul li{float:left;}
	footer .sns_list li{float:left;margin-right:22px;}
	footer .site > ul > li{max-width:200px;}
	footer address p.txt02{margin-top:60px;}
	footer address{margin-top:38px;}
	footer address ul li.pint:before{width:1px;height:15px;margin:3px 20px 0 0;}

	header .loginfrm{display:none;}
	header .loginaf{display:none;}

	header .cmn_search{position:absolute;right:0;width:427px;height:52px;margin:0 auto;text-align:left;padding-left:26px;border-radius:50px;background:#fff;box-sizing:border-box;}
}
/* layout mobile cmm */
@media screen and (max-width:991px) {
	#wrapper.active .gnb_wrap {right:0;transition: all 0.2s linear;}
	#wrapper:after{display:none;content:"";position:absolute;left:0;bottom:0;z-index:10;width:100%;background:rgba(0,0,0,0.5)}
	#wrapper.active header .layout_wrap{position:static;}
	#wrapper.active:after{display:block}
	header{position:static;}
	header .mo_head{clear:both;position:relative;border-top:1px solid #bfbfbf;background:#fff;}
	header .layout_wrap{
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.17);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.17);
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.17);
	}
	/*
	header .mo_head{clear:both;position:relative;border-top:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf;background:#fff;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.17);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.17);
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.17);
}
*/
	header .select_wrap{z-index:20}
	header h2.mobile_nav{position:absolute;font-size:0;}
	header .gnb_wrap .nav_close{position:absolute;top:0;right:0;}
	/* header .cmn_search{display:none;}*/
	header .gnb_wrap .util{padding:20px 20px 30px 20px;}
	header .gnb_wrap .nav_close{background:url(../../new/images/common/nav_close.png) no-repeat 0 0/70% auto}
	header .gnb_wrap .nav_close img{opacity:0}
	header .nav_close a{display:block;width:100%;height:100%}
	header .nav_close img{width:100%}
	header .gnb_wrap{overflow:auto;position:absolute;right:-90%;bottom:0;z-index:11;width:80%;background:#eee;
		-webkit-box-shadow: -7px 3px 5px 0px rgba(1,1,1,0.35);
		-moz-box-shadow: -7px 3px 5px 0px rgba(1,1,1,0.35);
		box-shadow: -7px 3px 5px 0px rgba(1,1,1,0.35);
	}
	header .util .util_nav li:first-child {display:none;}
	header .util .util_nav li:nth-child(2){margin-left:0;padding-left:0;}
	header .util .util_nav li:nth-child(2):before{display:none;}
	header .util .util_nav li a{color:#fff;}
	header .util .util_nav li:before {background:#fff;}

	header .util .loginfrm{position:relative; margin-top:10px;}
	header .util .loginfrm button{position:absolute;top:0;right:0;}
	header .util .loginfrm button img{width:100%}

	header .util .loginaf {position:relative; margin-top:30px}
	header .util .loginaf button {position:absolute;top:0;right:0;}
	header .util .loginaf button img{width:100%}
	header .util .loginaf .login_info .user_info {color:#fff;}
	header .util .loginaf .login_info p{color:#dcdcdc;}

	header .nav_title {display:none}
	header h1 {float:left;}
	header .nav_wrap {padding:0 1%;background:#fff;}
	header .nav_wrap #gnb > li{border-top:2px solid #eeeeee;}
	/* header .nav_wrap #gnb > li > ul > li{border-top:2px solid #eeeeee;} */
	header .nav_wrap #gnb > li > ul > li > ul{display:none}
	header .nav_wrap #gnb > li > a:before{content:"";display:inline-block;vertical-align:middle;background:url(../../new/images/common/mo_sub_nav_bul01.png) no-repeat center/100% auto}
	header .nav_wrap #gnb > li > ul > li:first-child.depth{border-top:0;}
	header .nav_wrap #gnb > li.cate {background:url(../../new/images/common/sub_nav_open.png) no-repeat 95% 30px/25px auto;}
	header .nav_wrap #gnb > li.cate.on{border-radius:10px;border-top:0;background:#f3f3f3 url(../../new/images/common/sub_nav_close.png) no-repeat 95% 30px/25px auto;}
  	header .nav_wrap #gnb > li.cate > a:before{background:url(../../new/images/common/mo_sub_nav_depth01.png) no-repeat 0 0/100% auto}
	header .nav_wrap #gnb > li.cate ul{display:none;}
	header .nav_wrap #gnb > li.cate.on ul{display:block;}
	header .nav_wrap #gnb > li > ul > li > a:before{content:"";display:inline-block;vertical-align:middle;width:15px;height:15px;margin:-3px 6px 0 0;background:url(../../new/images/common/sub_nav_sbul01.png) no-repeat center/100% auto}
	header .nav_wrap #gnb > li > ul > li.depth > a:before{background:url(../../new/images/common/sub_nav_sdepth01.png) no-repeat center/100% auto}
	header .nav_wrap #gnb > li > ul > li.depth.on + li{border-top:0;}
	header .nav_wrap #gnb > li > ul > li > ul > li > a:before{content:"";display:inline-block;vertical-align:middle;width:10px;height:10px;margin-right:10px;background:url(../../new/images/common/sub_lst_bul.png) no-repeat center/100% auto}
	header .nav_wrap #gnb > li.cate.on + li{border-top:0;}
	header .nav_wrap ul li a{display:block;}
	header .subnav_wrap ul.site01{overflow:hidden;padding:8% 10% 8% 10%}
	header .subnav_wrap ul.site02{overflow:hidden;padding:0 10% 8% 10%}
	header .subnav_wrap .site01{background:#eeeeee;}
	header .subnav_wrap .site01 li{margin-top:0;}
	header .subnav_wrap .mo_home{clear:both;width:100% !important}
	header .subnav_wrap .mo_home img{width:100%;}

	header .subnav_wrap ul li{float:left;}
	header .cmn_search{position:relative;clear:both}

	header .util .loginfrm .linkage_btn .snsbtn {display: inline-block; height: 45px; line-height:1.5; padding: 7px 20px; color: #FFF; border-radius: 7px;}
	header .util .loginfrm .snsbtn.sns_ggl {background-color: #cb4023;}
	header .util .loginfrm .snsbtn.sns_fbk {background-color: #365999;}
	header .util .loginfrm .snsbtn.sns_ggl:before {content:''; display: inline-block; position: relative; top: 6px; right: 11px; width: 36px; height: 22px; background: url('../../new/images/sub/ico_google.png') no-repeat;}
	header .util .loginfrm .snsbtn.sns_fbk:before {content:''; display: inline-block; position: relative; top: 7px; right: 5px; width: 23px; height: 23px; background: url('../../new/images/sub/ico_facebook.png') no-repeat;}

	footer .fright .site{display:none}
	footer .foot_logo{display:none}
	footer .open{display:none}
	footer .sns_list{text-align:center;}
	footer .sns_list li{display:inline-block;margin:0 11px;}
	footer address ul li{display:inline-block}
	footer address p.txt01{display:none;}
	footer address{margin-top:2%;text-align:center;}
	footer address p.txt02{margin-top:1.5%;}
}
/* layout mobile */
@media screen and (max-width:767px){
	input {height:35px;}
	header h1{padding:12px;}
	header .subnav_wrap ul{padding-top:20px;}
	header .gnb_wrap .util{padding:20px 20px 20px 20px;}
	header .select_wrap dt a{padding:5px 0;}
	header .select_wrap dd{top:30px;background:#fff;}
	header .gnb_wrap .nav_close {top: 10px; right:0; width:25px; height: 25px;}
	header .util .util_nav {padding:0 0 7px 0;}
	header .util .util_nav a{font-size:14px;}

	/* 모바일 로그인 */
	header .util .loginfrm button{top: -5px; width:50px;}
	header .util .loginfrm ul{padding-right:67px;}
	header .util .loginfrm ul li:first-child {margin-bottom:7px;}
	header .util .loginfrm input{width:100%; height:35px; line-height: 32px; text-indent: 10px; border-radius: 100px; font-size: 12px;}

	header .util .loginfrm .login_bx {position: static; display: flex; flex-direction: row; justify-content: space-between; padding-top: 10px;}
	header .util .loginfrm .login_bx ul {padding-right: 0;}
	header .util .loginfrm .login_bx ul li {display: inline-block; line-height: 30px;}
	header .util .loginfrm .login_bx ul li a {font-size: 12px; color: #FFF;}
	header .util .loginfrm .login_bx ul li:first-child a {padding-right: 7px;}
	header .util .loginfrm .login_bx ul li:first-child a:before {content: '|'; display: block; margin-left: 8px; position: absolute; left: 15.5%; bottom:8px;}

	header .util .loginfrm .linkage_btn {text-align: right;}
	header .util .loginfrm .linkage_btn .snsbtn {width: 35%; height:35px; padding: 0 15px;}



	header .util .loginaf button{top: -5px; width:50px;}

	header .gnb_wrap #gnb li a{font-size:14px;}
	#wrapper:after{top:80px;}

	footer .fright .site{display:none}
	footer .foot_logo{display:none}
	footer .open{display:none}
	footer .sns_list li{margin:0 1%;}
	footer .sns_list li img{width:20px}
	footer address ul li{height:18px;font-size:12px;}
	footer address ul li.pint{margin-left:10px;padding-left:10px;}
	footer address ul li.pint:before{width:1px;height:12px;margin:3px 20px 0 0;}
	footer address p{font-size:12px;}

	/*input{height:30px; font-size:12px;}
	select{height:30px; font-size:12px; background-size:14px auto !important;} */
}

/* layout middle */
@media screen and (min-width:768px) and (max-width:991px) {
	header h1{width:200px;padding:20px;}
	header .layout_wrap h2.sub{font-size:30px;}
	header .select_wrap dt a{padding:8px 15px;font-size:16px;}
	header .subnav_wrap ul li{}
	header .util .util_nav{margin-bottom:20px;padding:10px 0;}
	header .util .util_nav a{font-size:18px;}

	/* 모바일 로그인 */
	header .util .loginfrm button{top: -10px; width: 65px;}
	header .util .loginfrm ul{padding-right: 90px;}
	header .util .loginfrm ul li:first-child {margin-bottom:10px;}
	header .util .loginfrm input{width:100%; height:42px; line-height: 40px; text-indent:20px; border-radius:100px; font-size:14px;}
	header .util .loginfrm .login_bx {position: static; display: flex; flex-direction: row; justify-content: space-between; padding-top: 20px;}
	header .util .loginfrm .login_bx ul {padding-right: 0;}
	header .util .loginfrm .login_bx ul li {display: inline-block; line-height: 40px; font-size: 14px;}
	header .util .loginfrm .login_bx ul li a {padding: 0 35px; color: #FFF;}
	header .util .loginfrm .login_bx ul li:first-child a {padding: 0 35px 0 10px;}
	header .util .loginfrm .login_bx ul li:first-child a:before {content: '|'; display: block; position: absolute; left: 19%; bottom: 10px;}

	header .util .loginfrm .linkage_btn {text-align: right;}
	header .util .loginfrm .linkage_btn .snsbtn {width: 47%; padding: 0 50px;}
	header .util .loginfrm .snsbtn.sns_ggl:before, header .util .loginfrm .snsbtn.sns_fbk:before {top: 10px; right: 3px;}

	header .util .loginaf {position:relative;margin-top:30px}
	header .util .loginaf .login_info{padding:30px 0;}
	header .util .loginaf .login_info .user_info{color:#fff;font-size:36px;}
	header .util .loginaf .login_info p{color:#dcdcdc;font-size:26px;}
	header .util .loginaf button{width:90px;}
	header .util .loginaf .login_info{padding-right:100px;}

	header .gnb_wrap #gnb li a{font-size:20px;}
	header .navi_logo{margin-top:20px;padding:0 2%;width:200px;}
	header .subnav_wrap a{font-size:24px;}
	header .subnav_wrap ul{padding-top:36px;}
	header .subnav_wrap ul li.on a{border-bottom:2px solid #fff;font-weight:bold;}
	header .subnav_wrap ul li{position:relative;float:left;margin-left:1.7%;padding-left:1.7%;}
	header .subnav_wrap ul li:first-child{margin-left:0;padding-left:0;}
	header .subnav_wrap ul li:first-child:after{display:none}
	header .subnav_wrap ul li:after{content:"";position:absolute;top:50%;left:0;width:2px;height:50%;background:#000;transform:translateY(-50%);}

	header .nav_wrap div.mo_nav_title {padding:12px 10px 12px 40px;font-size:40px;}
	header .subnav_wrap h3.mo_nav_title {padding:12px 10px 12px 40px;font-size:40px;}
	header .nav_wrap #gnb > li > a{padding:12px 10px 12px 40px;font-size:30px;}
	header .nav_wrap #gnb > li > a:before{width:16px;height:16px;margin:-3px 8px 0 0;}
	header .nav_wrap #gnb > li > ul > li > a{padding:12px 10px 12px 40px;font-size:26px;}
	header .nav_wrap #gnb > li > ul > li > ul > li > a{font-size:22px;}
	header .nav_wrap #gnb > li > ul > li.depth.on{border-top:0;background:url(../../new/images/common/sub_nav_open.png) no-repeat 98% 24px/25px auto;}
	header .nav_wrap #gnb > li > ul > li.depth.on > a{border-radius:20px 20px 0 0;background:#f3f3f3;}
	header .nav_wrap #gnb > li > ul > li.depth.on > ul{display:block;border-radius:0 0 20px 20px;background:#f3f3f3;box-sizing:border-box;}
	header .nav_wrap #gnb > li > ul > li > ul{padding-left:64px;}
	header .nav_wrap #gnb > li > ul > li > ul a{padding:10px 0;}
	header .subnav_wrap .site01{overflow:hidden;padding:12px 40px 12px 40px;background:#eeeeee;}
	header .subnav_wrap .site02 li a{display:block;text-align:center;}
	header .subnav_wrap .site02{overflow:hidden;padding:12px 40px 12px 40px;}
	header .mo_head{padding:10px 30px 15px;}

	header h2.mobile_nav{top:22px;right:20px;width:35px;}
	header h2.mobile_nav a{display:block;}
	header h2.mobile_nav img{width:100%}

	header .gnb_wrap{top:200px;}
	header .gnb_wrap .nav_close {top:15px; right:5px; width:40px; height:auto;}
	header .select_wrap dd{top:45px}
	header .select_wrap dd{background:#fff;}
	header .select_wrap{padding:20px;}

	header h2.sub{min-width:135px;}
	#wrapper:after{top:200px;width:100%;bottom:0;}
}

/* layout mobile */
@media screen and (max-width:767px){
	header h1{width:100px;}
	header .subnav_wrap ul li{font-size:12px;}
	header .subnav_wrap ul li{position:relative;float:left;margin-left:1.2%;padding-left:1.2%;font-size:14px;}
	header .subnav_wrap ul li.on{font-weight:bold}
	header .subnav_wrap ul li:first-child{margin-left:0;padding-left:0;}
	header .subnav_wrap ul li:first-child:after{display:none}
	header .subnav_wrap ul li:after{content:"";position:absolute;top:50%;left:0;width:1px;height:50%;background:#000;transform:translateY(-40%);}
	header .select_wrap dl{width:34%;font-size:12px;}
	header .select_wrap dt a:after{width:10px;}
	header .nav_wrap div.mo_nav_title {padding:8px 10px 8px 20px;font-size:16px;}
	header .subnav_wrap{padding:0 0 0 7.5%;}
	header .subnav_wrap h3.mo_nav_title {padding:8px 10px 8px 0;font-size:16px;}
	header .nav_wrap #gnb > li > a{padding:12px 10px 12px 20px;font-size:16px;}
	header .nav_wrap #gnb > li > ul > li > a{padding:8px 10px 8px 20px;font-size:14px;}
	header .nav_wrap #gnb > li > ul > li > ul > li > a{font-size:12px;}
	header .nav_wrap #gnb > li > ul > li > a:before{width:10px;height:10px;margin:-3px 8px 0 0;}
	header .nav_wrap #gnb > li > ul > li > ul{padding-left:40px;}
	header .nav_wrap #gnb > li > ul > li > ul a{padding:10px 0;}
	header .nav_wrap #gnb > li.cate,
	header .nav_wrap #gnb > li.cate.on {background-position:95% 20px;background-size:15px auto;}
	header .select_wrap{padding:20px;}
	header .mo_head{padding:15px;}
	header h2.mobile_nav{top:15px;right:15px;width:26px;}
	header h2.mobile_nav img{width:100%}
	header h2.sub{min-width:65px;font-size:20px;line-height:20px;}
	header .nav_wrap #gnb > li > ul > li > ul > li > a:before{width:5px;height:5px;margin-right:5px;}
	#wrapper.active .gnb_wrap {z-index: 999; top:80px;}

	header .util .loginaf .login_info{padding:20px 67px 20px 0;}
	header .util .loginaf .login_info .user_info{color:#fff;font-size:16px;}
	header .util .loginaf .login_info p{color:#dcdcdc;font-size:12px;}
}

/* align */
.an_left{text-align:left;}
.an_right{text-align:right;}

.swiper-button-next, .swiper-button-prev{width:30px;}



.mo_img img{width:100%}
@media screen and (min-width:991px){
	.mo_img{display:none}
}

input[type="checkbox"]{display:none;}
input[type="checkbox"]+label:before {content:""; display:inline-block; position: relative; top:3px; width:17px; height:17px; margin-right:8px; border:1px solid #b5b5b5; background:#fff;}
input[type="checkbox"]:checked+label:before{width:17px;height:17px;border:0;background:url(../../new/images/sub/ef_main_chk_on.png)no-repeat 0 0/100% auto;}
input[type="radio"]{display:none;}
input[type="radio"]+label:before{content:"";display:inline-block;vertical-align:middle;width:17px;height:17px;margin-right:8px;margin-top:-4px;background:url(../../new/images/common/radio_off.png)no-repeat 0 0/100% auto;}
input[type="radio"]:checked+label:before{background:url(../../new/images/common/radio_on.png)no-repeat 0 0/100% auto;}
input[type="text"], input[type="password"]{border:1px solid #bfbfbf;}

.cate01 input[type="checkbox"]:checked+label:before{width:17px;height:17px;border:0;background:url(../../new/images/sub/cate01_chkbox_on.png)no-repeat 0 0/100% auto;}
.cate02 input[type="checkbox"]:checked+label:before{width:17px;height:17px;border:0;background:url(../../new/images/sub/cate02_chkbox_on.png)no-repeat 0 0/100% auto;}
.cate03 input[type="checkbox"]:checked+label:before{width:17px;height:17px;border:0;background:url(../../new/images/sub/cate03_chkbox_on.png)no-repeat 0 0/100% auto;}
.cate03 input[type="radio"]:checked+label:before{width:17px;height:17px;border:0;background:url(../../new/images/sub/cate03_radio_on.png)no-repeat 0 0/100% auto;}
.employment input[type="checkbox"]:checked+label:before{width:17px;height:17px;border:0;background:url(../../new/images/sub/employment_chkbox_on.png)no-repeat 0 0/100% auto;}
.etc01 input[type="checkbox"]:checked+label:before{width:17px;height:17px;border:0;background:url(../../new/images/sub/etc01_chkbox_on.png)no-repeat 0 0/100% auto;}
.etc01 input[type="radio"]:checked+label:before{background:url(../../new/images/sub/etc01_radio_on.png)no-repeat 0 0/100% auto;}

select{border:1px solid #bfbfbf;-webkit-appearance:none;-moz-appearance:none;}
select{background: #fff url(../../new/images/common/select_ar.png) no-repeat right 10px center;}
select::-ms-expand{display:none;}

@media screen and (min-width:991px){
	select{padding-right:40px;}
}

#contents strong{font-weight:500;}
#contents input[type="text"]{border:1px solid #bfbfbf;}

/* common */
.location{height:30px;}
.location .inr_wrap {display: table; margin:0 auto; width:1200px; height: 30px; line-height: 28px;}
.submain1 .submain_sec02 .univ_srh .srh_detail .srh_title button:after{content:"";display:inline-block;vertical-align:middle;background:url(../../new/images/common/btn_chk_more_on.png) no-repeat 0 0/100% auto;}{overflow:hidden;padding-top:4px; font-size:14px;}
.location ul li{float:left; margin-left:4px;}
.location ul li:before{content:"";display:inline-block;vertical-align:middle;width:6px;height:14px;margin-right:4px;background:url(../../new/images/common/img_gt.png) no-repeat 0 0/100% auto;font-size:0;}
.location .home{display:inline-block;vertical-align:middle;width:20px;height:20px;margin-top:-2px;background:url(../../new/images/common/ico_home.png) no-repeat 0 0/100% auto;font-size:0;}
.location ul li:first-child:before{display:none;}

h3.img_tit{font-weight:600;}
h2.tit{font-weight:600;}
h2.cont{text-align:center;font-weight:600;}
h2.tab_tit{font-weight:600;}
h3.cont{font-weight:500;}
h3.cen{text-align:center;font-weight:500;}
h3.part{font-weight:600;}
hr.hipen{position:relative;height:80px;}
hr.hipen:before{content:"";position:absolute;top:50%;left:50%;width:83px;height:1px;background:#bfbfbf;transform:translateX(-50%);}
.cont_list.type01 li{margin-top:40px;}
.btm_asgin{border-top:1px solid #a0a0a0;text-align:center;}
.btm_asgin .str_bold{font-weight:600}
.blank{color:#0000ff}
.ex_text{color:#a0a0a0}
.point{color:#21c8c0}
.t_dep{display:inline-block;vertical-align:middle;}
.step_rezult{text-align:center;}
.step_rezult .str{font-weight:500}

.tab_wrap + h2.cont{margin-top:0 !important;}

@media screen and (min-width:991px){
	h2.tit{margin-bottom:30px;font-size:16px;}
	h2.cont{margin-bottom:30px;font-size:16px;}
	h2.tab_tit{margin-bottom:30px;font-size:16px;}
	h3.cont{margin-bottom:30px;font-size:16px;}
	h3.cen{margin-bottom:30px;font-size:16px;}
	h3.part{font-size:16px;}
	h3.img_tit{margin-bottom:25px; font-size:20px;}
	h3.img_tit img{margin-right:10px;}
	.univ_info + .img_tit{margin-top:40px;}
	.cmm_sub{margin-bottom:30px;font-size:16px;}

	.tit_sub{margin:-20px 0 20px 15px; font-size:14px;}
	.sub_tit_list{margin:-20px 0 20px 10px; font-size:14px;}
	.sub_tit_list p{margin-top:30px;}

	.cont_list.type01 li{margin-top:40px;}
	.btm_asgin{margin-top:15px;padding-top:20px;}
	.btm_asgin .str_bold{font-size:24px;}
	.btm_asgin .btn_wrap{padding-top:20px;}
	.btm_asgin .btn_nor_ar{width:264px;}
	.btm_asgin .btn_nor_ar::after{margin-left:10px;}
	.step_rezult{width:940px;margin:30px auto 0;}

	.scroll_top{position:fixed;bottom:398px;left:50%;margin-left:620px;}
}
@media screen and (min-width:768px) and (max-width:991px) {
	#contents select {width:160px; height: 35px; line-height: 32px; font-size: 14px;}

	.location .inr_wrap {width: 100%;}
	.location ul {padding-left: 22px;}

	h2.tit{margin-bottom:30px;font-size:16px;}
	h2.cont{margin-bottom:30px;font-size:16px;}
	h2.tab_tit{margin-bottom:20px;font-size:16px;}
	h3.cont{margin-bottom:15px;font-size:16px;}
	.tit_sub{margin:-18px 0 10px 0;font-size:16px;}
	.sub_tit_list{margin:-18px 0 20px 0;font-size:16px;}
	.cmm_sub{margin-bottom:20px;font-size:18px;}

	.cont_list.type01 li{margin-top:20px;}
	.sub_tit_list p{margin-top:20px;}
	.btm_asgin{margin-top:20px;padding-top:25px;}
	.scroll_top{display:none}

	input[type="checkbox"]+label:before {top: 5px;}
	input[type="radio"]+label:before {margin-left:4px;}
}
@media screen and (max-width:767px){
	#contents select {height: 30px; line-height: 28px; font-size:12px;}

	h2.tit{margin-bottom:15px;}
	h2.cont{margin-bottom:15px;}
	h2.tab_tit{margin-bottom:10px;font-size:16px;}
	h3.cont{margin-bottom:10px;font-size:16px;}
	h3.img_tit {padding: 7px 0;}

	.cmm_sub{margin-bottom:15px;font-size:14px;}
	.location .home {width:12px;height:12px;}
	.location ul{padding-left: 10px}
	.location ul li:before {width:4px;height:10px;}
	.location ul li {font-size:10px;}

	.tit_sub {margin:-5px 0 20px 10px;font-size:14px;}header .util .loginfrm .login_bx ul li:first-child a:before

	.sub_tit_list{margin:-5px 0 20px 0;font-size:14px;}
	.sub_tit_list p{margin-top:10px;}

	.cont_list.type01 li{margin-top:10px;}
	.scroll_top{display:none}

	.employment input[type="checkbox"]:checked+label:before {width: 15px; height: 15px;}
	input[type="checkbox"]+label:before {top: 5px; width: 15px; height: 15px; margin-right: 4px;}
}

.cate01 .location {height:30px;background:#edf4f4;}
.cate02 .location {height:30px;background:#ebf2ee;}
.cate03 .location {height:30px;background:#f4f3f9;}
.cate04 .location {height:30px;background:#ebf2ee;}
.cate05 .location {height:30px;background:#dafaff;}
.cate06 .location {height:30px;background:#ebf2ee;}
.etc01 .location {height:30px;background:#ebeef4;}
.mypage .location {height:30px;background:#f4f3f9;}
.employment .location {height:30px;background:#eff2f8;}

#contents{position:relative;box-sizing:border-box;}
#contents .btm_date{position:absolute;right:0;}

.point01{color:#708741;}
.point02{color:#ff0000;}
.point03{color:#21c8c0;}
.point04{color:#ec6941;}

.al_left{text-align:left !important;}
.al_center{text-align:center !important;}
.al_right{text-align:left !important;}

.sp_none{margin-top:0 !important;}

/* space btn_width */
@media screen and (min-width:991px){
	.mid_list{margin:25px 0;}
	.dv_space{height:40px;}
	.btm_space{margin-bottom:20px;}
	.rnd_sub{margin-top:20px;}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.mid_list{margin:15px 0;}
	.dv_space{height:30px;}
	.btm_space{margin-bottom:15px;}
	.rnd_sub{margin-top:15px;}
}
@media screen and (max-width:767px){
	.mid_list{margin:20px 0;}
	.dv_space{height:20px;}
	.btm_space{margin-bottom:10px;}
	.rnd_sub{margin-top:10px;}
}

@media screen and (min-width:991px){
	#contents{width:1200px; margin:0 auto; padding-bottom:100px}
	#contents h2.cont{margin-top:80px;}
	select{font-size:16px;}
	#contents select{padding:0 40px 0 10px;}
	#contents input[type="text"], #contents input[type="password"] {height:42px; padding-left:10px;}
	#contents .btm_date{bottom:25px;font-size:14px;}
}
/* layout middle */
@media screen and (max-width:991px){
}

@media screen and (min-width:768px) and (max-width:991px) {
	body{font-size:14px;}
	input{font-size:14px;}

	#contents {padding:30px 20px 60px 20px;}
	#contents.sub_contents {padding: 30px 20px 100px 20px;}
	#contents .btm_date {bottom:30px; right:30px; font-size:16px;}

	#contents input[type="text"], #contents input[type="password"] {height: 35px; padding-left:7px;}
	#contents select {height: 35px; font-size:14px; padding-left: 7px;}

	.tab_wrap .cnt_tab ul li:first-child {border-left:0 !important;}
}

/* layout mobile */
@media screen and (max-width:767px){
	body{font-size:12px; word-break: break-all;}
	input{font-size:12px;}

	#contents {padding:20px 15px 80px 15px;}
	#contents input[type="text"], #contents input[type="password"] {height:30px; text-indent:5px;}
	#contents select {height:30px; font-size:12px; text-indent: 5px;}
	#contents label{font-size:12px; width:100%; margin:5px;} /*박람회 사전접수 체크박스*/
	#contents .btm_date {bottom:30px; right:30px; font-size:12px;}

	.tab_wrap .cnt_tab ul li:first-child {border-left:0 !important;}
}

/* step */
.cate01 .cnt_nav .snb > ul > li.end{color:#21c8c0;}
.cate01 .cnt_nav .snb > ul > li.on{color:#21c8c0;font-weight:600;}
.cate01 .cnt_nav .snb > ul > li.on:before{background:#21c8c0;}
.cate01 .use_nav .cnt_nav .step_btn a{background:#21c8c0}

.cate02 .cnt_nav .snb > ul > li.on{color:#708741;font-weight:600;}
.cate02 .cnt_nav .snb > ul > li.on a{color:#708741}
.cate02 .cnt_nav .snb > ul > li.on:before{background:#708741;}
.cate02 .use_nav .cnt_nav .step_btn a{background:#708741}

.use_nav:after{content:"";display:table;clear:both;}
.use_nav .cnt_nav .step_nav h3 span{display:block;}
.use_nav .cnt_nav .snb > ul > li > ul{display:none}
.use_nav .cnt_nav .snb > ul > li.on > ul{display:block}
.use_nav .cnt_nav .snb > ul > li > ul > li{letter-spacing:-2px;}
.use_nav .cnt_nav .snb > ul > li > ul > li a:before{content:"-";display:inline-block;vertical-align:top;margin-right:4px;}
.use_nav .cnt_nav .step_btn a{display:block;border-radius:30px;text-align:center;color:#fff;}
.use_nav .cnt_nav .step_btn a{display:block;}

.txt_hidden{display:inline-block;vertical-align:middle;width:34px;font-size:0;}

.use_nav .srh_nav{background:#fff;}
.use_nav .srh_nav h3{text-align:center;color:#fff;background:#21c8c0;}
.use_nav .srh_nav h3 span{display:block;font-weight:600;}
.use_nav .srh_nav > ul{border:1px solid #bfbfbf;}
.use_nav .srh_nav > ul > li:first-child{border-top:0;}
.use_nav .srh_nav > ul > li{border-top:1px solid #bfbfbf;}
.use_nav .srh_nav > ul > li > a{display:block;position:relative;}
.use_nav .srh_nav > ul > li > a:before{content:"";position:absolute;top:0;left:0;bottom:0;width:7px;background:#21c8c0;}
.use_nav .srh_nav > ul > li.on > a:before{background:#bfbfbf;}
.use_nav .srh_nav > ul > li.on > a:after{background:url(../../new/images/sub/srh_ar_on.png) no-repeat 0 0/100% auto;}
.use_nav .srh_nav > ul > li > a:after{content:"";position:absolute;top:50%;right:0;width:21px;height:10px;margin-left:7px;background:url(../../new/images/sub/srh_ar.png) no-repeat 0 0/100% auto;transform:translateY(-50%);}
.use_nav .srh_nav > ul > li > ul{display:none;border-top:1px solid #bfbfbf;}
.use_nav .srh_nav ul li input[type="checkbox"]+label:before{width:12px;height:12px;}

.use_nav .srh_nav_t1{background:#fff;}
.use_nav .srh_nav_t1 h3{text-align:center;color:#fff;background:#21c8c0;}
.use_nav .srh_nav_t1 h3 span{display:block;font-weight:600;}
.use_nav .srh_nav_t1 > ul.srh_list{border:1px solid #bfbfbf;}
.use_nav .srh_nav_t1 > ul.srh_list > li:first-child{border-top:0;}
.use_nav .srh_nav_t1 > ul.srh_list > li{border-top:1px solid #bfbfbf;}
.use_nav .srh_nav_t1 > ul.srh_list > li > a{display:block;position:relative;}
.use_nav .srh_nav_t1 > ul.srh_list > li > a:before{content:"";position:absolute;top:0;left:0;bottom:0;width:7px;background:#21c8c0;}
.use_nav .srh_nav_t1 > ul.srh_list > li.on > a:before{background:#bfbfbf;}
.use_nav .srh_nav_t1 > ul.srh_list > li.on > a:after{background:url(../../new/images/sub/srh_ar_on.png) no-repeat 0 0/100% auto;}
.use_nav .srh_nav_t1 > ul.srh_list > li > a:after{content:"";position:absolute;top:50%;right:0;width:16px;height:10px;margin-left:7px;background:url(../../new/images/sub/srh_ar.png) no-repeat 0 0/100% auto;transform:translateY(-50%);}
.use_nav .srh_nav_t1 > ul.srh_list > li > ul{display:none;border-top:1px solid #bfbfbf;}

.area_select > ul{width:90%;border:1px solid #bfbfbf}
.area_select > ul > li:first-child{border-top:0;}
.area_select > ul > li.on > ul{display:block}
.area_select > ul > li{border-top:1px solid #bfbfbf}
.area_select > ul > li > a{display:block;position:relative}
.area_select > ul > li.on > a:before{background:#bfbfbf;}
.area_select > ul > li.on > a:after{background:url(../../new/images/sub/srh_ar_on.png) no-repeat 0 0/100% auto;}
.area_select > ul > li > a:after{content:"";position:absolute;top:50%;right:5%;width:16px;height:10px;margin-left:7px;background:url(../../new/images/sub/srh_ar.png) no-repeat 0 0/100% auto;transform:translateY(-50%);}
.area_select > ul > li > ul{display:none;}
.area_select > ul > li > ul > li{border-top:1px solid #bfbfbf;}
.area_select > ul > li > ul > li > a{display:block;position:relative}
.area_select > ul > li > ul > li.on > ul{display:block;}
.area_select > ul > li > ul > li.on > .arrow{background:url(../../new/images/sub/srh_ar_on.png) no-repeat 0 0/100% auto;font-size:0;opacity:0.6}
.area_select > ul > li > ul > li > ul{display:none;border-top:1px solid #bfbfbf;background:#f8f8f8}
.area_select > ul > li > ul > li > ul > li > a{display:block;position:relative;}
.area_select > ul > li > ul > li > ul > li > ul{display:none}
.area_select > ul > li > ul > li > ul > li.on > ul{display:block;}
.area_select > ul > li > ul > li > ul > li.on > .arrow{background:url(../../new/images/sub/srh_ar_on.png) no-repeat 0 0/100% auto;font-size:0;opacity:0.6}
.area_select > ul > li > ul > li > ul > li > ul > li > a{display:block;position:relative;}
.area_select ul li{position:relative;}
.area_select .arrow{position:absolute;top:16px;right:10px;width:14px;height:10px;margin-left:7px;background:url(../../new/images/sub/srh_ar.png) no-repeat 0 0/100% auto;font-size:0;opacity:0.6}

.area_select > ul > li > ul{overflow:auto;max-height:350px;}
.area_select > ul > li > ul::-webkit-scrollbar {width:12px;border:1px solid #d2d2d2;border-right:0;}
.area_select > ul > li > ul::-webkit-scrollbar-thumb {background-color:#eeeeee;}
.area_select > ul > li > ul::-webkit-scrollbar-track {background-color:#d2d2d2;}

.brd_srh {text-align:center;}
.brd_srh fieldset{display:flex;align-items:center;justify-content:center;}
.brd_srh fieldset input{border-radius:40px}
.brd_srh fieldset a{display:block;width:100%;text-align:center;border-radius:40px;background:#21c8c0;color:#fff;}

.brd_info span{color:#ff0000;}

.nav_chklist input[type="checkbox"]+label:before{width:12px;height:12px;}
.nav_chklist > li{position:relative;}
.nav_chklist > li.on{background:#f8f8f8;}
.nav_chklist > li.on > ul{display:block;}
.nav_chklist > li > .arrow{position:absolute;top:20px;right:10px;width:14px;height:10px;margin-left:7px;background:url(../../new/images/sub/srh_ar.png) no-repeat 0 0/100% auto;font-size:0;opacity:0.6}
.nav_chklist > li > ul{display:none;padding:5px 0 0 0px;}
.nav_chklist > li > ul > li{position:relative;padding:0 20px;font-size:14px;}
.nav_chklist > li > ul > li input[type="checkbox"]+label:before{position:absolute;top:12px;left:0;width:12px;height:12px;margin-top:-3px;margin-right:8px;border:1px solid #b5b5b5;background:#fff;}
.nav_chklist > li > ul > li > .arrow{position:absolute;top:10px;right:-12px;width:14px;height:10px;margin-left:7px;background:url(../../new/images/sub/srh_ar.png) no-repeat 0 0/100% auto;font-size:0;opacity:0.6}
.nav_chklist > li > ul > li > ul{display:none;}
.nav_chklist > li > ul > li > ul li{position:relative;padding-left:20px;font-size:12px;}
.nav_chklist > li > ul > li > ul li .arrow{position:absolute;top:25px;right:-20px;width:16px;height:10px;margin-left:7px;background:url(../../new/images/sub/srh_ar.png) no-repeat 0 0/100% auto;font-size:0;opacity:0.6}
.nav_chklist > li > ul > li > ul li input[type="checkbox"]+label:before{position:absolute;top:12px;left:0;width:12px;height:12px;margin-top:-3px;margin-right:8px;border:1px solid #b5b5b5;background:#fff;}
.nav_chklist > li > ul > li > ul.on{display:block;font-size:12px;}
.nav_chklist label{line-height:1.0}
.nav_chklist li input[type="checkbox"]+label:before{position:absolute;top:16px;left:10px;}

.srh_univ_list li label{position:relative;display:block;padding:0 24px 0 19px;}
.srh_univ_list li input[type="checkbox"]+label:before{position:absolute;top:3px;left:0;width:13px;height:13px;}

.use_nav .step_cnt .rnd_box:nth-of-type(9) .ipt_contact_wrap .ipt_tbl tbody tr:nth-of-type(7),
.use_nav .step_cnt .rnd_box:nth-of-type(9) .ipt_contact_wrap .ipt_tbl tbody tr:nth-of-type(9){position: relative;}
.use_nav .step_cnt .rnd_box:nth-of-type(9) .ipt_contact_wrap .ipt_tbl tbody tr:nth-of-type(7)::after{
	top: -5px;
}
.use_nav .step_cnt .rnd_box:nth-of-type(9) .ipt_contact_wrap .ipt_tbl tbody tr:nth-of-type(9)::after{
	bottom: -3px;
}
.use_nav .step_cnt .rnd_box:nth-of-type(9) .ipt_contact_wrap .ipt_tbl tbody tr:nth-of-type(7)::after,
.use_nav .step_cnt .rnd_box:nth-of-type(9) .ipt_contact_wrap .ipt_tbl tbody tr:nth-of-type(9)::after{
	content: '';
	display: block;
    width: calc(100% + 40px);
    height: 10px;
    position: absolute;
    left: -20px;
    background-color: #eff5f5;
}
.use_nav .step_cnt .rnd_box:nth-of-type(9) .ipt_contact_wrap .ipt_tbl tbody tr:nth-of-type(6) td,
	.use_nav .step_cnt .rnd_box:nth-of-type(9) .ipt_contact_wrap .ipt_tbl tbody tr:nth-of-type(9) th,
	.use_nav .step_cnt .rnd_box:nth-of-type(9) .ipt_contact_wrap .ipt_tbl tbody tr:nth-of-type(9) td{padding-bottom: 31px;}
	.use_nav .step_cnt .rnd_box:nth-of-type(9) .ipt_contact_wrap .ipt_tbl tbody tr:nth-of-type(7) th,
	.use_nav .step_cnt .rnd_box:nth-of-type(9) .ipt_contact_wrap .ipt_tbl tbody tr:nth-of-type(7) td,
	.use_nav .step_cnt .rnd_box:nth-of-type(9) .ipt_contact_wrap .ipt_tbl tbody tr:nth-of-type(10) th,
	.use_nav .step_cnt .rnd_box:nth-of-type(9) .ipt_contact_wrap .ipt_tbl tbody tr:nth-of-type(10) td{padding-top: 31px;}

@media screen and (min-width:991px){
	.use_nav.sticky{position:relative;padding-left:260px;}
	.use_nav.sub01_09{padding-left:260px;}
	.use_nav{margin:40px 0 0 0}
	.use_nav .cnt_nav{position:absolute;left:50%;top:0;float:left;width:232px;margin-left:-598px;}
	.use_nav.sticky.fixed .cnt_nav{position:fixed !important;top:0;z-index:2;}
	.use_nav.sticky.fixed_btm .cnt_nav{position:fixed !important;top:inherit;bottom:440px;z-index:2;}
	.use_nav .cnt_nav .step_nav h3{padding:30px 0 30px;margin-bottom:15px;font-size:20px;}
	.use_nav .cnt_nav .snb{padding:20px 0;}
	.use_nav .cnt_nav .snb li{font-size:16px;}
	.use_nav .cnt_nav .snb > ul > li{position:relative;margin-top:20px;padding-left:20px;}
	.use_nav .cnt_nav .snb > ul > li > ul > li{margin-top:8px;padding-left:46px;font-size:14px;}
	.use_nav .cnt_nav .snb > ul > li.on:before{content:"";position:absolute;top:6px;left:0;width:6px;height:19px;}
	.use_nav .cnt_nav .step_btn.top{margin-bottom:15px;}
	.use_nav .cnt_nav .step_btn.btm{margin-top:23px;}
	.use_nav .cnt_nav .step_btn.btm a{margin-bottom:4px;}
  .use_nav .cnt_nav .step_btn a{font-size:16px;padding:12px 0;}

	.use_nav .srh_nav{float:left;width:231px;}
	.use_nav .srh_nav h3{margin-bottom: 22px;padding: 20px 0px;font-size:20px;}
	.use_nav .srh_nav > ul > li > a{padding:0 0 0 22px;line-height:53px;font-size:16px;}
	.use_nav .srh_nav > ul > li > a:after{right:22px;}
	.use_nav .srh_nav > ul > li > ul{overflow:auto;max-height:300px;}
	.use_nav .srh_nav > ul > li > ul > li:first-child{margin-top:0;}
	.use_nav .srh_nav > ul > li > ul > li{margin-top:5px;padding:8px 0 8px 15px;font-size:14px;}
	.use_nav .srh_nav > ul > li.on > ul{display:block}
	.use_nav .srh_nav ul::-webkit-scrollbar {width:12px;border-radius:12px;border:1px solid #d2d2d2;}
  .use_nav .srh_nav ul::-webkit-scrollbar-thumb {background-color:#eeeeee;border-radius:12px;}
  .use_nav .srh_nav ul::-webkit-scrollbar-track {background-color:#d2d2d2;border-radius:12px;}

	.use_nav .srh_nav_t1{float:left;width:231px;}
	.use_nav .srh_nav_t1 h3{margin-bottom:22px;padding:20px 0;font-size:20px;}
	.use_nav .srh_nav_t1 > ul.srh_list > li > a{padding:15px 40px 15px 22px;font-size:16px;letter-spacing:-1.6px;line-height:1.2}
	.use_nav .srh_nav_t1 > ul.srh_list > li > a:after{right:12px;}
	.use_nav .srh_nav_t1 > ul.srh_list > li > ul{}
	.use_nav .srh_nav_t1 > ul.srh_list > li > ul > li:first-child{margin-top:0;}
	.use_nav .srh_nav_t1 > ul.srh_list > li > ul > li{margin-top:8px;padding:10px 22px 10px 27px;font-size:14px;}
	.use_nav .srh_nav_t1 > ul.srh_list > li > ul > li > ul > li{margin-top:8px;padding:0 0 0 17px;}
	.use_nav .srh_nav_t1 > ul.srh_list > li > ul > li > ul > li ul li{margin-top:4px;}
	.use_nav .srh_nav_t1 > ul.srh_list > li > ul > li > ul > li input[type="checkbox"]+label:before{top:8px;}
	.use_nav .srh_nav_t1 > ul.srh_list > li.on > ul{display:block}

	.use_nav .cnt_nav .snb li.depth1{margin-top:10px;}

	.area_select > ul > li > a{padding:10px 20px 10px 12px;font-size:15px;letter-spacing:-1.6px;line-height:1.2}
	.area_select > ul > li > ul > li > a{padding:10px 32px 10px 12px;font-size:15px;letter-spacing:-1.6px;line-height:1.2}
	.area_select > ul > li > ul > li > ul > li > a{padding:10px 32px 10px 12px;font-size:15px;letter-spacing:-1.6px;line-height:1.2}
	.area_select > ul > li > ul > li > ul > li > ul > li > a{padding:6px 32px 10px 22px;font-size:15px;letter-spacing:-1.6px;line-height:1.2}

	.use_nav .nav_chklist{overflow:auto;max-height:380px;}
	.use_nav .nav_chklist::-webkit-scrollbar {width:12px;border-radius:12px;border:1px solid #d2d2d2;}
  .use_nav .nav_chklist::-webkit-scrollbar-thumb {background-color:#eeeeee;border-radius:12px;}
  .use_nav .nav_chklist::-webkit-scrollbar-track {background-color:#d2d2d2;border-radius:12px;}

	.srh_univ_list{border-left:1px solid #bfbfbf;border-right:1px solid #bfbfbf}
	.srh_univ_list li{position:relative;border-bottom:1px solid #bfbfbf;padding:10px 15px;font-size:16px;letter-spacing:-1.6px;line-height:1.2}
	.srh_univ_list li .ico{position:absolute;top:50%;right:10px;transform:translateY(-50%);}

	.use_nav .usenav_cnt{float:right;width:940px;}

	.nonefix{position:relative !important;}

	.brd_srh {padding:35px 0 30px 0;}
	.brd_srh fieldset input{width:50%;}
	.brd_srh fieldset .btn_ar{width:15%;margin-left:10px;}
	.brd_info{margin-bottom:10px;}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.use_nav .step_nav ul li{flex:1;}
	.use_nav .cnt_nav .step_nav h3{margin-bottom:2%;padding:1% 0;font-size:18px;}
	.use_nav .cnt_nav .snb > ul{display:flex;}
	.use_nav .cnt_nav .snb{position:relative;margin-bottom:10px;padding:0 2% 40px;}
	.use_nav .cnt_nav .snb > ul > li{padding-top:10px;font-size:15px;}
	.use_nav .cnt_nav .snb > ul > li > span{display:block;}
	.use_nav .cnt_nav .snb > ul > li.on:before{content:"";position:absolute;top:6px;left:0;width:30%;height:2px;}
	.use_nav .cnt_nav .snb > ul > li.on > ul{display:flex;}
	.use_nav .cnt_nav .snb > ul > li > ul{position:absolute;bottom:10px;left:0;width:100%;text-align:center;}
	.use_nav .cnt_nav .snb > ul > li > ul > li{display:inline-block;}
	.use_nav .cnt_nav .step_btn.top{margin-bottom:2%;}
	.use_nav .cnt_nav .step_btn.btm{margin:2% 0;}

	.use_nav .srh_nav h3{margin-bottom:42px;padding-top:28px;font-size:20px;}
	.use_nav .srh_nav > ul > li > a{padding:0 0 0 22px;line-height:53px;font-size:18px;}
	.use_nav .srh_nav > ul > li > a:after{right:22px;}
	.use_nav .srh_nav > ul > li > ul{padding:20px;}
	.use_nav .srh_nav > ul > li.on > ul{display:flex}
	.use_nav .srh_nav > ul > li > ul li:first-child{margin-top:0;}
	.use_nav .srh_nav > ul > li > ul li{margin-top:5px;font-size:16px;}

	.use_nav .srh_nav_t1 h3{margin-bottom:0;padding-top:28px;font-size:20px;}
	.use_nav .srh_nav_t1 > ul.srh_list > li > a{padding:8px 0 8px 22px;font-size:16px;}
	.use_nav .srh_nav_t1 > ul.srh_list > li > a:after{right:22px;}
	.use_nav .srh_nav_t1 > ul.srh_list > li > ul{padding:20px;}
	.use_nav .srh_nav_t1 > ul.srh_list > li.on > ul{display:flex}
	.use_nav .srh_nav_t1 > ul.srh_list > li > ul li:first-child{margin-top:10px;}
	.use_nav .srh_nav_t1 > ul.srh_list > li > ul{flex-wrap:wrap;}
	.use_nav .srh_nav_t1 > ul.srh_list > li > ul > li{width:33%;margin-top:10px;}
	.nav_chklist > li > ul > li input[type="checkbox"]+label:before{top:0;}
	.nav_chklist li input[type="checkbox"]+label:before{top:2px;}
	.nav_chklist > li > .arrow{top:5px;}

	.brd_info{margin-bottom:10px;font-size:16px;}
	.brd_srh {padding:35px 0 30px 0;}
	.brd_srh fieldset input{width:50%;height:44px;text-indent:5%;}
	.brd_srh fieldset .btn_ar{width:15%;margin-left:10px;}
	.use_nav .cnt_nav .step_btn.btm a{margin-top:1%;}

	.use_nav{margin:-20px 20px 0 20px;}

	.univ_srh_list ul li{width:48%;}
	.univ_srh_list li:nth-child(even){margin-left:2%;}
	.srh_univ_list{display:flex;flex-wrap:wrap;border-left:1px solid #bfbfbf;border-right:1px solid #bfbfbf}
	.srh_univ_list li{position:relative;width:50%;border-bottom:1px solid #bfbfbf;padding:10px 15px;font-size:16px;letter-spacing:-1.6px;line-height:1.2}
	.srh_univ_list li:nth-child(even){border-left:1px solid #bfbfbf;}
	.srh_univ_list li .ico{position:absolute;top:50%;right:10px;transform:translateY(-50%);}
}

@media screen and (max-width:991px){
	.use_nav .step_nav{position:relative;margin-bottom:15px;padding:0;}
	.use_nav .step_nav h3{text-align:left !important;padding:10px 10px !important}
	.use_nav .step_nav h3 br{display:none}
	.use_nav .step_nav .step_btn.top{position:absolute;top:10px;right:4%;width:110px;}
	.use_nav .step_nav .step_btn.top a{padding:2%;background:#fff;color:#21c8c0;}
	.use_nav .step_nav .step_btn.btm{display:flex;padding:0 10px;}
	.use_nav .step_nav .step_btn.btm a{flex:1;}
	.use_nav .step_nav .step_btn.btm a:first-child{margin-right:2%;}
	.use_nav .cnt_nav .nav_btn a{padding:7px 0;}
	.use_nav .step_nav ul li:before{display:none}
	.use_nav .step_nav ul li.on a{font-weight:bold;color:#708741}
	.use_nav .step_cnt{padding:0;}
	.use_nav .step_cnt .rnd_box{padding:2%;border-radius:0 !important}
	.use_nav .step_cnt .rnd_box h3{padding-left:10px;}
	.use_nav .step_cnt .notice{padding-left:10px;}
	.use_nav .step_cnt .rnd_box .trem_dv{padding:2%;}
	.use_nav .step_cnt .rnd_box .ipt_mid{width:100px;}
	.use_nav .step_cnt .rnd_box .ipt_post{width:80px;}
	.use_nav .step_cnt .rnd_box input{text-indent:5px; width: 160px;}
	.use_nav .step_cnt .rnd_box .ipt_addr {min-width:450px;}
	.use_nav .rnd_box + .rnd_box{margin-top:0;}
	.use_nav .cnt_nav .step_btn a{padding:1% 0;}
	.use_nav .ipt_contact{padding:15px 0;}
	.use_nav .ipt_tbl{overflow: auto; display:block; padding:15px 0;}
	.use_nav .about_part textarea{margin:0 4%;width:92%;box-sizing: border-box;}
	.trem_ipt .stit h5{font-size:13px !important;}

	.cate01 .use_nav .step_cnt .rnd_box .ipt_mid {width: 160px;}
	.cate01 .use_nav .step_cnt .rnd_box .ipt_mid2 {width: 160px;}

	.pd_btn{padding:0 10px;line-height:30px;}
	.ipt_addr{margin-top:5px;width:100%}

	.nav_chklist li input[type="checkbox"]+label:before{position:absolute;top:0;left:0;}
	.use_nav .srh_nav_t1 > ul.srh_list > li > ul li label{display:block;height:14px;padding-left:20px;}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.use_nav .step_cnt .rnd_box input {width: 120px;}
	.use_nav .step_cnt .rnd_box .ipt_addr {min-width:350px;}

	.ipt_mid {height: 35px;}

}

@media screen and (max-width:767px){
	.use_nav .cnt_nav .step_nav h3{margin-bottom:1.5%;padding:1% 0;}
	.use_nav .cnt_nav .snb{margin-bottom:10px;padding:1.5% 2% 2%;}
	.use_nav .step_nav ul > li{margin:10px 0; font-size:12px;}
	.use_nav .cnt_nav .snb > ul > li > ul{}
	.use_nav .cnt_nav .snb > ul > li > ul > li{margin:1% 0 1% 4%;}
	.use_nav .cnt_nav .step_btn.top{margin-bottom:1.5%;}
	.use_nav .cnt_nav .step_btn.btm{margin-top:1.5%;}
	.use_nav .cnt_nav .step_btn.btm a{margin-top:1%;}

	.brd_info{margin-bottom:10px;font-size:12px;}
	.use_nav .srh_nav h3{margin-bottom:20px;padding-top:28px;font-size:16px;}
	.use_nav .srh_nav > ul > li.on > ul{overflow:auto;display:block;max-height:200px;}
	.use_nav .srh_nav > ul > li > a{padding:0 0 0 22px;line-height:43px;font-size:14px;}
	.use_nav .srh_nav > ul > li > a:after{right:22px;width:10px;}
	.use_nav .srh_nav > ul > li > ul{padding:10px;}
	.use_nav .srh_nav > ul > li > ul li:first-child{margin-top:0;}
	.use_nav .srh_nav > ul > li > ul li{margin-top:5px;font-size:12px;}

	.use_nav .srh_nav_t1 h3{margin-bottom:20px; padding:15px 0; font-size:16px;}
	.use_nav .srh_nav_t1 > ul.srh_list > li.on > ul{display:block}
	.use_nav .srh_nav_t1 > ul.srh_list > li > a{padding:0 0 0 22px;line-height:43px;font-size:14px;}
	.use_nav .srh_nav_t1 > ul.srh_list > li > a:after{right:22px;width:10px;}
	.use_nav .srh_nav_t1 > ul.srh_list > li > ul{padding:10px;}
	/* .use_nav .srh_nav_t1 > ul.srh_list > li > ul li:first-child{margin-top:0;} */
	.use_nav .srh_nav_t1 > ul.srh_list > li > ul li{margin-top:5px;padding:4px 0 4px 15px;font-size:12px;}

	.use_nav .step_cnt .rnd_box input {height: 30px;}

	.usenav_cnt .brd_srh {padding: 10px 0;}
	.univ_srh_list ul li .tag {height:65px !important;}

	.brd_srh {padding:25px 0 20px 0;}
	.brd_srh fieldset input{width:50%;height:35px;text-indent:5%;}
	.brd_srh fieldset .btn_ar{width:15%;margin-left:10px;}

	.sub_tab{overflow:auto;}
	.sub_tab ul{white-space:nowrap;}
	.sub_tab ul li{float:none;display:inline-block;vertical-align:top;}
	.info_tab dd .file_list .stit span{font-size:12px !important;}

	#contents.none{padding:20px 15px 0 15px !important;}

	.srh_univ_list{border-left:1px solid #bfbfbf;border-right:1px solid #bfbfbf}
	.srh_univ_list li{position:relative;width:100%;border-bottom://.tog_list.docu li dl dd1px solid #bfbfbf;padding:10px 15px;letter-spacing:-1.6px;line-height:1.2}
	.srh_univ_list li .ico{position:absolute;top:50%;right:10px;transform:translateY(-50%);}

	.use_nav .step_cnt .rnd_box:nth-of-type(9) .ipt_contact_wrap .ipt_tbl tbody tr:nth-of-type(7)::after,
	.use_nav .step_cnt .rnd_box:nth-of-type(9) .ipt_contact_wrap .ipt_tbl tbody tr:nth-of-type(9)::after{
		width: calc(100% + 155px);
		left: 0;
	}
}

/* tab */
.tab_wrap .cnt_tab{position:relative;z-index:0;overflow:hidden;}
.tab_wrap .cnt_tab:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;}
.tab_wrap .cnt_tab ul{display:flex;flex-wrap: wrap;margin-bottom:-1px;}
.tab_wrap .cnt_tab ul li:first-child{margin-left:0;border-left:1px solid #d5d5d3}
.tab_wrap .cnt_tab ul li.on:first-child{border-left:0;}
.tab_wrap .cnt_tab ul li{}
.tab_wrap .cnt_tab ul li a{display:block;border:1px solid #d5d5d3;border-bottom:0;text-align:center;box-sizing:border-box;}
.tab_wrap .cnt_tab ul li.on{position:relative;z-index:2;}
.tab_wrap .cnt_tab ul li.on a{border-radius:10px 10px 0 0;border-bottom:2px solid #fff !important;background:#fff !important;color:#708741;font-weight:bold;}
.tab_wrap .sub_tab > ul > li{display:inline-block;}
.tab_wrap .sub_tab > ul > li:first-child:before{display:none}
.tab_wrap .sub_tab > ul > li:before{content:"";display:inline-block;vertical-align:middle;background:#bbbbbb}

.cate01 .tab_wrap .cnt_tab:before{background:#21c8c0;}
.cate01 .tab_wrap .cnt_tab ul li a{background:#edf4f4;}
.cate01 .tab_wrap .cnt_tab ul li.on a{border:2px solid #21c8c0;border-bottom:2px solid #fff;color:#21c8c0}
.cate01 .tab_wrap .sub_tab > ul > li.on a{color:#21c8c0;}

.cate02 .tab_wrap .cnt_tab:before{background:#708741;}
/*.cate02 .tab_wrap .cnt_tab ul li:first-child{border-left:1px solid #d5d5d3}*/
.cate02 .tab_wrap .cnt_tab ul li:first-child {border-left:none;}
.cate02 .tab_wrap .cnt_tab ul li a{border:1px solid #d5d5d3;background:#ebf2ee;}

.cate03 .tab_wrap .cnt_tab:before{background:#ae7ced;}
.cate03 .tab_wrap .cnt_tab ul li a{background:#f4f4f4;}
.cate03 .tab_wrap .cnt_tab ul li.on a{border:2px solid #ae7ced;border-bottom:2px solid #fff;color:#ae7ced}
.cate03 .tab_wrap .sub_tab > ul > li.on a{color:#ae7ced;}

.mypage .tab_wrap .cnt_tab:before{background:#7c74e4;}
.mypage .tab_wrap .cnt_tab ul li a{background:#f4f3f9;}
.mypage .tab_wrap .cnt_tab ul li.on a{border:2px solid #7c74e4;border-bottom:2px solid #fff;color:#7c74e4}
.mypage .tab_wrap .sub_tab > ul > li.on a{color:#7c74e4;}

.employment .tab_wrap .cnt_tab:before{background:#5f73bf;}
.employment .tab_wrap .cnt_tab ul li a{background:#eff2f8;}
.employment .tab_wrap .cnt_tab ul li.on a{border:2px solid #5f73bf;border-bottom:2px solid #fff;color:#5f73bf}
.employment .tab_wrap .sub_tab > ul > li.on a{font-weight:600}
.employment .tab_wrap .sub_tab > ul > li a:hover{color:#5f73bf;}

@media screen and (min-width:991px){
	.tab_wrap{margin:40px 0 40px;}
	.tab_wrap .cnt_tab ul li a{padding:10px 22px;border-left:0;font-size:16px;}
	.tab_wrap .sub_tab{padding-top:15px;}
	.tab_wrap .sub_tab > ul{text-align:center;font-size:0;}
	.tab_wrap .sub_tab > ul > li{display:inline-block;padding-left:15px;}
	.tab_wrap .sub_tab > ul > li:before{width:2px;height:18px;margin-right:15px;}
	.tab_wrap .sub_tab > ul > li a{font-size:16px;color:#a0a0a0;}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.tab_wrap .cnt_tab ul li{width:33%;flex-basis:33.3%}
	.tab_wrap .sub_tab > ul{padding-top:10px;}
	.tab_wrap .sub_tab > ul > li{display:inline-block;padding-left:10px;}
	.tab_wrap .sub_tab > ul > li:before{width:1px;height:12px;margin:4px 10px 0 0;}
	.tab_wrap .cnt_tab ul li.on a{border-radius:0}
}
@media screen and (max-width:767px){
	.tab_wrap .cnt_tab ul li{width:100%;}
	.tab_wrap .sub_tab > ul{padding-top:10px;}
	.tab_wrap .sub_tab > ul > li{display:inline-block;padding-left:10px;}
	.tab_wrap .sub_tab > ul > li:before{width:1px;height:12px;margin:4px 10px 0 0;}
	.tab_wrap .cnt_tab ul li.on a{border-radius:0}
}

/* button */
.btn_nor01{display:inline-block;vertical-align:middle;text-align:center;border-radius:30px;background:#21c8c0;color:#fff;box-sizing:border-box;}

.btn_nor_ar{position:relative; display:inline-block; vertical-align:middle; font-size:18px; text-align:center; color:#fff; box-sizing:border-box;}
.btn_nor_ar:after{content:"";position:absolute;top:50%;right:18px;margin-top:-8px;display:inline-block;vertical-align:middle;width:10px;height:19px;background:url(../../new/images/common/btn_ar.png) no-repeat 0 0/100% auto;}
.btn_rnd_ar{display:inline-block;vertical-align:middle;text-align:center;border-radius:40px;border:2px solid #ddd;background:#fff;}
.btn_down{display:inline-block;vertical-align:middle;text-align:center;color:#fff;box-sizing:border-box;}
.btn_down:before{content:"";display:inline-block;vertical-align:middle;background:url(../../new/images/common/btn_down.png) no-repeat 0 0/100% auto;}

.cate01 .btn_nor_ar{background:#21c8c0;}
.cate01 .btn_down{background:#21c8c0;}
.cate01 .btn_rnd_ar{border-color:#21c8c0;}
.cate02 .btn_nor_ar{background:#708741;}
.cate03 .btn_nor_ar{background:#af7cee;}
.cate04 .btn_nor_ar{background:#21c8c0;}
.cate05 .btn_nor_ar{background:#21c8c0;}
.cate06 .btn_nor_ar{background:#21c8c0;}

.ds_smal{display:block;font-size:14px;}

@media screen and (min-width:991px){
	.btn_nor_ar{padding:14px 30px;border-radius:40px; font-size: 18px;}
	.btn_nor_ar:after{width:8px;height:18px;}
	.btn_down{padding:0 10px;border-radius:40px;line-height:34px;font-size:14px;}
	.btn_down:before{width:17px;height:16px;margin:-4px 6px 0 0;}

	.btn_nor01{padding:10px 20px;}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.btn_nor_ar{padding:10px 20px; border-radius:40px; font-size: 14px;}
	.btn_nor_ar:after{top: 57%; right: 12px; width:6px;height:14px;}

	.btn_down{padding:0 10px;border-radius:40px;line-height:30px;font-size:13px;}
	.btn_down:before{width:14px;height:13px;margin:-4px 6px 0 0;}

	.panel_list01 ul{display:flex;}
	.panel_list01 ul li{flex:1;width:30%;margin-top:20px;margin-left:2%;}
	.panel_list01 ul li:first-child{margin-left:0;}
	.panel_list01 ul li dl{border-radius:20px;}
	.panel_list01 li dl{height:100%;}
	.panel_list01 li dl dt{padding:12px 60px;}
	.panel_list01 li dl dd{padding:12px 20px;}
	.panel_list01 li dl dd .part{margin-top:15px;padding-top:15px;text-align:left}
}
@media screen and (max-width:767px){
	.mid_btn .btn_nor_ar {min-width: 125px; height:30px; line-height: 28px;}
	.btn_nor_ar{padding:0 20px;border-radius:40px;line-height:1.5;font-size:12px;}
	.btn_nor_ar:after{top: 60%; right: 12px; width:6px; height:14px;}

	.btn_down{padding:0 10px;border-radius:40px;line-height:28px;font-size:12px;}
	.btn_down:before{width:13px;height:14px;margin:-2px 6px 0 0;}

	.panel_list01 ul li{margin-top:10px;}
	.panel_list01 ul li dl{border-radius:20px;}
	.panel_list01 li dl{height:100%;}
	.panel_list01 li dl dt{padding:12px 60px;}
	.panel_list01 li dl dd{padding:12px 20px;}
	.panel_list01 li dl dd .part{margin-top:15px;padding-top:15px;text-align:left}
}

/* list */
.list_dot > li{position:relative;padding:0 0 0 12px; font-size: 16px; line-height: 1.5;}
.list_dot > li:before{content:"";position:absolute;top:10px;left:0;width:3px;height:3px;border-radius:3px;background:#000;}
.list_sta > li:first-child{margin-top:0;}
.list_star > li{position:relative;}
.list_star > li:before{content:"*";position:absolute;top:4px;left:0;}
.list_star01 > li{position:relative;}
.list_star01 > li:before{content:"*";position:absolute;top:4px;left:0;}
.list_line > li{position:relative;}
.list_line > li:before{content:"-";position:absolute;top:0;left:0;}
.list_line > li > ul > li{margin-top:0;}
.list_line2 > li{position:relative;padding-left:10px;}
.list_line2 > li:before{content:"-";position:absolute;top:0;left:0;}
.list_line2 > li > ul > li{margin-top:0;}
.list_cont > li > ul{padding:0 0 0 20px;}
.list_cont > li > ol{padding:0 0 0 20px;}
.list_space > li:first-child{margin-top:0;}
.chklist{display:flex;}
.chklist li{}
@media screen and (min-width:991px){
	.list_star li{margin-top:15px;padding:0 0 0 12px; font-size: 16px;}
	.list_star li:last-child {margin-bottom: 15px;}
	.list_star01 li{padding:0 0 0 12px;}
	.list_line{margin-bottom:28px;}
	.list_line li{padding:0 0 0 12px;}
	.list_space > li{margin-top:30px;}

	.ipt_list01 li{display:flex;align-items:center}
	.ipt_list01 li label,
	.ipt_list01 li span,
	.ipt_list01 li input{margin-right:10px;}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.list_star li{margin-top:10px;padding:0 0 0 12px;}
	.list_line{margin-bottom:20px;font-size:14px;}
	.list_line li{padding:0 0 0 12px;}
	.list_space > li{margin-top:20px;}

}
@media screen and (max-width:767px){
	.list_star li{margin-top:10px;padding:0 0 0 12px;}
	.list_line{margin-bottom:18px;font-size:12px;}
	.list_line li{padding:0 0 0 12px;}
	.list_space > li{margin-top:10px;}

	.list_dot > li {font-size: 14px;}
}

@media screen and (max-width: 576px){
	#contents h2 {font-size: 14px;}

	.list_dot > li {font-size: 12px;}
}

/* board */
.brd_num{width:8%;text-align:center;}
td.num{text-align:center;}
.lnk_blank{color:#0042ff}
.m_img{width:100%;}

/*
.cate01 .paging_nav a.on{border:2px solid #2dcbc3;color:#2dcbc3;}
.cate02 .paging_nav a.on{border:2px solid #708741;color:#708741;}
.cate03 .paging_nav a.on{border:2px solid #ae7ced;color:#ae7ced;}
.cate04 .paging_nav a.on{border:2px solid #708741;color:#708741;}
.cate05 .paging_nav a.on{border:2px solid #708741;color:#708741;}
.mypage .paging_nav a.on{border:2px solid #6c62d0;color:#6c62d0;}
.employment .paging_nav a.on{border:2px solid #5f73bf;color:#5f73bf;}
*/

.brd_list{width:100%;border-top:1px solid #bfbfbf;border-left:1px solid #bfbfbf;}
.brd_list thead th{text-align:center;border-right:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf;background:#21c8c0;color:#fff;font-weight:500}
.brd_list tbody td{border-right:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf;}
.paging_nav{text-align:center;}
.paging_nav a{display:inline-block;vertical-align:top;min-width:26px;height:26px;border:2px solid rgba(0,0,0,0);box-sizing:border-box;}
.paging_nav a.on{text-decoration:underline;font-weight:bold;}
.paging_nav a.frist{width:29px !important;height:29px;margin-right:-8px;background:url(../../new/images/common/pg_first.png) no-repeat 0 0/100% auto}
.paging_nav a.prev{width:29px !important;height:29px;background:url(../../new/images/common/pg_prev.png) no-repeat 0 0/100% auto}
.paging_nav a.next{width:29px !important;height:29px;background:url(../../new/images/common/pg_next.png) no-repeat 0 0/100% auto}
.paging_nav a.last{width:29px !important;height:29px;margin-left:-8px;background:url(../../new/images/common/pg_last.png) no-repeat 0 0/100% auto}

.mid_info{margin-bottom:40px;font-size:14px;}

@media screen and (min-width:991px){
	.brd_list thead th{padding:16px 0;font-size:16px;}
	.brd_list tbody td{padding:16px;font-size:14px;}

	.paging_nav{margin-top:25px;}
	.paging_nav a{font-size:14px;line-height:20px;}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.brd_list thead th{padding:12px 0;font-size:16px;}
	.brd_list tbody td{padding:10px;font-size:14px;}

	.paging_nav{margin-top:15px;}
	.paging_nav a{line-height:20px;}
}
@media screen and (max-width:767px){
	.brd_list thead th{padding:8px 0;font-size:13px;}
	.brd_list tbody td{padding:6px;font-size:12px;}

	.paging_nav{margin-top:15px;}
	.paging_nav a{font-size:12px;line-height:20px;}
}

.tbl_btm_tip{margin-top:10px;text-align:left;font-size:14px}

table + .cont{margin-top:40px;}

/* table */
.cel1_1{width:20%;}
.col_fir{width:20%}
.col_sec{width:30%}
.col_date{width:12%}
.col_writer{width:10%}
.col_num{width:8%}
.col_cnt{width:8%}
.no_tbl{width:100%;}
.no_tbl td{text-align:center;}
.tblT01{width:100%;border-top:1px solid #bfbfbf;border-left:1px solid #bfbfbf;}
.tblT01 th{padding:6px 20px;text-align:left;border-right:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf;background:#f8f8f8;font-weight:normal;}
.tblT01 td{padding:6px 20px;text-align:left;border-right:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf}



.tblT02{width:100%;border-top:1px solid #bfbfbf;}
.tblT02 th {text-align:left;background:#eeeeee;}
.tblT02 th, .tblT02 td{border-bottom:1px solid #bfbfbf;}
table.vtop th,
table.vtop td{vertical-align:top;}


.cate01 .tblH02 thead th{background:#21c8c0;}
.cate02 .tblH02 thead th{background:#f8f8f8;color:#000000}
.cate03 .tblH02 thead th{background:#f8f8f8;color:#000000}
.cate04 .tblH02 thead th{background:#f8f8f8;color:#000000}
.cate05 .tblH02 thead th{background:#f8f8f8;color:#000000}

.tblT03{width:100%;border-top:1px solid #bfbfbf;border-left:1px solid #bfbfbf;}
.tblT03 th{padding:1% 0;text-align:center;border-right:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf;background:#eeeeee;}
.tblT03 td{border-right:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf;background:#fff;}

.tblH02{width:100%;border-top:1px solid #bfbfbf;border-left:1px solid #bfbfbf;background:#fff;}
.tblH02 thead th{padding:5px 10px;text-align:center;border-right:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf;color:#fff;font-weight:600;}
.tblH02 tbody td{padding:5px 10px;text-align:center;border-right:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf;}

.cate01 .tblH03 thead th{background:#21c8c0;}
.cate02 .tblH03 thead th{background:#708741;}

.cate01 .tblH04 thead th{background:#21c8c0;border-right:1px solid #21c8c0;border-bottom:1px solid #21c8c0;}
.cate02 .tblH04 thead th{background:#708741;}

.tblH03{width:100%;border-top:1px solid #bfbfbf;border-left:1px solid #bfbfbf;background:#fff;}
.tblH03 thead th{padding:5px 10px;text-align:center;border-right:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf;color:#fff;font-weight:600}
.tblH03 tbody td{padding:5px 10px;text-align:left;border-right:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf;}

.tblH04{width:100%; word-break: keep-all; border-top:1px solid #bfbfbf;border-left:1px solid #bfbfbf;background:#fff;}
.tblH04 thead th{padding:5px 10px;text-align:center;color:#fff;font-weight:600}
.tblH04 tbody td{padding:5px 10px;text-align:left;border-right:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf;}
.tblH04 tbody td.th{padding:5px 10px;text-align:center;border-right:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf;background:#ebf2ee;}

.tblV01{width:100%;border-top:1px solid #bfbfbf;border-left:1px solid #bfbfbf;background:#fff;}
.tblV01 th{padding:8px 10px;text-align:center;border-right:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf;background:#21c8c0;color:#fff;font-weight:600}
.tblV01 td{padding:8px 10px;text-align:left;border-right:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf;}

.tblsT01{width:100%;border-top:1px solid #bfbfbf;border-left:1px solid #bfbfbf;}
.tblsT01 th{vertical-align:middle !important;padding:5px !important;text-align:center !important;border-right:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf;background:#eeeeee;}
.tblsT01 td{border-right:1px solid #bfbfbf;padding:5px !important;border-bottom:1px solid #bfbfbf;background:#fff;}

.tbl_bbs{width:100%;border-top:1px solid #bfbfbf;border-left:1px solid #bfbfbf;background:#fff;}
.tbl_bbs thead th{padding:5px 10px;text-align:center;border-right:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf;background:#21c8c0;color:#fff;font-weight:600}
.tbl_bbs tbody td{padding:5px 10px;text-align:center;border-right:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf;background:#fff;}

.str_tit{font-weight:600;}
.str_stit{font-weight:600;}
.wt_box{background:#fff;}
.wt_box_t2{background:#fff;}

@media screen and (min-width:991px){
	.col_1_6_3{width:22%;}

	.tblT02 th, .tblT02 td{padding:20px 20px 20px 30px;}

	.wt_box {position:relative; overflow:hidden; width: 100%; padding:35px; line-height: 1.7; background:#fff;}
	.wt_box pre {display:block; white-space: pre-wrap;}
	.str_tit{margin-bottom:30px;font-size:20px;}
	.str_stit{margin-bottom:30px;font-size:18px;}
	.cont_p{margin-bottom:30px;font-size:18px;}
	.nor_list{margin-bottom:30px;font-size:18px;}
}
@media screen and (max-width:991px){
	.no_tbl td{padding:1.5% 2%;}

	.step_srh{margin-bottom:2%;}
	.step_srh .dv_clear{margin-top:2%;}
	.srh_section + .srh_section{margin-top:2%;}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.col_1_6_3{width:220px;}

	.tblT02 th, .tblT02 td{padding:15px 15px 15px 20px;font-size:14px;}

	.str_tit{margin-bottom:20px;font-size:18px;}
	.str_stit{margin-bottom:20px;font-size:15px;}
	.cont_p{margin-bottom:20px;font-size:15px;}
	.nor_list{margin-bottom:20px;font-size:15px;}
}
@media screen and (max-width:767px){
	.col_1_6_3{width:34%;}

	.tblT02 th, .tblT02 td{padding:10px 10px 10px 15px;font-size:13px;}
	.no_tbl td{font-size:13px;}

	.str_tit{margin-bottom:10px;font-size:15px;}
	.str_stit{margin-bottom:10px;font-size:13px;}
	.cont_p{margin-bottom:10px;font-size:13px;}
	.nor_list{margin-bottom:10px;font-size:13px;}

	.col_date{width:12%}
}

.cate01 .btn_nor{background:#21c8c0;}
.cate01 .btn_srh{background:#21c8c0;}

.cate02 .btn_nor{background:#708741;}
.cate02 .btn_srh{background:#708741;}

.cate03 .btn_nor{background:#ae7ced;}
.cate03 .btn_srh{background:#ae7ced;}

.employment .btn_srh{background:#5f73bf;}

#contents.none{padding-left:0;padding-right:0;}
.btn_nor{display:inline-block;vertical-align:middle;border-radius:40px;color:#fff;font-weight:bold;}
.btn_srh{display:inline-block;vertical-align:middle;font-size:16px;border-radius:40px;text-align:center;color:#fff;}
.cen{text-align:center !important;}
a.min{min-width:20%;}

.pgage_tab{text-align:center;}
.pgage_tab ul{font-size:0;}
.pgage_tab ul li{position:relative;display:inline-block;vertical-align:middle;margin-left:12px;padding-left:12px;}
.pgage_tab ul li:first-child{margin-left:0;padding-left:0;}
.pgage_tab ul li:first-child:before{display:none;}
.pgage_tab ul li a{color:#626262;}
.pgage_tab ul li:before{content:"";position:absolute;top:7px;left:0;width:1px;height:12px;background:#626262;}

/* media_list */
.media_list .anc_tit{margin-bottom:20px;text-align:center;font-size:18px;}
.media_list .gallery_wrap .pic_wrap{overflow:hidden; position:relative; width: 1200px; height:auto;}
.media_list .gallery_wrap .swiper-slide {width: 1200px;}
.media_list .gallery_wrap .swiper-wrapper {display: flex; align-items: center; flex-direction: row;}
.media_list .thum_list{position:relative;}
.media_list .thum_list .swiper-container-initialized{overflow:hidden;}
.media_list .thum_list .swiper-slide{opacity:.4; margin: 0 5px;}
.media_list .thum_list .swiper-slide img{width:100%;}
.media_list .thum_list .swiper-slide-active{opacity:1; margin: 0 5px;}
.media_list + .media_list{margin-top:60px;}

/* button */
.media_list .swiper-button-next {background-image: url('../../new/images/sub/step_ar.png');}
.media_list .swiper-button-prev {background-image: url('../../new/images/sub/step_al.png');}

.bbs_list{background:#eff5f5;}
.bbs_list .anc_tit{margin-bottom:20px;text-align:center;font-size:18px;}
.bbs_list .srh_condi{margin-bottom:45px;}
.bbs_list .srh_condi .btn_srh{width:126px;}
.bbs_list .srh_condi select{width:15%;margin:0 5px;}
.bbs_list .srh_condi input{width:30%;margin:0 5px;border-radius:40px;}

.bbs_toggle{width:100%;border-top:1px solid #bfbfbf;border-left:1px solid #bfbfbf;}
.bbs_toggle thead th{padding:5px 10px;text-align:center;border-right:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf;background:#21c8c0;color:#fff;font-weight:600}
.bbs_toggle tbody td{text-align:center;border-right:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf;background:#fff;}
.bbs_toggle tbody td.sbj{text-align:left !important;}
.bbs_toggle tbody td.detail{text-align:left !important;}
.bbs_toggle tbody td.detail .brd_cont{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #bfbfbf;}
.bbs_toggle tbody td.detail .file_list{display:flex;}
.bbs_toggle tbody td.detail .file_list .tit span{display:inline-block;vertical-align:top;width:120px;margin-right:20px;padding:8px 0;border-radius:10px;text-align:center;background:#21c8c0;color:#fff;}
.bbs_toggle tbody td.detail .file_list ul{margin-top:-6px;}
.bbs_toggle tbody td.detail .file_list ul li a{color:#0042ff;}
.bbs_toggle tbody tr:nth-child(even) td{display:none;}
.bbs_toggle tbody tr.active td{display:table-cell}

.cate01 .rnd_box_wrap{background:#edf4f4}
.cate02 .rnd_box_wrap{background:#edf4f4}
.cate03 .rnd_box_wrap{background:#f4f4f9}
.employment .rnd_box_wrap{background:#eff2f8}
h2.sm_cont{margin-bottom:22px;text-align:center;font-weight:600;font-size:18px;}
.head_type01{display:flex;align-items:center;}
.head_type01 h3{font-weight:600;}

.info_tab{border:1px solid #bfbfbf;background:#fff;}
.info_tab dt{position:relative;border-bottom:1px solid #bfbfbf;padding:10px 0 10px 45px;font-size:24px;font-weight:500;}
.info_tab dt:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background:#21c8c0;}
.info_tab dd .tit{margin-bottom:25px;font-size:18px;}
.info_tab dd .file_list{display:flex;margin-top:30px;padding-top:30px;border-top:1px solid #bfbfbf;}
.info_tab dd .file_list .stit span{display:inline-block;vertical-align:top;margin-right:20px;padding:8px 10px;border-radius:10px;text-align:center;background:#21c8c0;color:#fff;font-size:16px;}
.info_tab dd .file_list ul{margin-top:-6px;}
.info_tab dd .file_list ul li a{color:#0042ff;}

.tblV01 + .sm_cont{margin-top:40px;}
.info_tab dd .tit{font-weight:600}

.media_list .gallery_wrap .pic_wrap img{width:100%}

@media screen and (min-width:991px){
	.head_type01{margin-bottom:20px;}
	.head_type01 h3{margin-right:10px;font-size:18px;}

	.rnd_box_wrap{padding:46px 44px;border-radius:30px;}

	.bbs_list{margin-top:40px;padding:60px;border-radius:40px;}
	.bbs_list .srh_condi fieldset{display:flex;align-items:center;justify-content: center;}

	.bbs_toggle tbody td{padding:10px 20px;}

	.btn_nor{padding:14px 0;}
	.btn_srh{padding:9px 0;}

	.info_tab dt ul{display:flex;}
	.info_tab dt ul li{width:33.333%}
	.info_tab dt{padding:20px 30px;font-size:16px;}
	.info_tab dd .tit{margin-bottom:25px;font-size:18px;}
	.info_tab dd{padding:45px;font-size:14px;}

	.sub_cont{margin:-20px 0 30px;text-align:center}

	.pgage_tab{margin-bottom:64px;}
	.pgage_tab ul li a{font-size:16px;}

	.media_list .gallery_wrap .pic_wrap .move_wrap{position:relative;z-index:2;width:1200px; height: 500px; margin:0 auto;}
	.media_list .gallery_wrap .pic_wrap:after{content:"";position:absolute;top:0;left:50%;width:1920px;height:100%;transform: translateX(-50%);}
	.media_list .thum_list{overflow:hidden;position:relative;width:1200px;margin-top:45px;padding:0 95px;}

	.media_list .thum_list .swiper-slide img{height:200px;}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.head_type01{margin-bottom:15px;}
	.head_type01 h3{margin-right:10px;font-size:18px;}

	.rnd_box_wrap{padding:3%;border-radius:10px;}

	.info_tab dt{padding:15px 20px;}
	.info_tab dt ul{display:flex;}
	.info_tab dt ul li{width:33.333%}

	.bbs_toggle tbody td{padding:8px 10px;}

	.btn_nor{padding:10px 0;}
	.btn_srh{padding:10px 0;}

	.info_tab dd .tit{margin-bottom:20px;font-size:16px;}
	.info_tab dd{padding:5%;font-size:14px;}

	.pgage_tab{margin-bottom:34px;}
	.pgage_tab ul li a{font-size:15px;}

	.sub_cont{margin:0 0 30px 0;text-align:center}

	.media_list + .media_list{margin-top:30px;}
	.media_list .gallery_wrap .pic_wrap{margin-bottom:20px;}
	.media_list .gallery_wrap .pic_wrap .move_wrap{height:500px;}
	.media_list .gallery_wrap .pic_wrap .move_wrap iframe{width:100%;height:100%;}
	.media_list .gallery_wrap{margin-bottom:20px;}
	.media_list .thum_list{overflow:hidden;position:relative;margin-top:25px;padding:0 45px;}
	.media_list .thum_list .swiper-slide img{height:150px;}
}
@media screen and (max-width:767px){
	.head_type01{margin-bottom:10px;}
	.head_type01 h3{margin-right:10px;font-size:14px;}

	.rnd_box_wrap{padding:4%;border-radius:0;}
	.rnd_box_wrap + .rnd_box_wrap{margin-top:0 !important;}

	.bbs_list{margin-top:20px;padding:20px;border-radius:20px;}
	.bbs_list .srh_condi select{width:100%}
	.bbs_list .srh_condi input{width:100%;margin-top:3%;padding:2% 0;text-indent:4%;}
	.bbs_list .srh_condi .btn_srh{width:100%;margin-top:3%;}

	.sub_cont{margin:10px 10px 30px;text-align:center}

	.btn_nor{padding:8px 0;}
	.btn_srh{padding:8px 0;}

	.info_tab dd{padding:5%;font-size:12px;}

	.cal_wrap .cal_rezult .data .relzut_data{width:20%}

	table thead th{font-size:12px !important}
	table tbody td{font-size:12px !important; word-wrap:break-word;}

	.cate01 .tblT01 td {padding: 6px 20px;}

	.tblT01 th{padding:6px 5px;font-size:13px;}
	.tblT01 td{padding:6px 5px;}
	.tblV01 th{font-size:13px;}

	.pgage_tab{margin-bottom:14px;}
	.pgage_tab ul li a{font-size:14px;}

	.media_list .gallery_wrap .pic_wrap{margin-bottom:20px;}
	.media_list .gallery_wrap .pic_wrap img{width:100%}
	.media_list .gallery_wrap .pic_wrap .move_wrap{height:500px;}
	.media_list .gallery_wrap .pic_wrap .move_wrap iframe{width:100%;}
	.media_list .gallery_wrap .pic_wrap .move_wrap img{width:100%;}

	.media_list .gallery_wrap .swiper-wrapper {width: 100%;}
}


@media screen and (max-width:991px) {
	.tbl_scroll{overflow:auto;padding-bottom:1px;}
	.tbl_scroll table th,
	.tbl_scroll table td{white-space:nowrap;}
}

@media screen and (max-width:767px){
	.col_num{width:4%}
	table .col_num{display:none}
	table .col_cnt{display:none}

	table .brd_num{display:none}
	table .brd_cnt{display:none}
}


td.sbj a{
text-overflow: ellipsis;
overflow: hidden;
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient: vertical;
word-wrap:break-word;
line-height: 1.6em;
width:100%;
}


@media screen and (min-width:991px){
	.brd_nm{width:2%;}
	.brd_date{width:12%;}

	.bbs_date{width:9%;}
	.bbs_wt{width:12%;}
	.bbs_nm{width:6%;}
	.bbs_cnt{width:10%;}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.brd_nm{width:2%;}
	.brd_date{width:12%;}

	.bbs_date{width:12%;}
	.bbs_wt{width:10%;}
	.bbs_nm{width:6%;}
	.bbs_cnt{width:10%;}
}
@media screen and (max-width:767px){
	.bbs_date{width:14%;}
	.bbs_wt{width:13%;}
	.bbs_nm{width:12%;}
	.bbs_cnt{width:12%;}
	.bbs_toggle tbody td{padding:9px 6px;letter-spacing:-1px;}
}


/* title */
#contents h2{font-weight:600;}
#contents h3{font-weight:600;}
#wrapper #container #contents .use_nav.sticky .step_cnt .rnd_box.univ_notice .cont{
	position: relative;
}
#wrapper #container #contents .use_nav.sticky .step_cnt .rnd_box.univ_notice .cont::before{
	position: absolute;
	left: 0;
}

@media screen and (min-width:991px){
	#contents h2{margin-bottom:20px;font-size:22px;}
	#contents h3{font-size:20px;}
	#wrapper #container #contents .use_nav.sticky .step_cnt .rnd_box.univ_notice .cont{
		padding-left: 15px
	}
	#wrapper #container #contents .use_nav.sticky .step_cnt .rnd_box.univ_notice .cont::before{
		top: 20px;
	}
	#contents h4{font-size:18px;}
}
@media screen and (min-width:768px) and (max-width:991px) {
	#contents h2{margin-bottom:15px;font-size:18px;}
	#contents h3{font-size:16px;}
	#wrapper #container #contents .use_nav.sticky .step_cnt .rnd_box.univ_notice .cont::before{
		top: 17px;
	}
	#contents h4{font-size:14px;}
}
@media screen and (max-width:767px){
	#contents h2{margin-bottom:10px; font-size:16px;}
	#contents h3{font-size:14px;}
	#wrapper #container #contents .use_nav.sticky .step_cnt .rnd_box.univ_notice .cont::before{
		top: 15px;
	}
	#contents h4{font-size:13px;}
}

/* btn */
.crm_btn{text-align:right}
.crm_btn a{display:inline-block;vertical-align:middle;border-radius:35px;color:#fff;font-weight:600}
.cate03 .crm_btn a{background:#af7cee;}
.cate05 .crm_btn a{background:#22d1e9;}
.employment .crm_btn a{background:#5f73bf;}

.mypage .crm_btn{text-align:center;}
.mypage .crm_btn a.btn_cancel{background:#9d9d9d;}
.mypage .crm_btn a.btn_chrm{background:#7b72e5;}

.paging_wrap {position:relative}
.paging_wrap .btn_r a{display:inline-block;vertical-align:middle;border-radius:35px;color:#fff;font-weight:600}
.cate03 .paging_wrap .btn_r a{background:#af7cee;}
.employment .paging_wrap .btn_r a{background:#5f73bf;}

/* 공통 btn */
.comm_btn_bx {z-index: 999; display: block; position: relative; height: 200px; padding: 20px 0 0 0; text-align: center;}
.comm_btn_bx .comm_btn {padding: 15px 35px; font-size: 20px; font-weight: 500; border: 1px solid #43d9d2; border-radius: 35px; background-color: #43d9d2;}
.comm_btn_bx .comm_btn .tit {padding: 0 20px; font-size: 26px; font-weight: bold;}
.comm_btn_bx .comm_btn .txt {padding: 5px 50px 5px 10px; border: 1px solid #000;}
.comm_btn_bx .comm_btn .txt:before {content:'>'; position: absolute; top: 25px; right: 378%;}

@media screen and (min-width:991px){
  .acco_btn a{margin:0 5px;padding:10px 20px;font-size:16px;}
	.crm_btn{padding-top:30px;}
	.crm_btn a{margin:0 5px;padding:10px 20px;font-size:16px;}
	.paging_wrap .btn_r{position:absolute;top:-10px;right:0;}
	.paging_wrap .btn_r a{margin:0 5px;padding:10px 20px;font-size:16px;}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.acco_btn a{margin:0 4px;padding:8px 10px;font-size:14px;}
	.crm_btn{padding-top:20px;}
	.crm_btn a{margin:0 4px;padding:8px 20px;font-size:14px;}
	.paging_wrap .btn_r a{margin:0 5px;padding:6px 14px;}
	.paging_wrap .btn_r{position:absolute;top:-10px;right:0;}
}
@media screen and (max-width:767px){
	.acco_btn a{margin:0 2px;padding:10px 20px;font-size:12px;}
	.crm_btn{padding-top:10px;}
	.crm_btn a{margin:0 2px;padding:10px 20px;font-size:12px;}
	.paging_wrap .btn_r a{margin:0 5px;padding:10px 20px;}
	.paging_wrap .btn_r{margin-top:10px;text-align:center;}
}


/* space */
@media screen and (min-width:991px){
	.trem_chk + .trem_list{margin-top:40px;}
	.ipt_tbl + h3{margin-top:40px;}
	h3 + .accordion{margin-top:30px;}

	h3 + table{margin-top:20px;}
	h4 + table{margin-top:15px;}

	.hd_click{margin-bottom:35px;}
	.ipt_addr + .ipt_addr{margin-top:10px;}
	.ipt_box + h3{margin-top:35px;}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.trem_chk + .trem_list{margin-top:20px;}
	.ipt_tbl + h3{margin-top:20px;}
	h3 + .accordion{margin-top:20px;}
	h3 + table{margin-top:15px;}
	h4 + table{margin-top:15px;}

	.col_hf2{margin-top:20px;}

	.hd_click{margin-bottom:25px;}
	.ipt_box + h3{margin-top:25px;}
}

@media screen and (max-width:767px){
	.trem_chk + .trem_list{margin-top:15px;}
	.ipt_tbl + h3{margin-top:15px;}
	h3 + .accordion{margin-top:10px;}
	h3 + table{margin-top:10px;}
	h4 + table{margin-top:10px;}
	.hd_click{margin-bottom:15px;}
	.ipt_box + h3{margin-top:15px;}

	.col_hf2{margin-top:10px;}
}

.flag1{display:inline-block;vertical-align:middle;width:100px;margin-right:5px; padding: 0 5px; text-align:center;border:1px solid #707070;background:#cef4ff;color:#222; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.flag2{display:inline-block;vertical-align:middle;width:100px;margin-right:5px; padding: 0 5px; text-align:center;border:1px solid #707070;background:#e7f8c3;color:#222; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.flag3{display:inline-block;vertical-align:middle;width:100px;margin-right:5px; padding: 0 5px; text-align:center; border:1px solid #707070; background:#fdd1d6; color:#222; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.flag4{display:inline-block;vertical-align:middle;width:100px;margin-right:5px; padding: 0 5px; text-align:center;border:1px solid #707070;background:#f4cc80;color:#222; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.flag5{display:inline-block;vertical-align:middle;width:100px;margin-right:5px; padding: 0 5px; text-align:center;border:1px solid #707070;background:#ececf4;color:#222; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/* table */
.cate01 .tbl_list thead th{background:#21c8c0;}
.cate02 .tbl_list thead th{background:#708741;}
.cate03 .tbl_list thead th{background:#ae7ced;}
.cate04 .tbl_list thead th{background:#708741;}
.cate05 .tbl_list thead th{background:#708741;}
.employment .tbl_list thead th{background:#5f73bf;}

.tbl_qna{width:100%}
.tbl_qna thead th:first-child{border-left:1px solid #bfbfbf;}
.tbl_qna thead th{padding:8px 0;border-right:1px solid #ae7ced;border-bottom:1px solid #ae7ced;background:#ae7ced;text-align:center;color:#fff;font-weight:600}
.tbl_qna tbody td:first-child{border-left:1px solid #bfbfbf;}
.tbl_qna tbody td{padding:6px;text-align:center;border-right:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf;background:#fff;}
.tbl_qna tbody tr.tr_lock td{background:#f4f3f9}
.tbl_qna tbody tr.tr_lock td input[type="text"]{height:28px !important;}
.tbl_qna tbody tr.tr_lock td a.bn_confrm{width:60px;height:28px;line-height:20px;}
.tbl_qna tbody td.sbj{text-align:left !important;}
.tbl_qna tbody td.sbj a{display:inline-block;width:50%;line-height:30px;}
.tbl_qna tbody td .tr_lock{background:url(../../new/images/sub/ico_lock.png) no-repeat 10px center}

.tbl_list{width:100%;}
.tbl_list thead {border-bottom: 1px solid #000;}
.tbl_list th{text-align:center; color:#fff; font-weight:600;}
.tbl_list tbody td{text-align:center; font-size: 16px; background:#fff;}
.tbl_list tbody td.sbj{text-align:left !important;}

.tbl_view.type02{border-top:0;}
.tbl_view{width:100%;}
.tbl_view th{padding:8px 0;text-align:left;}
.tbl_view td{padding:8px 0;}
.tbl_view td img{max-width:100%}
.tbl_view td .item{color:#bfbfbf;}
.tbl_view td .data{margin-right:20px;}
.tbl_view td.info{border-bottom:1px solid #bfbfbf;}
.tbl_view td.cont{height:400px;vertical-align:top;padding:20px 0;}
.tbl_view tr.fileList th{text-align:center}
.tbl_view tr.fileList th,
.tbl_view tr.fileList td{border-top:1px solid #bfbfbf;background:#f8f8f8}
.tbl_view tr.fileList td ul{border-left:1px solid #bfbfbf}
.tbl_view tr.fileList td ul li a{color:#0042ff}
.tbl_view tr.faq_part th{border-top:2px solid #bfbfbf;}
.bbs_nav{text-align:right}
.bbs_nav a{display:inline-block;vertical-align:middle;border-radius:30px;padding:10px 15px;color:#fff;}

.bbs_info{margin-top:30px;text-align:center}
.bbs_info a{display:inline-block;vertical-align:middle;border-radius:30px;padding:10px 15px;color:#fff;}

.cate01 .bbs_nav a{background:#af7cee;}
.cate02 .bbs_nav a{background:#708741;}
.cate03 .bbs_nav a{background:#af7cee;}
.employment .bbs_nav a{background:#5f73bf;}
.employment .bbs_info a{background:#5f73bf;}

@media screen and (min-width:991px){
	table thead th{font-size: 16px;}
	table tbody td{font-size: 16px;}
	table th{font-size:16px;}

	.tblsT01 th, .tblsT01 td{padding:4px;}

	.tbl_list {border-bottom:2px solid #bfbfbf;}
	.tbl_list thead th{padding:10px 10px;}
	.tbl_list tbody td{padding:10px 10px;}

	.tbl_view{border-top:2px solid #bfbfbf;border-bottom:2px solid #bfbfbf;}
	.tbl_view tr.fileList td ul{padding-left:30px;}
	.tbl_view th.sbj{font-size:18px;}

	.bbs_nav{margin-top:30px;}
	.tbl_qna tbody td .tr_lock{padding-left:40px;}
}
@media screen and (min-width:768px) and (max-width:991px) {
	table thead th{font-size:14px;}
	table tbody td{font-size:14px;}
	table th{font-size:14px;}

	.tbl_list {border-bottom:1px solid #bfbfbf;}
	.tbl_list thead th{padding:10px 10px;}
	.tbl_list tbody td{padding:10px 10px;}

	.tbl_view{border-top:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf;}
	.tbl_view tr.fileList td ul{padding-left:20px;}
	.tbl_view th.sbj{font-size:16px;}

	.bbs_nav{margin-top:20px;}
	.bbs_nav a{font-size:13px}

	.tbl_qna tbody td .tr_lock{padding-left:40px;}
}
@media screen and (max-width:767px){
	table thead th{font-size:12px}
	table tbody td{font-size:12px}
	table th{font-size:13px}

	.tbl_list {border-bottom:1px solid #bfbfbf;}
	.tbl_list thead th{padding:10px 10px;}
	.tbl_list tbody td{padding:10px 10px;}

	.tbl_view{border-top:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf;}
	.tbl_view tr.fileList td ul{padding-left:10px;}
	.tbl_view th.sbj{font-size:14px;}

	.bbs_nav{margin-top:10px;}
	.bbs_nav a{font-size:12px}

	.tbl_qna tbody tr.tr_lock td{background:#f4f3f9}
	.tbl_qna tbody tr.tr_lock td input[type="text"]{height:28px !important;}
	.tbl_qna tbody tr.tr_lock td label{display:block}
	.tbl_qna tbody tr.tr_lock td .bn_confrm{width:40px !important}

	.tbl_qna tbody td .tr_lock{padding-left:30px;background-size:15px auto}
}

/* text */
@media screen and (min-width:768px) and (max-width:991px) {
	.info_way .abbr{font-size:12px;}
}

@media screen and (max-width:767px){
	.info_way .abbr{font-size:11px;}
}

/* list */
@media screen and (min-width:991px){
	.bul_line li{font-size:16px;}
	.bul_cirlce li{font-size:14px;}
 }
@media screen and (min-width:768px) and (max-width:991px) {
	ul li{font-size:14px;}
	.bul_line li{font-size:14px;}
	.bul_cirlce li{font-size:14px;}
}

@media screen and (max-width:767px){
	ul li{font-size:12px;}

	.bul_line li{font-size:12px;}
	.bul_cirlce li{font-size:12px;}
}

.career_list li .rbox{border:1px solid #bfbfbf;box-sizing:border-box;}
.career_list .rfunc a{display:block;margin-bottom:4px;text-align:center;border-radius:30px;color:#fff;}

.cate02 .career_list .rfunc a{background:#708741}
.docu_lnk dl dd a{color:#0000ff}
.docu_lnk dl dd ul li:first-child{margin-top:0px;}

/* box */
.ipt_box{background:#fff;}
@media screen and (min-width:991px){
	.ipt_box{padding-top:20px}
	.ipt_box .list_star01.small{padding:0 0 0 28px;font-size:14px;}
	.ipt_box .list_star01.small > li:last-child {padding-bottom: 20px;}
	.ipt_box .list_star01.small_fst{padding:0 0 0 28px;font-size:14px;}
	.ipt_box .list_star01.small_mid{padding:10px 0 20px 28px;font-size:14px;}

	.ipt_box .list_star01.tbl_small {padding-top: 10px; font-size: 14px;}

	.ipt_box .military_list{margin-bottom:20px;padding:0 0 0 28px;}
	.ipt_box .military_list > li{margin-top:20px;}
	.ipt_box .military_list > li > ul {display:flex; flex-wrap:wrap;}
	.ipt_box .military_list > li > ul > li{min-width: 110px; padding-right:20px;}
	.ipt_box .military_list .date_chk li{display:flex;flex:1;align-items:center;}
	.ipt_box .military_list .date_chk li strong{width:16%;}
	.ipt_box .military_list .date_chk li .datewrap{width:60%}

	.chk_type{margin-bottom:20px;padding:0 0 0 28px;}

	.career_list{padding:0 28px 30px;}
	.career_list li{display:flex;align-items:center;margin-top:20px;}
	.career_list li .rbox{display:flex;width:86%;padding:20px;}
	.career_list li .rbox .str{width:20%;}
	.career_list li .rbox ul{width:80%}
	.career_list li .rbox .datewrap{width:85%;}
	.career_list .rfunc{width:10%;margin-left:auto}
	.career_list .rfunc a{padding:5px 0}

	.docu_lnk{margin-bottom:20px;padding:0 0 0 30px}
	.docu_lnk dl{display:flex;font-size:16px;}
	.docu_lnk dl dt{width:14%;font-weight:600; font-size: 16px;}
	.docu_lnk dl dd ul li{margin-top:20px;}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.ipt_box .list_star01.tbl_small {padding-top: 10px; font-size: 12px;}
	.ipt_box .list_star01.small_mid{font-size:12px;}

	.ipt_box .military_list ul li {padding-top: 10px;}
	.ipt_box .military_list .date_chk {padding-bottom: 10px;}

	.docu_lnk dl dt{width:14%;font-weight:600; font-size: 14px;}
}
@media screen and (max-width:767px){
	.ipt_box .list_star01.tbl_small {padding-top: 10px; font-size: 10px;}
	.ipt_box .list_star01.small_mid{font-size:10px;}
	.ipt_box .military_list ul li {padding-top: 10px;}

	.docu_lnk dl dt{width:14%;font-weight:600; font-size: 12px;}


}

/* board */
.brd_srh_condi{position:relative;text-align:center;}
.brd_srh_condi input{border-radius:30px;}

.brd_srh_condiT01{position:relative;margin-bottom:40px;}
.brd_srh_condiT01 p{margin-bottom:10px;}
.brd_srh_condiT01 input{border-radius:30px;}

.anctype{float:right;padding:5px 0;text-align:center;border-radius:10px;background:#1581c6;color:#fff;}
.bn_confrm{display:inline-block;vertical-align:middle;width:80px;margin-left:5px;padding:3px 0;text-align:center;border-radius:10px;background:#1581c6;color:#fff;}

.brd_write + .brd_write{border-top:1px solid #bfbfbf}
.brd_write .ipt_w100 textarea{height:235px;}
.brd_write textarea{background:#fff;}
.flex_1 div.ipt_w100{flex:1}
.prevention_wrap .prevention_ipt{display:inline-block;vertical-align:middle;width:158px;height:58px;border:1px solid #bfbfbf;}
.prevention_wrap .prevention_refresh{display:inline-block;vertical-align:middle;}
.prevention_wrap input{width:198px;}
.brd_write .ipt_privacy{overflow:auto;height:238px;background:#f4f3f9;box-sizing:border-box;}
.brd_write .ipt_privacy::-webkit-scrollbar {width:12px;border-radius:12px;border:1px solid #d2d2d2;}
.brd_write .ipt_privacy::-webkit-scrollbar-thumb {background-color:#eeeeee;border-radius:12px;}
.brd_write .ipt_privacy::-webkit-scrollbar-track {background-color:#d2d2d2;border-radius:12px;}

.tbl_view .faq_tit{color:#bfbfbf;}

.raw_dt dt{font-weight:600}
.webtoon_list ul{display:flex;flex-wrap:wrap;justify-content: space-between;}
.webtoon_list ul li .thum{min-height:340px;background:#eeeeee}
.webtoon_list ul li .thum img{width:100%}
.webtoon_list ul li .sbj{margin-top:10px;font-weight:600}
.cate03_faq .accordion .panel_cnt{text-align:center;}
.cate03_faq .txt_cont li strong{font-weight:600 !important}
.cate03_faq .call_center{text-align:left;}
.cate03_faq .call_center li:first-child{margin-top:0;}
.cate03_faq .call_center li{margin-top:15px;font-size:16px;}
.cate03_faq .call_center li strong{color:#af7cee;font-weight:600 !important;font-size:14px;}
.cate03_faq .call_center li p span.bar{margin:0 15px;color:#9b9b9f}
.cate03_faq .call_center li p span.info{font-size:14px;}
.cate03_faq .call_center li p span.ico{color:#626262;}

select:disabled{background:#eeeeee;}
.chkbyte{margin-top:10px;color:#a0a0a0;}
.list_part{padding-top:25px;border-top:1px solid #bfbfbf}
.brd_write .filebox label{border-radius:5px;}
.brd_write .fileList li{margin-top:10px;}
.brd_write .filename{color:#a0a0a0}
.brd_write .file_btn{text-align:center;border-radius:5px;}
.brd_write .flex_wrap .tip{margin-top:10px;}
.brd_write .url_list li{margin-top:10px;}
.hr_lne{border-bottom:1px solid #bfbfbf;font-size:0;}
.hr_lne + .top_text{margin-top:30px;}
.hr_lne + .trem_chk{margin-top:30px;}
.brd_write .ipt_w70{flex:1;width:70%}
.brd_write .ipt_w70 input{width:100%}

/*-- 2023 추가 --*/
.brd_srh_condi .btn-box {position: absolute; right:0px; top:0px;}
.btn-radius {display: block;}
.btn-radius button {display: flex; align-items: center; padding: 6px 16px 8px; font-size: 16px; line-height: 22px; color: #000; border-radius: 19px; border: solid 1px #dfdfdf; background-color: #fff; }
.btn-radius:hover button {border-color: #21c8c0;}
.btn-radius.chatgpt button::before {content: ''; display: block; width: 18px; height: 18px; margin-right: 7px; background: url(/public/new/images/sub/icon_chatgpt.png) no-repeat center; background-size: 100%;}

/*-- popup - 2311 전체 수정 (20231127 추가) --*/
.popup.type1 .popup-inner {border-radius: 0px; padding-bottom: 20px;}
.popup.type1 .popup-btn-inner {padding-top: 10px;}
.popup.chatgpt .popup-inner {flex-direction: row; flex-wrap: wrap; width:840px;max-width:840px; height: 550px; padding-bottom: 0; border-radius: 0px; }
.popup-title.chatgpt {padding-left: 0;}
.popup.type1 .popup-body {padding-top: 15px;}
.popup.chatgpt .popup-header {flex:none; width:100%;}
.popup.chatgpt .popup-body {width: 50%; margin: 10px 0; padding: 14px 10px 0 14px; height: calc(550px - 80px); display: flex;}
.popup.chatgpt .popup-body.chatgpt {width: calc(50% - 10px); margin: 10px 10px 10px 0; padding-bottom: 60px; border:1px solid #ccc;}
.popup.chatgpt .popup-body.chatgpt .popup-body-inner {margin-top: auto; margin-bottom: 1px;}
.popup.chatgpt .popup-body-inner {width: 100%;}
.popup.chatgpt .popup-body::-webkit-scrollbar-thumb {border-radius:0px}
.popup.chatgpt .popup-body::-webkit-scrollbar-track {border-radius:0px}

.btn-type01.square a,
.btn-type01.square button {min-width: 140px; padding: 8px 14px 10px; border-radius: 0px;}
/*-- popup - 2311 전체 수정 end --*/

.chatting {display: flex; flex-direction: column; /* margin-bottom: 20px; */}
.chatting::after {content: ''; display: block; clear: both;}

.chat-bubble {flex:none; max-width: 90%; margin-bottom: 20px;}
/* .chat-bubble:last-of-type {margin-bottom: 0;} */
.chat-bubble .message {/* flex:1; */ position: relative; display: inline-block; padding: 8px; font-size: 13px; line-height: 19px; color: #000; text-align: left; background: #f1f1f1; border-radius: 4px; clear: both;}
.chat-bubble .time {flex:none; align-self: flex-end; font-size: 11px; color: #aaaaaa;}

.chat-bubble.you {/* float:left; */ display: flex;}
.chat-bubble.you .message {margin-left: 9px; margin-right: 8px;}
.chat-bubble.you .message::after {position: absolute; left:-9px; top:5px; content: ''; display: block; width: 0; height: 0; border-bottom: 6px solid transparent; border-top: 6px solid #f1f1f1; border-left: 6px solid transparent; border-right: 6px solid #f1f1f1; border-radius: 2px;}

.chat-bubble.me {/* float:right; */ align-self: flex-end; display: flex;}
.chat-bubble.me .message  {order: 1; margin-right: 9px; margin-left: 8px; color: #fff; background: #7232d8;}
.chat-bubble.me .message::after {position: absolute; right:-9px; top:5px; content: ''; display: block; width: 0; height: 0; border-bottom: 6px solid transparent; border-top: 6px solid #7232d8; border-left: 6px solid #7232d8; border-right: 6px solid transparent; border-radius: 2px;}

/*-- chat-send - 2311 전체 수정 --*/
.popup.chatgpt .popup-inner .chat-send {position: absolute; right:11px; bottom:11px; display: block; width: calc(50% - 12px); padding: 10px; background: #fff;}
.chat-send .ipt-chat {display: flex; align-items: center; width: 100%; height: 40px; background: #f0eff7; border-radius: 20px;}
.chat-send .ipt-chat input {background: transparent; flex:1; height: 40px !important; border:0px !important; padding-left: 20px !important;}
.btn-chat-send {display: block;}
.btn-chat-send button {display: block; width: 36px; height: 36px; background: url(/public/new/images/sub/btn_chat.png) no-repeat center; background-size: contain;}
/*-- chat-send - 2311 전체 수정 end --*/

/*-- 2311 추가 (20231127 추가) --*/
.btn-box-search {display: inline-flex;}
.btn-box-search .btn-radius {margin-right: 4px;}
.btn-box-search .btn-radius:last-of-type {margin-right: 0px;}
.btn-radius a {display: inline-flex; align-items: center; padding: 6px 16px 8px; font-size: 16px; line-height: 22px; color: #000; border-radius: 19px; border: solid 1px #dfdfdf; background-color: #fff; }
.btn-radius.type1 a,
.btn-radius.type1 button {padding: 7px 16px 9px; color: #fff; background: #ae7ced; border-color: #ae7ced;}

.list-radio + .paging_nav {margin-top: 10px; margin-bottom: 15px;}
.list-radio .title {padding-bottom: 10px; margin-bottom: 6px; border-bottom: 1px solid #000;}
.list-radio .title > span {display: block; font-size: 15px; font-weight: 600; letter-spacing: -0.5px;}
.list-radio .list {padding-bottom: 10px; border-bottom: 1px solid #ccc;}
.list-radio .list ul {display: flex; flex-wrap: wrap; padding: 0 10px;}
.list-radio .list ul li {flex:none; margin: 10px 0;}
.list-radio .list-col3 li {width: 33.33%;}
.list-radio .list-col2 li {width: 50%;}

.radio1 {display: block;}
.radio1 label {display: flex;}
.radio1 input[type="radio"]+label:before {flex:none; vertical-align: top; margin-top: 2px;}
.radio1 label > span {display: block; font-size: 14px; line-height: 20px;}

.faq-list .title {margin-bottom: 6px; display: flex; justify-content: space-between;}
.faq-list .title > span {display: block; font-size: 15px; font-weight: 600; letter-spacing: -0.5px;}
.faq-list .title > .btn-radius.type1 a,
.faq-list .title > .btn-radius.type1 button {padding: 0 6px 2px;  font-size: 12px; line-height: 18px; font-weight: 500;}

.accordion-faq {width:100%; border-top:1px solid #000}
.accordion-faq ul {list-style:none}
.accordion-faq ul ul {display:none}
.accordion-faq li {box-sizing:border-box}

.accordion-faq .acc-inner > .acc-item {width:100%;border-bottom:1px solid #e0e0e0;}
.accordion-faq .acc-inner > .acc-item > .item-title {cursor:pointer;position:relative;display:flex;padding:10px 40px 10px 10px;margin-top:-1px;font-size:1.6rem;line-height:22px;z-index:2}
.accordion-faq .acc-inner > .acc-item > .item-title::after {position: absolute; right:10px; top:14px; content: ''; width: 6px; height: 6px; border-top: 2px solid #555555; border-right: 2px solid #555555; display: inline-block; transform: rotate(135deg);}
.accordion-faq .acc-inner > .acc-item.active  > .item-title::after {position: absolute; right:10px; top:16px; content: ''; width: 6px; height: 6px; border-top: 2px solid #555555; border-right: 2px solid #555555; display: inline-block; transform: rotate(315deg);}
.accordion-faq .acc-inner > .acc-item > .item-title .subject {font-size: 14px; line-height: 20px;}

.accordion-faq .item-cont {padding: 10px 10px 15px; background: #f7f7f7; border-top:1px dashed #e0e0e0;}
.accordion-faq .item-cont li {font-size: 14px;}
/*-- 2311 추가 end --*/


/*-- 2023 추가 --*/
@media screen and (max-width:991px){
	/*-- popup - 2311 전체 수정 (20231127 추가) --*/
	.popup-title.chatgpt {text-align: left; padding-left: 0;}
	.popup-title.chatgpt::before {width: 14px; height: 14px; top: 3px;}

	.popup.chatgpt .popup-inner {flex-direction: column; flex-wrap: nowrap;}
	.popup.chatgpt .popup-body {width: 100%; margin:0px;}
	.popup.chatgpt .popup-body.faq {height: 60%;}
	.popup.chatgpt .popup-body.chatgpt {height: 40%; width: 100%; margin: 0px; border:0px; background: #f5f4f7; border-top: 1px solid #d1c9df;}

	.popup.chatgpt .popup-inner .chat-send {bottom:0px; right:0px; width: 100%;}
	.accordion-faq {padding-bottom: 15px;}
	.chat-bubble .message {background-color: #fff;}
	.chat-bubble.you .message::after {border-top-color: #fff; border-right-color: #fff;}
	/*-- popup - 2311 전체 수정 end --*/
}
/*-- //2023 추가 --*/


@media screen and (min-width:991px){
	.brd_srh_condi{margin-bottom:30px;}
	.brd_srh_condi .srh_condi select.type{float:left;}
	.brd_srh_condi .srh_condi select{width:160px;}
	.brd_srh_condi .srh_condi input{width:420px;}
	.brd_srh_condi .srh_condi .btn_srh{width:100px;}

	.brd_srh_condiT01 select + select{margin-left:8px;}
	.brd_srh_condiT01 .btn_srh{width:106px;margin-left:5px;}

	.brd_write .file_btn{width:95px;}
	.anctype{float:right;width:100px;}

	.brd_write {overflow:hidden;padding-bottom:40px;}
	.brd_write > li{width:50%; margin-top:20px; width:50%;}
	.brd_write > li .stit {width:240px;}
	.brd_write > li .sub_item {width:40%}
	.brd_write > li .sub_item li:first-child{margin-top:0;}
	.brd_write > li .sub_item li {display:flex;margin-top:10px;}
	.brd_write > li .sub_item li .s_itme {width:100px;padding:10px 0 0 0;}
	.brd_write > li .sub_item li .ipt_selct {flex:1;}
	.brd_write > li .sub_item li .ipt_selct.hf_select select {width:48%;}
	.brd_write > li .sub_item li .ipt_selct.hf_select select:nth-child(2) {float:right;}
	.brd_write > li.list_f{width:100%}
	.brd_write > li .chklist{padding:10px 0}
	.brd_write > li .chklist label{margin-right:20px;}
	.brd_write > li .ipt_dv{width:220px;}
	.brd_write > li .ipt_email{width:319px;}
	.brd_write > li .ipt_w100 input,
	.brd_write > li .ipt_email input,
	.brd_write > li .ipt_dv select,
	.brd_write > li .ipt_dv input{width:100%;}
	.brd_write > li .ex_text{margin-left:10px;}

	.sub_univ_wt .brd_write li .chk_item{flex:1;}
	.sub_univ_wt .txt_etc{width:100%;height:150px;}
	.sub_univ_wt .trem_list{padding:20px;border:1px solid #bfbfbf;}
	.sub_univ_wt .trem_chk .title{font-weight:500}
	.sub_univ_wt .trem_chk .chk_list li{margin-top:10px;}
	.sub_univ_wt .trem_chk .chk_list li .item{font-weight:600}
	.sub_univ_wt .trem_chk .chk_list strong{display:inline-block;vertical-align:middle;margin-right:10px;line-height:30px;}
	.sub_univ_wt .trem_chk .chk_list span{display:inline-block;vertical-align:middle;}
	.sub_univ_wt .trem_list .str{margin-bottom:10px;}
	.sub_univ_wt .trem_list .depth_li{margin-bottom:20px;}
	.sub_univ_wt .trem_list .depth_li > li{margin:5px 0;}
	.sub_univ_wt .trem_tip{margin-top:20px;font-size:14px;}
	.sub_univ_wt .sub_text{margin:-10px 0 20px;}
	.sub_univ_wt .chk_rlist li{display:flex;margin-top:10px;font-size:15px;}
	.sub_univ_wt .chk_rlist li label{width:30%;}
	.sub_univ_wt .chk_rlist li span{width:20%;}
	.sub_univ_wt .sub_chkbox{margin:-10px 0 20px;}

	.flex_wrap{display:flex;}
	.align_mid{align-items:center;}
	.flex_wrap .stit{padding-top:6px;}
	.prevention_wrap .prevention_refresh{margin:0 20px 0 10px}
	.brd_write .ipt_privacy{flex:1;padding:20px;}
	.brd_write .chk_radio{padding:10px 0 0 161px;font-size:18px;}

	.tbl_view .faq_tit{font-size:30px;margin:0 6px -10px 0;}

	.raw_dt{margin-bottom:20px;}
	.raw_dt dt{font-size:20px;}
	.raw_dt dd{font-size:16px;}

	.flex{display:flex;}
	.flex .area_select{width:20%;}
	.flex .area_select select{width:90%;}
	.flex .area_list{width:80%;}

	.webtoon_list ul li{width:30%;}

	.webtoon_list ul li{margin-bottom:20px;}
	.cate03_faq .txt_cont{width: 1106px; margin-bottom:30px; padding-left: 47px; font-size:16px;}
	.cate03_faq .txt_cont li{margin-top:20px;}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.brd_srh_condi{margin-bottom:20px;}
	.brd_srh_condi .srh_condi select{width:15%;margin:0 5px;text-indent:10px;}
	.brd_srh_condi .srh_condi input{width:45%;margin:0 5px;text-indent:15px;}
	.brd_srh_condi .srh_condi .btn_srh{width:10%;margin:0 5px;}

	.brd_srh_condiT01 .srh_condi .btn_srh{width:106px;}

	.webtoon_list li{width:48%;margin-top:20px;}

	.cate03_faq .txt_cont li{margin-top:20px;}

	.flex_wrap{display:flex;}
	.align_mid{align-items:center;}

  	/* board write */
	.ico_exp {width:6px; height:6px; background-size:100% auto;}
    .brd_write > li .stit {width:28%; font-size:14px;}
    .brd_write .ipt_w100 {flex:1; width:100%}
    .brd_write .ipt_w100 input{width:100%}
	.brd_write .ipt_w70 {flex:1;width:70%}
	.brd_write .ipt_w70 input{width:100%}
    .flex_wrap .stit {padding-top:6px;}
    .brd_write > li {margin-top:20px; font-size:14px;}
	.brd_write .chkbyte {font-size:14px;}
	.brd_write .list_file {font-size:14px;}
	.brd_write .flex_wrap .tip {font-size:14px;}

	.anctype{float:right;width:100px;}

	/*-- 2023 추가 --*/
	.brd_srh_condi.brd_left {display: flex;}
	.brd_srh_condi.brd_left fieldset {flex:1;}
	.brd_srh_condi.brd_left .srh_condi {text-align: left;}
	.brd_srh_condi .btn-box {flex:none; margin-left: auto; position: relative; right: initial; top: initial;}

	/*-- 2311 추가 (20231127 추가) --*/
	.brd_srh_condi.type1 .srh_condi input {width: calc(100% - 275px);}
	.brd_srh_condi.type1 .srh_condi .btn_srh {width: 75px;}
	.brd_srh_condi.type1 .btn-box-search {position: absolute; right:8px; top:-50px;}
	/*-- 2311 추가 end --*

	/*-- //2023 추가 --*/
}
@media screen and (max-width:767px){
	.brd_srh_condi {margin-bottom:15px;}
	.brd_srh_condi .srh_condi select{display:block;width:100%;text-indent:10px;}
	.brd_srh_condi .srh_condi input{width:100%;margin-top:10px;text-indent:15px;}
	.brd_srh_condi .srh_condi .btn_srh{width:100%;margin-top:10px;}

	.webtoon_list li{width:100%;margin-top:20px;}

	.cate03_faq .txt_cont li{margin-top:20px;}
	.cate03_faq .accordion {margin-top:20px;}

	/* board write */
	.filebox label{width:100%;text-align:center;}
	.brd_write .fileList .filename{display:block;}
	.brd_write .file_btn .file_btn{display:block;width:100%}
	.brd_srh_condi select + select{margin-top:5px;}
	.brd_write .url_list li input{width:100%}
	.brd_write .list_file .text{margin:10px 0;}
	.brd_write > li {margin-top:10px; font-size: 12px;}
	.brd_write > li .stit{margin-bottom:10px;}
	.brd_write .ipt_w100 input[type="text"]{width:100%}
	.brd_write .prevention_wrap input[type="text"]{width:60%;margin-top:10px;}

	.brd_srh_condiT01 select{width:100%}
	.brd_srh_condiT01 select + select{margin-top:8px;}
	.brd_srh_condiT01 input{border-radius:30px;}
	.brd_srh_condiT01 .btn_srh{width:100%;margin-top:5px;}

	.anctype{float:right;width:60px;}
	.paging_wrap .btn_r a{width:100%}

	/* nav_chklist */
	.nav_chklist > li > .arrow {top:3px;}
	.nav_chklist > li > ul > li > .arrow {right:10px;}
	.nav_chklist > li > ul > li input[type="checkbox"]+label:before {top:6px !important; left:15px !important;}

	/*-- 2023 추가 --*/
	.brd_srh_condi .btn-box {top: -36px;}
	.btn-radius button {padding: 3px 12px 4px; font-size: 12px; line-height: 18px;}
	.btn-radius.chatgpt button::before {width: 11px; height: 11px; margin-right: 4px;}

	/*-- 2311 추가 (20231127 추가) --*/
	.btn-radius a,
	.btn-radius button {padding: 3px 12px 4px !important; font-size: 12px; line-height: 18px;}
	.brd_srh_condi.type1 .btn-box-search {position: absolute; right:0px; top:-35px;}

	.list-radio .list ul li {margin: 5px 0;}
	.radio1 label > span {font-size: 13px; line-height: 19px;}

	.faq-list .title {flex-direction: column;}
	.faq-list .title > span:nth-of-type(1) {order: 2;}
	.faq-list .title .btn-radius.type1 {order: 1; margin-bottom: 4px; align-self: flex-end;}
	.faq-list .title > .btn-radius.type1 a,
	.faq-list .title > .btn-radius.type1 button {font-size: 11px; padding: 0 6px !important;}
	/*-- 2311 추가 end --*/

	/*-- //2023 추가 --*/
}

/* board */
@media screen and (max-width:767px){
	.brd_cont{overflow:auto}
	.brd_cont table thead th,
	.brd_cont table thead td{white-space:nowrap;}
}

.filebox input[type="file"] {position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}
.filebox label {display:inline-block;vertical-align:middle;margin-left:10px;padding:0 18px;color:#fff;cursor:pointer;border-radius:44px;line-height:44px;font-size:16px;}
.file_btn{vertical-align:middle;padding:0 18px;color:#fff;cursor:pointer;border-radius:10px;line-height:44px;font-size:16px;}
/* named upload */
.filebox .upload-name{display:inline-block;vertical-align:middle;width:265px;height:42px;background-color:#fff;border: 1px solid #ebebeb;-webkit-appearance: none;-moz-appearance: none;appearance: none;}

/* file upload */
.cate01 .filebox label {background-color:#21c8c0;}
.cate01 .file_btn {background-color:#21c8c0;}
.cate02 .filebox label {background-color:#708741;}
.cate02 .filebox label.delete {background-color:#999c93; padding: '0 30px'}
.cate02 .file_btn {background-color:#708741;}
.cate03 .filebox label {background-color:#af7cee;}
.cate03 .file_btn {background-color:#af7cee;}
.employment .filebox label {background-color:#5f73bf;}
.employment .file_btn {background-color:#5f73bf;}

@media screen and (min-width:991px){
	.file_btn{display:inline-block;margin-left:10px;line-height:44px;}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.cate02 .filebox label {width: 120px; height: 42px; line-height: 40px; text-align:center; border-radius: 7px;}
}

@media screen and (max-width:767px){
	.file_btn{display:block;margin-top:10px;line-height:40px;}

	.cate02 .filebox label {width: 100px; height: 30px; line-height: 28px; border-radius: 7px;}
}

/* Google Translate */
#google_translate_element {
	position: absolute;
	top: 1px;
	right: -15px;
	display: flex;
	justify-content: flex-end;
	min-width: 14%;
	margin-right: 5px;
	background: url(../images/arrow.png) no-repeat 125px 18px;
}

.VIpgJd-ZVi9od-vH1Gmf {border: 1px solid #dfdfdf !important;}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b .indicator, .VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd .indicator {display: none;}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b {transition: 0.3s;}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:hover div {background: #7d73e6;}

@media screen and (max-width:1280px){
	#google_translate_element {position: absolute; top: 8px; right: 10px; }
}

.goog-te-gadget {color: transparent !important; overflow: hidden; height: 40px;}
.goog-te-gadget img {display: none !important;}
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {display: none !important;}

.goog-te-gadget .goog-te-combo {
    /* min-width: 100px; */
    width: 120px;
    height: 40px;
    padding-left: 24px;
    margin: 0 !important;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #222222;
    border-radius: 20px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.goog-te-gadget .goog-te-combo:focus {outline: none;}
.goog-te-gadget-simple {white-space: nowrap;}
.goog-te-gadget-simple {display: inline-block; padding-top: 3px; padding-bottom: 2px; font-size: 10pt; cursor: pointer; border: 1px solid #7d73e6; border-radius: 12px; background-color: #FFF;}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {color: #2d2d2d;}
.goog-te-gadget-simple span {padding: 0px 0px 0px 11px;}

.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active,
.skiptranslate .goog-te-gadget > span,.VIpgJd-ZVi9od-ORHb-OEVmcd {display: none !important;}




 /*Area Map Style*/
.st_area0{fill:#D3CFE3;}
.st_area1{fill:#7B73E5;stroke:#FFFFFF;stroke-width:0.5;stroke-miterlimit:10;cursor:pointer;display:block;}
.st0{clip-path:url(#SVGID_00000174592571406543537760000006552025651555557802_);}
.st1{fill:#D3CFE3;cursor:pointer;}
