@charset "utf-8";

.for_pc {
    display: block;
}

.respon_switch {
    display: none;
}

.gnb {
    display: block;
}

/*========================================================================*/
@media screen and (max-width:1000px) {
    html, body {
/*         overflow-x: hidden;
		overflow-y: auto; */
        margin: 0;
    }

	html.scrollOff, body.scrollOff {
		overflow-y: hidden;
	}

    .for_pc {
        display: none;
    }

    .header,
    .contents,
    .footer,
    .con_wrapper {
        width: 100%;
        min-width: 100%;
    }

	.quick_menu_wrap {
		display: none;
	}

    .header {
        /*position:static;*/
        height: 83px;
        overflow-y: visible;
        /*border-bottom:3px solid #d83435; background-image:none;*/
    }

    .header.searchon {
        overflow: hidden;
    }

    .logo_wrap {
        width: 170px;
        float: none;
        margin: 0 auto;
        top: 22px;
        left: 3%;
        /*left:50%; margin-left:-75px;*/
        padding-top: 0;
    }

    a.gnb_toggle_btn {
        display: none;
    }

    a.main_logo {
        width: 170px;
    }

    a.main_logo img {
        display: none;
        max-width: 100%;
        padding-left: 0;
    }

    a.main_logo img.big {
        display: block;
    }

    .gnb_wrap {
        position: absolute;
        top: 0;
    }

    .nav {
        position: static;
        width: 266px;
        margin: 0 auto;
    }

    .respon_switch {
        display: block;
        margin-top: 20px;
    }

    .respon_switch>.btn {
		position: relative;
        display: block;
        margin: 0 3% 0 auto;
        width: 45px;
        height: 45px;
        font-size: 0;
        text-align: center;
		background: url('/img/common/btn_sitemap.png') no-repeat center center/100% 100%;
	}

	.respon_switch>.btn.on {
		position: absolute;
		right: 20px;
		z-index: 3002;
		margin: 0;
		background: url('/img/common/btn_sitemap_close.png') no-repeat center center/100% 100%;
	}

    .respon_switch>.search_btn {
        position: absolute;
        top: 20px;
        right: 62px;
		width: 45px;
		height: 45px;
    }

	.header__a-join-wrap {
		top: 15px;
		right: auto;
		left: 20px;
		max-width: calc(100% - 100px);
	}

	.header__a-join-wrap ul {
		padding: 0 8px;
	}

    .gnb_parent {
        position: fixed;
        top: 0;
        right: 0;
		display: none;
        width: 100%;
		height: 100%;
	    padding-top: 130px;
	    background: #ffffff;
        /*background: url('/img/main/bg_news.jpg') no-repeat center right/cover;*/
        z-index: 3001;
		overflow-y: scroll;
		opacity: 0;
		transition: opacity .3s;
    }

    .gnb_parent .search_btn {
        display: none;
    }

	.mobile.on {
		display: block;
		opacity: 1;
	}

    .gnb {
        margin-top: 0;
        width: 100%;
		padding: 0;
        margin-right: 0;
        float: none;
    }

    .gnb>li {
        width: 100%;
		margin-bottom: 30px;
    }

    .gnb>li>a {
        display: block;
        padding-bottom: 10px;
		margin-bottom: 10px;
        font-size: 28px;
        text-align: center;
        padding: 10px 50px;
		line-height: 1;
		letter-spacing: .1em;
    }

    .gnb>li>a.on {
        background-image: none;
        color: #464f5f;
    }

    .gsub {
        position: static;
		display: none;
        margin: 0;
        width: 100%;
        height: auto;
        border-left: 0;
        border-right: 0;
        padding-top: 0;
    }

	.gnb>li.active .gsub {
		display: block;
	}

    .gsub>li {
        float: none;
		margin-bottom: 10px;
    }

    .gsub>li>a {
		position: relative;
        text-align: center;
        display: inline-block;
        padding: 0 10px 3px 10px;
        font-size: 18px;
        font-weight: 350;
        color: #232323;
		overflow: hidden;
    }

	.gsub>li>a:after {	
		content: '';
		left: -100%;
		transition: all .3s;
	}

	.gsub>li>a:hover:after {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		border-bottom: 1px solid #232323;
	}

	.gsub>li>a br {
		display: none;
	}

    .con_wrapper {
        position: static;
    }

    /*.slide {max-height:400px; min-height:200px;}
	.slide > img {min-width:768px; position:static; margin-left:0;}*/
    .footer {
        margin-top: 0;
        height: auto;
    }

    .footer>.container {
        width: 94%;
        padding: 20px 3%;
    }

    .footer .footer_logo {
        float: none;
        width: auto;
        margin: 0 auto 20px;
        padding: 0;
        display: block;
    }

    .foot_info {
        float: none;
        /* width:90%; padding:15px 5% 0; */
        width: 100%;
        margin-bottom: 10px;
    }

    .foot_info>li {
        float: none;
        text-align: center;
    }

    .foot_info>.person_info,
    .foot_info>.contact_info {
        float: none;
        text-align: right;
        position: static;
    }

    .foot_info>.person_info>a,
    .foot_info>.contact_info>a {
        float: none;
        margin: 3px auto;
        min-width: 141px;
    }

    /* 인트로 */
    #intro .header, #intro .contents, #intro .footer_intro {
        min-width: 100%;
    }

    #intro .header {
        padding-top: 50px;
    }

    #intro .container {
        width: 94%;
        padding: 3%;
    }

    #intro h1>img {
        max-width: 100%;
    }

/*     #intro .con_wrapper {
        margin-top: 50px;
    } */

    .intro_icons>li.cc2 {
        top: 0px;
    }

    .intro_notice_wrap {
        width: 100%;
        box-sizing: border-box;
        background-color: #ffffff;
        border: 3px solid #afce31;
        border-radius: 10px;
        background-image: none;
    }

    dl.intro_notice {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

    dl.intro_notice dd a span.tit {
        display: block;
        width: 65%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    dl.intro_notice dd a span.date {
        position: absolute;
        right: 0;
        top: 0;
    }

    /* 메인 */

    #main .contents {
        padding: 0;
    }

    #main .contents .container {
        width: 94%;
        min-width: 94%;
        padding: 25px 3%;
    }

    .section01, .section02, .section03 {
        margin-bottom: 20px;
    }

    .main_box {
        width: 100%;
    }

    .main_box>li {
        width: 50%;
    }

    .main_box>li>a {
        background-position: left center;
        background-size: cover;
        background-repeat: repeat-x;
    }

    /* .main_box > li > a span {height:74px; line-height:74px;}
	.main_box > li > a:hover span, 
	.main_box > li > a:focus span {height:86px; line-height:74px;} */
    .main_box .b1 a span,
    .main_box .b2 a span,
    .main_box .b3 a span,
    .main_box .b4 a span {
        text-indent: 0;
        background-image: none;
        text-align: right;
        /* background-position:right 8px center; */
        background-position: right center;
    }

    .main_box .b1 a span,
    .main_box .b2 a span {
        text-shadow: 1px 1px 0.5px #000000;
        background-image: url('/images/plus_w@margin.png');
    }

    .main_box .b3 a span,
    .main_box .b4 a span {
        text-shadow: 1px 1px 0.5px #ffffff;
        background-image: url('/images/plus_b@margin.png');
    }

    .edu_intro {
        margin-top: 20px;
        margin-left: 0;
        width: 100%;
    }

    .banner_slider_wrap {
        margin-bottom: 20px;
        width: 100%;
    }

    /* .banner_slider_wrap .slide {min-height:243px;} */
    .banner_slider_wrap .slide {
        background-size: cover;
        background-position: 100% 0;
    }

    .banner_slider_wrap .slide span.tit,
    .banner_slider_wrap .slide span.txt {
        text-shadow: 1px 1px 0px #fff;
    }

    .notice_wrap {
        width: 100%;
    }

    .notice_wrap dl dd a span.tit {
        display: block;
        width: 65%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .notice_wrap dl dd a span.date {
        position: absolute;
        right: 0;
        top: 0;
    }

    .banner_btn li {
        width: 32%;
        margin: 0;
    }

    .banner_btn li.bn02 {
        margin: 0 2%;
    }

    .banner_btn li a {
        padding: 100px 10px 10px;
        background-position: center 5px;
        height: 70px;
    }

    .banner_btn li a .tit,
    .banner_btn li a .txt {
        display: block;
        text-align: center;
    }

	.mquick_wrap {
		margin-bottom: 0;
	}

	.mquick_wrap ul>li {
		width: 33.3333%;
		margin-bottom: 20px;
	}

    /* sub pages */
    .sub_visual {}

    .sub_visual>.container {
        width: 94%;
        padding: 0 3%;
    }

    .sv_01_txt {
        display: block;
        position: absolute;
        bottom: 15px;
        right: 20px;
    }

    /* .sub_visual .tit {text-shadow: 1px 1px 0px #fff;}
	.sub_visual .txt {text-shadow: 1px 1px 0px #fff;} */
    .left_menu {
        width: 100%;
        min-height: inherit;
        border-left: 0;
        border-right: 0;
        *zoom: 1;
    }

    .left_menu:after {
        display: block;
        content: " ";
        clear: both;
    }

    .left_menu>dt {
        display: none;
    }

    .left_menu>dd {
        float: left;
        width: 50%;
        box-sizing: border-box;
        margin-bottom: 0;
        border-bottom: 1px solid #dfdfdf;
        border-right: 1px solid #dfdfdf;
    }

    .left_menu>dd>a {
        font-size: 1rem;
        /* background-position:right 15px center; */
        background-position: right center;
    }

    .left_menu>dd>a:hover, .left_menu>dd>a.on {
        background-position: right 15px center;
    }

    .left_menu>dd:last-child>a {
        /* background-position:right 15px center; */
        background-position: right center;
    }

    .inner_contents {
        width: 94%;
        padding: 30px 3%;
        /* margin:0 3%; */
    }

    .con_head {
        margin-bottom: 15px;
    }

    .con_head>.breadcrumbs {
        display: none;
        float: left;
        width: 100%;
        border-bottom: 1px solid #efefef;
        margin-bottom: 15px;
    }

    .con_head>.breadcrumbs>li.first {
        padding-left: 0;
    }

    .con_body {
        float: none;
    }

    .sub_vision.con_body>img {
        max-width: 100%;
    }

    .con_head>h2 {
        font-size: 1.5rem;
    }

    table tr td>img {
        max-width: 100%;
    }

    table tr th:first-child,
    table tr td:first-child {
        width: 20%;
    }

    table tr th {
        line-height: 1.4;
    }

    table tr td {
        line-height: 1.2;
    }

    .con_body table tr td.board_con {
        padding: 15px 3%;
        line-height: 1.2;
    }

    table.location tr td img {
        max-width: 100%;
    }

    .cyber_info a.button_dblue {
        position: static;
        margin: 10px 0 0;
    }

    .region_btn_wrap>li {
        width: 30%;
        padding: 0 1.5%;
    }

    .region_btn_wrap>li a {
        padding: 0;
    }

    .region_btn_wrap li.pl0 a {}

    .board_search ul li {
        display: inline-block;
        margin-bottom: 5px;
    }

    /* 대상시설 리스트 */
    .target_location li {
        float: left;
        width: 100%;
    }

    .target_location li label {
        letter-spacing: -0.5px;
    }
}


/* 반응형 테이블 전용 width 650px */
@media only screen and (max-width: 650px) {

    table.responsive th,
    table.responsive td {
        display: block;
        width: auto;
    }

    [data-cell-header]:before {
        content: attr(data-cell-header);
        display: block;
    }

    table.responsive th[scope] {
        display: none;
    }

    table.responsive,
    table.responsive col:first-child {
        width: 100%;
    }

    table.responsive [data-cell-header]:before {
        content: attr(data-cell-header);
        /* display: block; */
        /* margin: 0 0 1em; */
        margin: 0 0 1em 0;
        /* font-size: 0.8em; */
        font-size: 0.9em;
        font-style: italic;
        /* text-align: left; */
        text-align: center;
        opacity: 0.8;
        background: #fff;
        border-radius: 2px;
        padding: 0.3em 0.6em;
        box-shadow: 1px 1px 2px #bbb;
        color: #333;
        /**/
        position: absolute;
        width: 50%;
    }

    table.responsive th:first-child,
    table.responsive th[scope] {
        display: none;
    }

    table.responsive th,
    table.responsive td {
        display: block;
        width: auto;
    }

    table.responsive tr:first-child th, table.responsive tr:first-child td {
        border: 0;
    }

    table.responsive tr th, table.responsive tr td {
        border: 0;
        text-align: center;
    }

    table.responsive tr th:last-child, table.responsive tr td:last-child {
        border-bottom: 2px solid #888888;
    }

    table.responsive tr td:first-child {
        font-size: 1.2em;
        font-weight: bold;
        width: auto;
    }

    table.responsive tr td[data-cell-header]:last-child:before {
        display: block;
    }

    table.responsive tr td {
        text-align: right;
    }

    table.responsive td:last-child a.sblue_btn,
    table.responsive td:last-child a.sgray_btn {
        display: block;
        padding: 10px 0;
        text-align: center;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 650px) {
    table.responsive02 {
        table-layout: auto;
    }

    table.responsive02 th,
    table.responsive02 td {
        display: block;
        width: auto;
    }

    [data-cell-header]:before {
        content: attr(data-cell-header);
        /* display: block; */
    }

    table.responsive02 th[scope] {
        display: none;
    }

    table.responsive02,
    table.responsive02 col:first-child {
        width: 100%;
    }

    table.responsive02 [data-cell-header]:before {
        content: attr(data-cell-header);
        /* display: block; */
        display: inline-block;
        /* margin: 0 0 1em; */
        margin: 0 10px 0 0;
        /* font-size: 0.8em; */
        font-size: 0.9em;
        font-style: italic;
        /* text-align: left; */
        text-align: center;
        opacity: 0.8;
        background: #fff;
        border-radius: 2px;
        /* padding: 0.3em 0.6em; */
        padding: 0.3em 1.5em;
        box-shadow: 1px 1px 2px #bbb;
        color: #333;
        /**/
        width: auto;
        min-width: 80px;
    }

    table.responsive02 th:first-child,
    table.responsive02 th[scope] {
        display: none;
    }

    table.responsive02 th,
    table.responsive02 td {
        display: block;
        width: auto;
    }

    table.responsive02 tr:first-child th {
        display: none;
    }

    table.responsive02 tr:first-child th,
    table.responsive02 tr:first-child td {
        border: 0;
    }

    table.responsive02 tr th,
    table.responsive02 tr td {
        border: 0;
        text-align: left;
    }

    table.responsive02 tr th:first-child,
    table.responsive02 tr td:first-child {
        border-top: 2px solid #888888;
    }

    table.responsive02 tr td:first-child {
        font-size: 1.2em;
        font-weight: bold;
        width: auto;
        text-align: center;
        padding-top: 15px;
    }

    table.responsive02 tr:last-child th:last-child,
    table.responsive02 tr:last-child td:last-child {
        border-bottom: 2px solid #888888;
    }

    table.responsive02 tr td:last-child {
        padding-bottom: 15px;
    }

    table.responsive02 td:last-child a.sblue_btn,
    table.responsive02 td:last-child a.sgray_btn {
        display: block;
        padding: 10px 0;
        text-align: center;
        margin-top: 10px;
    }
}

@media screen and (max-width:600px) {
    .intro_icons {
        height: 360px;
    }

    .intro_icons>li.cc2 {
        top: 180px;
        left: 50%;
        margin-left: -90px;
    }
}

@media screen and (max-width:480px) {
	.login-name {
		width: 40px;
		height: 40px;
		padding: 0;
		background-position: center center;
		font-size: 0;
	}

    .left_menu>dd>a {
        font-size: 1.3rem;
    }

    .main_box>li>a {
        background-position: left center;
        background-size: 500px;
        background-repeat: repeat-x;
    }

    .main_box>li>a span {
        height: 74px;
        line-height: 74px;
    }

    .main_box>li>a:hover span,
    .main_box>li>a:focus span {
        height: 86px;
        line-height: 74px;
    }

    .main_box>li {
        width: 100%;
    }

    .banner_slider_wrap .slide {
        min-height: 107px;
        height: auto;
        padding-top: 17px;
    }

    .banner_slider_wrap .slide span.tit {
        font-size: 2rem;
    }

    .banner_slider_wrap .slide .txt {
        font-size: 1.2rem;
        font-weight: bold;
    }

    .banner_slider_wrap .slide a.btn {
        position: absolute;
        padding: 7px 10px;
        bottom: 10px;
        left: 30px;
        line-height: 1;
    }

    .banner_btn li.bn01,
    .banner_btn li.bn02,
    .banner_btn li.bn03 {
        width: 100%;
        margin: 5px 0 0;
    }

    .banner_btn li.bn01 {
        margin-top: 0;
    }

    .banner_btn li a {
        padding: 28px 0 0 120px;
        background-position: 11px center;
        height: 80px;
    }

    .banner_btn li a .tit,
    .banner_btn li a .txt {
        display: block;
        text-align: left;
    }

    ul.tabing_list>li {
        /* width:50%; */
        width: 100%;
        padding-right: 0;
    }

    ul.tabing_list>li:nth-child(3n) {
        padding-right: 0;
    }

    ul.tabing_list>li:nth-child(2n) {
        padding-right: 0;
    }
}

@media screen and (max-width:420px) {
    .intro_icons {
        height: 210px;
    }

    .intro_icons>li>a {
        width: 130px;
        height: 130px;
        background-size: 100%;
    }

    .intro_icons>li.cc2 {
        margin-left: -65px;
        top: 80px;
    }

    .intro_icons>li>a>img {
        width: 50%;
        padding: 10px 0 0 0;
    }

    .intro_icons>li>a>span.t1 {
        margin-top: 5px;
    }
}

/* 180111 - renew - ph */
@media screen and (max-width:767px) {
    #main .contents .container {
        padding: 30px 3%;
        margin: 0 auto;
    }

    #main .contents>.container {
        padding-top: 0;
        width: 100%;
    }

    #main .contents>.container:first-child {
        padding: 0;
    }

    .sub_visual>.container {
        height: 130px;
    }

    .gnb_wrap {
        left: 0;
    }

    .main_visual {
        min-height: auto;
    }

    .main_visual img.bg {
        display: none;
    }

    .main_visual>li>.cont {
        position: relative;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .main_visual .cont .container {
        width: 94%;
        padding: 0 3%;
        margin: 0 auto;
    }

    .main_visual .cont .tit {
        font-size: 2.5rem;
    }

    .main_visual .cont .txt {
        font-size: 1.25rem;
    }

    .main_visual .cont .btn {
        font-size: 1rem;
    }

    .eduinfo_wrap {
        position: static;
    }

    .eduinfo_wrap dl {
        white-space: normal;
    }

    .eduinfo_wrap dl dt {
        float: none;
        width: 100%;
        height: auto;
    }

    .eduinfo_wrap dl dt a {
        padding: 10px 15px;
        font-size: 1.25rem;
    }

    .eduinfo_wrap dl dt a:after {
        vertical-align: middle;
    }

    .eduinfo_wrap dl dd {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 0 5px;
        border: 1px solid #e4e4e4;
        background-color: #f3f3f3;
        position: relative;
        top: 1px;
        margin-top: -1px;
        overflow: hidden;
        height: 60px;
        max-width: 100%;
        line-height: 53px;
    }

    .eduinfo_wrap dl dd:nth-child(even):not(dt) {
        border-right-width: 0;
    }

    .eduinfo_wrap dl dd a {
        padding: 10px 0;
        box-sizing: border-box;
    }

    .eduinfo_wrap dl dd a:after {
        display: none;
    }

    /* .eduinfo_wrap dl dd a br {display:none;} */
    .mquick_wrap {
        padding: 30px 0;
        margin-bottom: 0;
    }

    .mquick_wrap ul {
        text-align: center;
    }

    .mquick_wrap ul>li {
        width: 50%;
        margin-bottom: 20px;
    }

    .border_wrap .latest_board {
        width: 100%;
    }

    .icon_board_wrap {
        width: 100%;
    }

    .icon_board_wrap ul {
        width: calc(100% + 2px);
        margin-left: -1px;
    }

    .sub_visual {
        background-size: cover;
        /* background-position: left 65% top 0; */
        background-position: left 10% top 0;
    }

    .sub_visual .tit {
        font-size: 2.5rem;
    }

    .sub_visual .txt {
        font-size: 1.25rem;
    }

    .left_menu>dd {
        top: 0;
        margin-top: 0;
        border-width: 0 1px 1px 0;
    }

    .footer>.container {
        text-align: center;
    }

    .footer .foot_info {
        max-width: 350px;
        margin: 0 auto 3px;
        padding: 0 23px;
        box-sizing: border-box;
    }

    .footer .foot_info>li {
        text-align: left;
    }

    .footer .foot_info>li.copy {
        margin-bottom: 10px;
    }

    .footer .contact_info {
        display: inline-block;
        float: none;
    }

    .lang_select {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        float: none;
        background-position: 93% center;
    }

    .lang_select>a {
        width: 100%;
    }

    .lang_sel_div {
        position: absolute;
        top: -92px;
    }

    .lang_sel_div>ul>li>a {
        padding: 4px 15px;
    }

    /* 180208 - ph */
    .eduinfo_wrap dl dd {
        vertical-align: middle;
    }

    .eduinfo_wrap dl dd a {
        display: inline-block;
        /* line-height:58px; height:60px; */
        padding: 0 10px;
        word-break: keep-all;
    }

    .eduinfo_wrap dl dd a br {
        display: none;
    }

    .eduinfo_wrap dl dd a .inner_wrap {
        display: inline-block;
        line-height: 1.45em;
        vertical-align: middle;
    }
}

@media screen and (max-width:767px) {

    /* 180130 - ph */
    #intro .header,
    #intro .contents,
    #intro .footer,
    #intro .container {
        width: 100%;
        min-width: 100%;
    }

    .con_wrapper {
        width: 100%;
        min-width: 100%;
    }

    #intro .header:before {
        margin-bottom: 30px;
        background-size: 100%;
    }

    #intro .header {
        padding: 0;
    }

    .intro_completion,
    .intro_archive {
        width: 100%;
        background-size: cover;
        margin: 0;
    }

    .intro_completion {
        margin-right: 2%;
    }

	.intro_completion .box_blue>a {
		width: 100%;
		height: 54px;
	}

	.intro_completion .box_blue>a:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 5px;
	}

	.intro_completion .box_blue>a:nth-of-type(1),
	.intro_completion .box_blue>a:nth-of-type(2),
	.intro_completion .box_blue>a:nth-of-type(3) {
		background-position: 96% center; 
	}

	.intro_completion .box_blue>a br {
		display: none;
	}

    .latest_notice {
        width: 100%;
    }

    .eduappli {
        width: 100%;
        height: auto;
    }

    .eduappli dt {
        width: 100%;
    }

    .eduappli dd .tabtit {
        width: 100%;
    }

    .eduappli2 {
        width: 100%;
    }

    .eduappli2 dd {
        height: auto;
        background-position: 20px center;
    }

    .eduappli2 .btn_wrap {
        display: inline-block;
        margin: 0 10px;
    }

    /* 180222 - ph */
    .mob_menuon .respon_switch>.search_btn {
        display: none;
    }

    .utilmenu .search_container {
        display: none !important;
    }

    .searchon .search_container {
        position: absolute;
        top: 93px;
        left: 0;
    }

    .search_container .inputArea {
        width: 90%;
    }

    .search_container .inputArea input {
        width: 85%;
    }

    .search_container .btnSearchClose {
        right: 23px;
    }

    /* 180227 - ph */
    .contents .website ul li {
        width: 45%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .contents .website ul li:nth-child(2n+3) {
        clear: left;
    }

    .contents .website ul li a img {
        max-width: 100%;
    }

    .telinfo {
        max-width: 100%;
    }
}

@media screen and (max-width:420px) {
    .contents .website ul li {
        width: 95%;
    }
}