﻿@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://wdr.ubion.co.kr/common/fonts/noto/NotoSansKR.css);
/* 2013/04 son@ubion */
/* 학점은행 */


/* global */

* {
    box-sizing: border-box;
}

html {
    color: #363636;
}

body {
    font-family: "Noto Sans KR", "Malgun Gothic", "Dotum", "DroidFont", sans-serif;
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.5px;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}


/* 웹접근성 포커싱 디자인 반영 */
label:focus,
a:focus,
button:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=submit]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
textarea:focus,
select:focus {
    /* 웹접근성 포커싱 */
    outline: 2px dotted #ff00f6;
    /* outline: 2px dotted #000; */
    -webkit-box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5), inset -1px -1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5), inset -1px -1px rgba(255, 255, 255, 0.5);

}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

table caption,
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    text-indent: -9999px !important;
    font-size: 1px !important;
    line-height: 0 !important;
    overflow: hidden;
}

table caption {
    position: static !important;
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

blockquote {
    margin: 0 40px 1em
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

p,
pre {
    margin: 0;
}


code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 75%
}

sup {
    font-size: 1em;
    line-height: 150%;
    vertical-align: top;
    position: relative;
}

sub {
    font-size: 1em;
    line-height: 150%;
    position: relative;
    vertical-align: top;
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl,
menu,
ul {
    margin: 0;
    list-style: none
}

dd {
    margin: 0;
    font-size: 12px
}

dt a {
    color: #0066cc
}

menu,
ul {
    padding: 0
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none
}

a img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    padding: 0 4px;
    margin: 0;
    vertical-align: baseline;
}

input, select {
    font-family: inherit;
    line-height: normal;
}

button {
    font-family: inherit;
    border: 0 none;
    background: transparent;
    vertical-align: middle;
    letter-spacing: -0.5px;
    cursor: pointer;
}

a {
    display: inline-block;
    font-family: inherit;
    color: inherit;
    text-decoration: none;
    letter-spacing: -0.5px;
}

html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="radio"] {
    display: inline-block;
    margin: 0 2px 0 0;
}


input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

label {
    display: inline-block;
}

.fl {
    float: left
}

.cb {
    clear: both
}

/* 선택시 색상 변경 */
::-moz-selection {
    background: #c09eff;
    color: #fff;
}

::selection {
    background: #c09eff;
    color: #fff;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.pr {
    position: relative
}

.ell {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.vh {
    visibility: hidden
}



/*----------------------------------------------*/

.mr_9 {
    margin-right: 9px !important
}

.mr_10 {
    margin-right: 9px !important
}

.mt_8 {
    margin-top: 8px !important
}

.mt_10 {
    margin-top: 10px !important
}

.mt_20 {
    margin-top: 20px !important
}

.mt_30 {
    margin-top: 30px !important
}

.mt_70 {
    margin-top: 70px !important
}

.mt_100 {
    margin-top: 100px !important
}

.mt-5 {
    margin-top: -5px !important
}

.mt-10 {
    margin-top: -10px !important
}

.ml_5 {
    margin-left: 5px !important
}

.ml_10 {
    margin-left: 10px !important
}

.ml_20 {
    margin-left: 20px !important
}

.ml_30 {
    margin-left: 30px !important
}

.ml_40 {
    margin-left: 40px !important
}

.ml_50 {
    margin-left: 50px !important
}

.ml_60 {
    margin-left: 60px !important
}

.ml_70 {
    margin-left: 70px !important
}

.ml_90 {
    margin-left: 90px !important
}

.mb_5 {
    margin-bottom: 5px !important
}

.mb_10 {
    margin-bottom: 10px !important
}

.mb_20 {
    margin-bottom: 20px !important
}

.mb_30 {
    margin-bottom: 30px !important
}

.mg_auto {
    margin: 0 auto !important
}

.mg_0 {
    margin: 0 !important
}

.pt_10 {
    padding-top: 10px !important
}

.pt_20 {
    padding-top: 20px !important
}

.pt_30 {
    padding-top: 30px !important
}

.pl_10 {
    padding-left: 10px !important
}

.pl_20 {
    padding-left: 20px !important
}

.pb_20 {
    padding-bottom: 20px !important
}

.pd_0 {
    padding: 0 !important
}


.pd_5 {
    padding: 5px !important
}

.pd_10 {
    padding: 10px !important
}

.pd_20 {
    padding: 20px !important
}




.ta_l {
    text-align: left !important;
}

.ta_r {
    text-align: right !important;
}

.ta_c {
    text-align: center !important;
}

.mgt_10 {
    margin-top: 10px;
}

.mgt_20 {
    margin-top: 20px;
}

.mgt_30 {
    margin-top: 30px;
}

.mgt_40 {
    margin-top: 40px;
}

.mgt_50 {
    margin-top: 50px;
}

.mgb_10 {
    margin-bottom: 10px;
}

.mgb_20 {
    margin-bottom: 20px;
}

.mgb_30 {
    margin-bottom: 30px;
}

.mgb_40 {
    margin-bottom: 40px;
}

.mgb_50 {
    margin-bottom: 50px;
}

.mgl_10 {
    margin-left: 10px;
}

.mgl_20 {
    margin-left: 20px;
}

.mgl_30 {
    margin-left: 30px;
}

.mgl_40 {
    margin-left: 40px;
}

.mgl_50 {
    margin-left: 50px;
}





.no_bg {
    background: none !important
}

.hide {
    display: none;
}

.show {
    display: block;
}

.txt_center {
    text-align: center !important
}

.txt_right {
    text-align: right !important
}

.txt_left {
    text-align: left !important
}

.txt_pink {
    color: #f095a0 !important;
    line-height: 120%
}

.txt_gbrown {
    font-weight: bold !important;
    color: #87290f !important
}

.txt_orange {
    color: #d65100 !important
}

.txt_red {
    color: #d10000 !important
}

.txt_red2 {
    color: #ff3600 !important
}

.txt_blue {
    color: #004edc !important
}

.txt_yellow {
    color: #ffc600 !important
}

.txt_normal {
    font-weight: normal !important;
    text-decoration: none;
    color: #6b6b6b
}

.txt_no-line {
    text-decoration: none
}

.orange_txt {
    color: #B95E04 !important;
}

.orange_txt2 {
    color: #C14101 !important;
    font-weight: bold
}

.red_txt {
    color: #d10000;
    font-weight: bold
}

.red_txt2 {
    color: #eb3300;
    font-weight: bold
}

.blue_txt {
    color: #004edc !important;
    font-weight: bold !important
}

.brown_txt {
    color: #562a0d !important;
    font-weight: bold !important
}

.yellow_txt {
    color: #ffde00 !important;
    font-weight: bold !important
}

.white_txt {
    color: #fff !important;
    font-weight: bold !important
}

.m_tahoma .orange_txt {
    font-weight: bold
}

.green_txt {
    color: #27810c;
}

.redorange_txt {
    color: #c94808
}

.skin_color {
    background: #fdf5d0 !important
}

.weight_nomal {
    font-weight: normal !important
}

.font11 {
    font-size: 12px !important
}

.m_tahoma {
    font-family: tahoma;
    font-size: 12px;
}

.m_tahoma10 {
    font-family: tahoma;
    font-size: 10px;
    color: #0087bf;
    font-weight: bold;
}

.middle_line {
    text-decoration: line-through;
    font-size: 12px
}

.underline {
    text-decoration: underline
}

.left_line {
    border-left: 1px solid #ccc
}

.out_center {
    text-align: center
}

.out_690 {
    width: 690px;
    margin-left: 50px
}

.out_760 {
    width: 760px !important
}

.out_860 {
    width: 860px !important
}

.reply_ico {
    margin-top: -5px !important
}

.input_w200 {
    width: 200px !important;
    border: 1px solid #ccc;
    padding: 3px;
}

.input_w600 {
    width: 600px !important;
    border: 1px solid #ccc;
    padding: 3px;
}

.input_w630 {
    width: 630px !important;
    border: 1px solid #ccc;
    padding: 3px;
}

.input_w730 {
    width: 730px !important;
    border: 1px solid #ccc;
    padding: 3px;
}

.input_w746 {
    width: 746px !important;
    border: 1px solid #ccc;
    padding: 3px;
}

.input_w760 {
    width: 760px !important;
    border: 1px solid #ccc;
    padding: 3px;
}

.txtarea_h300 {
    height: 300px !important
}

.img_margin_01 {
    margin: 10px 0 20px 20px
}

.img_margin_02 {
    margin: 10px 0 0 20px
}

.border_right_dot {
    border-right: 1px dotted #ccc
}

.border_left_none {
    border-left: 0 !important
}

.border_right_none {
    border-right: 0 !important
}

.border_both {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.download_btn {
    background: url("../Images/board/icon_file.gif") no-repeat right 0;
    display: inline-block;
    padding: 0 15px 0 0;
    text-decoration: none;
    color: #6b6b6b
}

.h2_normal_01 {
    font-size: 13px;
    margin: 0;
    padding: 0
}

.width_138 {
    width: 138px !important
}

.width_160 {
    width: 160px !important
}

.width_200 {
    width: 200px !important
}

.width_210 {
    width: 210px !important
}

.width_220 {
    width: 220px !important
}

.width_230 {
    width: 230px !important
}

.width_240 {
    width: 240px !important
}

.width_250 {
    width: 250px !important
}

.width_285 {
    width: 285px !important
}

.width_746 {
    width: 746px !important
}

.h3_type_01 {
    font-size: 12px;
    margin: 30px 0 0 0;
    padding: 0
}

.fz_11 {
    font-size: 12px !important
}

.fz_12 {
    font-size: 12px !important
}

.fw_n {
    font-weight: normal !important
}

.fw_b {
    font-weight: bold
}

.width_70 {
    width: 70px !important;
    display: inline-block
}

.lh_170 {
    line-height: 170%
}

.dib {
    display: inline-block
}

.ws_no {
    white-space: nowrap
}

.back_blue {
    background: rgb(235, 246, 255)
}

.back_red {
    background: rgb(255, 223, 223)
}

.hr_01 {
    height: 0;
    line-height: 0;
    border-top: 2px solid #333;
    margin-top: 28px;
}

.span_btn {
    cursor: pointer;
}

.span_btn img {
    vertical-align: middle;
    margin-top: -2px
}

.input_style_01 {
    width: 150px;
    height: 24px;
    border: 1px solid #b8b8b8;
    background-color: rgb(243, 243, 243)
}

select.input_style_01 {
    width: 150px;
    height: 24px;
    border: 1px solid #b8b8b8;
    background-color: rgb(243, 243, 243)
}

.input_style_02 {
    height: 24px;
    border: 1px solid #b8b8b8;
    background-color: rgb(243, 243, 243)
}

.input_style_03 {
    width: 50px;
    height: 24px;
    border: 1px solid #b8b8b8;
    background-color: rgb(243, 243, 243)
}

.input_style_04 {
    width: 54px;
    height: 24px;
    border: 1px solid #b8b8b8;
    background-color: rgb(243, 243, 243)
}

.input_style_05 {
    width: 450px;
    height: 24px;
    border: 1px solid #b8b8b8;
    background-color: rgb(243, 243, 243)
}

.input_style_06 {
    width: 400px;
    height: 24px;
    border: 1px solid #b8b8b8;
    background-color: rgb(243, 243, 243)
}

select.input_style_06 {
    width: 400px;
    height: 24px;
    border: 1px solid #b8b8b8;
    background-color: rgb(243, 243, 243)
}

.input_style_07 {
    width: 150px;
    height: 24px;
    border: 1px solid #b8b8b8;
}

.input_style_08 {
    width: 450px;
    height: 24px;
}

.input_style_09 {
    width: 150px;
    height: 24px;
    border: 1px solid #b8b8b8;
    margin: 0 5px;
}

.input_style_10 {
    width: 180px;
    height: 24px;
    border: 1px solid #b8b8b8;
}

.input_style_11 {
    width: 450px;
    height: 24px;
    border: 1px solid #b8b8b8;
}

.input_style_12 {
    width: 300px;
    height: 24px;
    border: 1px solid #b8b8b8;
}

.input_style_13 {
    width: 150px;
    height: 24px;
    border: 1px solid #b8b8b8;
}

.input_style_14 {
    width: 760px;
    height: 24px;
    border: 1px solid #b8b8b8;
    background-color: #fffbec
}

.textarea_type_01 {
    width: 99%;
    height: 200px;
    border: 1px solid #ccc
}

.txt_span_01 {
    font-size: 12px;
    padding: 10px 0 0 20px;
    display: inline-block
}

.date_01 {
    font-size: 12px;
    letter-spacing: 0;
    vertical-align: top;
    *vertical-align: bottom
}

.more_01 {
    font-size: 10px;
    text-decoration: none;
    background: url('../Images/board/more_ico.png') no-repeat right center;
    padding: 0 13px 2px 0
}

.btn_set_01 {
    width: 100%;
    padding: 10px 0;
    text-align: center
}

.btn_set_01 a.joincmpl_btn {
    background: #BC5C0D;
    padding: 7px 18px;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    letter-spacing: -0.1em;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
}

.btn_set_01 a.joincmpl_btn:hover {
    background: #ff895f;
}

.btn_set_02 {
    width: 100%;
    padding: 20px 0;
    text-align: center
}

.sw_ico_back_1 {
    display: inline-block;
    height: 19px;
    padding: 0 8px;
    background: #A16843;
    border: 1px solid #834217;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
}

.sw_ico_back_1 span {
    font-size: 12px;
    letter-spacing: -0.075em;
    color: #fff;
}

.sw_ico_back_2 {
    display: inline-block;
    height: 19px;
    padding: 0 8px;
    background: #4366A3;
    border: 1px solid#1f4586;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
}

.sw_ico_back_2 span {
    font-size: 12px;
    letter-spacing: -0.075em;
    color: #fff;
}

.sw_ico_back_3 {
    display: inline-block;
    height: 19px;
    padding: 0 8px;
    background: #ec0000 !important;
    border: 1px solid #dd0101;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    letter-spacing: -0.075em;
    line-height: 20px;
}

.sw_ico_back_4 {
    position: relative;
    display: inline-block;
    height: 19px;
    padding: 0 8px;
    background: #13874B;
    border: 1px solid #0a743d;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
}

.sw_ico_back_4 span {
    font-size: 12px;
    letter-spacing: -0.075em;
    color: #fff;
}

.sw_ico_back_4>span.desc {
    z-index: 900;
    display: none;
    position: absolute;
    top: 27px;
    left: 50%;
    margin-left: -215px;
    padding: 10px;
    font-weight: normal;
    line-height: 15px;
    background: #4d5970;
    border: 1px solid #2f384a;
    border-radius: 3px;
    color: #fff;
    text-align: left;
}

.sw_ico_back_4:hover span.desc {
    display: block
}

.sw_ico_back_5 {
    display: inline-block;
    height: 19px;
    padding: 0 8px;
    background: #8253C1;
    border: 1px solid #5d28a1;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
}

.sw_ico_back_5 span {
    font-size: 12px;
    letter-spacing: -0.075em;
    color: #fff;
}

.kor {
    ime-mode: active
}

.eng {
    ime-mode: inactive
}

.pointer {
    cursor: pointer
}


/* 20160502 - 김민형 추가 */
.ir_pm {
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px
}

/* 사용된 이미지내 의미있는 텍스트의 대체텍스트를 제공할때 */