@charset "utf-8";
@import url(//use.fontawesome.com/d00b556be3.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
 }

/* reset */
* { padding:0; margin:0 }
*, :after, :before { -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box; }
html { overflow-y:scroll; height:100%; font-size:16px }
body { font-family:Roboto, noto sans kr, dotum, sans-serif; line-height:1.4; color:#444; height:100%; font-weight:300; font-size:0.85em; letter-spacing:-.5px }
img { max-width:100% }

ul, ol { list-style:none }
html, h1, h2, h3, h4, h5, h6, form, fieldset, img { border:0 }
h1, h2, h3, h4, h5, h6 { font-weight:500; font-size:1em; font-family:Roboto, noto sans kr }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block }

label, input, button, select, img { vertical-align:middle }
input, button, textarea, select { font-size:1em; font-family:Roboto, noto sans kr, dotum, sans-serif }
input[type=text], input[type=password], input[type=date] { padding:0 5px; border:1px solid #ddd; color:#222; line-height:34px; height:36px; }
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#bbb }
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder { color:#bbb }
input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, textarea:-moz-placeholder { color:#bbb }
input[type=text], input[type=password], input[type=submit], input[type=image], button {border-radius:3px;font-size:1em;-webkit-appearance:none}

input[type=text],input[type=password], textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
}
input[type=text]:focus,input[type=password]:focus,  textarea:focus,select:focus {
-webkit-box-shadow:  0 0 5px #9ed4ff;
-moz-box-shadow:  0 0 5px #9ed4ff;
box-shadow: 0 0 5px #9ed4ff;
border: 1px solid #558ab7 !important;
}

button { cursor:pointer; outline:none }
select { border:1px solid #ddd; height:36px; padding:0 0 0 9px; cursor:pointer; color:#222; }
.styled_select { height:36px; overflow:hidden; border:1px solid #ddd; background:#fff; display:inline-block; border-radius:3px; vertical-align:middle; position:relative }
.styled_select i { position:absolute; right:10px; text-align:center; height:34px; line-height:32px; top:0; font-size:14px }
.styled_select select { background:transparent; height:34px; border:0; -webkit-appearance: none; outline:none; padding-right:40px; width:100%; vertical-align:top; position:relative; z-index:1 }
.styled_select select:disabled { cursor:default; background:#f0f0f0 }
.styled_select select::-ms-expand { display:none }
hr { display:none; background:#ddd; border:none; height:1px }
a, a:link, a:visited { text-decoration:none; color:#444; -webkit-tap-highlight-color:transparent; outline:none }
a, .btn { transition:all .3s }
strong, b, th { font-weight:500; }
table { width:100%; border-collapse:collapse; border-spacing:0 }
caption { display:none; font-size:0; line-height:0 }
textarea {color:#222; font-size:1em; line-height:1.5; border:1px solid #ddd; padding:10px; width:100%; border-radius:3px; vertical-align:top }
address { font-style:normal }

/* global */
.txt_black { color:#222 !important }
.txt_white { color:#fff !important }
.txt_gray { color:#aaa !important }
.txt_red { color:#cc121d !important }
.txt_blue { color:#069be8 !important }
.txt_orange { color:#ffaa00 !important }
.txt_green { color:#8ecd09 !important }
.txt_brown { color:#9f5e15 !important }
.clear:after { content:""; display:block; clear:both }
.center { text-align:center !important }
.left { text-align:left !important }
.right { text-align:right !important }
.f_left { float:left !important }
.f_right { float:right !important }
.skip { font-size:0; text-indent:-9000px; line-height:0; display:none }
.ellipsis { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:inline-block }
input.short { width:70px; text-align:center }
input.long { width:100% }
input.half { width:49% }
ul:after { clear:both; content:""; display:block }
.overflow_y { overflow-x:hidden; overflow-y:scroll; border:1px solid #ddd }

.succession { margin-top:1.3em !important }
.paragraph { margin-bottom:2.7em !important }
span.space { display:inline-block; width:20px }
.prepare { width:500px; margin:50px auto; padding:50px; border:1px solid #eaeaea}
.prepare h2 { font-size:24px; text-align:center; margin:0 0 20px }
.prepare h2 i { font-size:50px; margin:0 0 20px; display:block; color:#ddd }
.prepare p { text-align:center; font-size:13px }

.pc_no { display:none !important }
.mobile_only { display:none !important }
.s_mobile_only { display:none !important }
.ahref { position:absolute; text-indent:-9000px; background:red; display:inline-block; opacity:0; filter:alpha(opacity=0) }

.button { padding:.8rem 1.4rem .9rem 1.4rem; line-height:1; font-weight:500; border:1px solid #ccc; transition:all .2s; display:inline-block; border-radius:0; outline:none; vertical-align:middle; border-radius:3px; font-size:1em; text-decoration:none !important }
.button-primary { background:#2188d8; border-color:#2188d8; color:#fff !important }
.button-primary-line { background:#fff; border-color:#2188d8; color:#2188d8 !important }
.button-info { background:#3e444c; border-color:#2f343a; color:#fff !important }
.button-green { background:#71c702; border-color:#71c702; color:#fff !important }
.button-green-line { background:#fff; border-color:#71c702; color:#71c702 !important }
.button-red { background:#e93c20; border-color:#e93c20; color:#fff !important }
.button-red-line { background:#fff; border-color:#e93c20; color:#e93c20 !important }
.button-default { background:#fff }
.button-disable { background:#ccc; border-color:#ccc; cursor:default; pointer-events: none; }
.button-lg { padding:1.1rem 2.4rem; font-size:1.1em; border-radius:5px }
.button-ml { padding:10px 20px 12px 20px; font-size:14.5px; border-radius:5px }
.button-ml i { font-size:14px }
.button-sm { padding:0 10px; height:26px; line-height:25px; font-size:.85em; border-radius:3px; font-weight:400 }
.button-sm i { font-size:14px }
.button-xs { padding:5px 7px 6px 7px; font-size:.95rem; border-radius:3px }
.button-xs i { font-size:14px }

.btn_guide { position:fixed; z-index:100; right:0; top:40% }
.btn_guide a { display:block; background:red; color:#fff; width:100px; line-height:30px; text-align:center; margin:0 0 3px; font-weight:500 }

.tab_menu ul { font-size:0; margin:0 0 0 1px }
.tab_menu li { display:inline-block; }
.tab_menu li a { display:inline-block; border:1px solid #e0e0e0; padding:12px 25px; margin:0 0 0 -1px; color:#999; font-weight:400; font-size:.9rem; background:#fff }
.tab_menu li:hover a { background:#f0f0f0 }
.tab_menu li.on a { border-color:#000; color:#222; position:relative; z-index:1; background:#fff }
.tab_con > section { display:none }

/* pop layer */
#popLayerBg { position:fixed; z-index:99; width:100%; height:100%; background:#000; opacity:0.8; filter:alpha(opacity=80); display:none }
.pop_layer { z-index:100; display:none; position:fixed; left:50%; top:50%; transform:translate(-50%, -50%); background:#fff; border-radius:0; box-shadow:0 0 5px rgba(0,0,0,0.6); }
.pop_layer > header { background:#576f8d; height:46px; border-radius:0; }
.pop_layer > header h2 { text-align:center; font-family:nanumsquare; font-size:18px; font-weight:500; color:#fff; line-height:42px; }
.pop_layer .btn_close { position:absolute; top:12px; right:12px; display:block; font-size:20px; text-align:center; width:20px; height:20px; line-height:20px; text-indent:-9000px; background:url(../img/btn_close.png) no-repeat; background-size:100% }
.pop_layer > header + .con { padding:30px; padding-bottom:40px }
.pop_layer .btn_add i { font-size:19px }
.pop_layer .btn_area { text-align:center; margin:30px 0 0 0 }
.pop_layer .btn_area .btn { min-width:150px }

#container { min-width:1100px; position:static; float:none; min-height:inherit; margin:0; width:auto }
.wrap { width:1100px; margin:0 auto; position:relative }

#header .tnb { background:#f2f6f9; font-size:.95em }
#header .tnb nav { display:flex; justify-content:space-between; align-items:center; height:35px }
#header .tnb a { color:#919ca6 }
#header .tnb i { margin-right:3px }
#header .tnb .add_favor i { color:#0094e9 }
#header .tnb li { float:left; margin:0 12px }
#header .tnb img { margin:0 3px 0 0; vertical-align:-2px }
#header .logo { display:flex; justify-content:space-between; align-items:center; height:85px }
#header .logo .btn_download { display:inline-block; border:1px solid #e5e9ee; border-radius:5px; background:#fff url(/theme/study/img/icon_tooldown.png) no-repeat 15px center; padding:10px 15px 10px 83px; line-height:1.3; color:#80919b; font-weight:400; box-shadow:2px 2px 2px rgba(0,0,0,0.1) }
#header .logo .btn_download .eng { font-weight:500; letter-spacing:0; color:#df189b }
#header .logo .btn_download .eng strong { font-weight:900; color:#222 }
#header .gnb { background:#0094e9; height:40px }
#header .gnb .wrap > ul { display:flex; justify-content:space-between }
#header .gnb .depth1 { position:relative; width:100% }
#header .gnb .depth1 > a { display:block; height:40px; line-height:38px; font-size:1.15em; font-weight:500; text-align:center; position:relative; color:#fff; border:1px solid #0094e9 }
#header .gnb .depth1 ul { max-height:0; overflow:hidden; transition:all .3s; /*transition-delay:.1s;*/ background:#fff; border:1px solid #0094e9; box-shadow:3px 3px 3px rgba(0,0,0,0.1); opacity:0; position:absolute; top:39px; left:0; width:100%; border-top:0; z-index:10 }
#header .gnb .depth2 > a { display:block; font-weight:400; font-size:1.05em; line-height:1.4; padding:10px; color:#666; border-top:1px solid #e0e0e0 }
#header .gnb .depth2 > a:hover { background:#f0f0f0 }
#header .gnb .depth1:hover > a, #header .gnb .depth1.on > a { background:#fff; color:#0094e9 }
#header .gnb .depth1 > a:hover + ul, #header .gnb .depth1 ul:hover { max-height:340px; opacity:1 }

.footer_link { margin-top:50px }

#footer { padding:40px 0; background:#e7ecf2; color:#848484; margin-top:60px; font-size:.95em }
#footer h1 { position:absolute; left:0; top:0 }
#footer h1 a { color:#848484 }
#footer nav { padding-left:120px }
#footer nav li { float:left; margin:0 17px 0 0 }
#footer address { margin:10px 0 0 0; padding-left:120px }
#footer address span { display:inline-block; margin:3px 20px 3px 0 }
#footer p { margin:20px 0 0 0 }
#footer #top_btn { border:0; background:rgba(0,0,0,0.5); font-size:30px; color:#fff; right:30px; bottom:30px }
#footer #top_btn:hover { background:rgba(0,0,0,1) }
#footer #top_btn i { vertical-align:2px }

#main_visual { margin-top:30px }
#main_visual .f_left { position:relative; width:850px }
.bx-pager { position:absolute; width:100%; bottom:30px; z-index:10; display:flex; justify-content:center }
.bx-pager-item a { display:block; font-size:0; text-indent:-9000px; width:15px; height:15px; border-radius:50%; background:#000; opacity:0.3; margin:0 4px }
.bx-pager-item a.active { opacity:1 }
#main_visual .f_right { width:230px }

.callcenter { border:1px solid #c6cdd4; padding:15px; padding-top:10px; height:196px }
.callcenter header { background:url(/theme/study/img/icon_callcenter.png) no-repeat 0 center; padding-left:60px }
.callcenter header h2 { color:#8a9da8; font-size:1.1em; font-weight:500; letter-spacing:0; line-height:1; padding:5px 0 0 0 }
.callcenter header p { margin:7px 0 0 0; line-height:1; font-weight:700; font-size:1.45em; color:#0069a5 }
.callcenter dl { margin:9px -15px 0 -15px; background:#dcf5ff; text-align:center; padding:4px 0; color:#717887; margin-bottom:7px }
.callcenter dt { display:inline-block; font-weight:500; margin-right:3px }
.callcenter dd { display:inline-block; margin-left:3px }
.callcenter p { font-weight:400; line-height:1.4; letter-spacing:-.5px }
.callcenter p strong { color:#e90084; font-size:.9em; font-weight:400 }
.callcenter .button { width:100%; border:0; background:#4fcbff; color:#fff; text-align:center; padding:0; height:34px; line-height:34px; margin-top:7px }

.main_con01 { background:#f8f9fa; margin:45px 0; padding:40px 0 }
.main_con01 .f_left { width:740px }
.main_con01 .f_right { width:calc(100% - 740px) }
.main_con01 h2 { font-size:1.3em; font-weight:300; margin-bottom:15px; letter-spacing:0 }
.main_con01 h2 strong { font-weight:700; color:#e90084 }
.main_con01 .f_right h2 strong { color:#0094e9 }
.main_con01 h2 span { font-weight:400 }
.main_con01 li { width:50%; float:left; margin-bottom:10px }
.main_con01 li .img { width:150px; float:left }
.main_con01 li .img img { border-radius:5px; height:85px }
.main_con01 li .img + div { float:right; width:calc(100% - 162px); padding-right:20px }
.main_con01 li p { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:100%; line-height:1; margin:9px 0 }
.main_con01 li .subj { font-weight:500; margin-top:3px }
.main_con01 dt, .main_con01 dd { display:inline-block; line-height:1; margin:3px 0 }
.main_con01 dt { width:30px }
.main_con01 dd { width:calc(100% - 35px) }
.main_con01 .f_right li { width:100% }
.main_con01 .f_right li .img + div { padding-right:0 }

.main_con02  .clear > section { float:left; border:1px solid #c6cdd4; margin-right:40px; height:200px }
.main_con02 .sec01 { width:440px }
.main_con02 .sec01 .tab_menu { border-bottom:1px solid #d5dadf }
.main_con02 .sec01 .tab_menu li a { border:0; color:#c6cdd4; font-weight:500; height:38px; line-height:38px; padding:0 12px 0 13px; position:relative; margin:0 }
.main_con02 .sec01 .tab_menu li a:before { content:""; width:1px; height:15px; background:#d5dadf; position:absolute; left:0; top:11px; display:block }
.main_con02 .sec01 .tab_menu li:first-child a:before { display:none }
.main_con02 .sec01 .tab_menu li.on a { color:#0094e9 }
.main_con02 .sec02 { width:300px; padding:0 15px }
.main_con02 .sec02 ul { display:flex; flex-direction:column; justify-content:space-between; align-items: stretch; height:100% }
.main_con02 .sec02 li { height:100%; display:flex; align-items:center; border-top:1px solid #d5dadf }
.main_con02 .sec02 li:first-child { border:0 }
.main_con02 .sec02 li a { width:100%; flex-grow:1; padding-left:100px; line-height:30px; color:#a4acb5; font-weight:400; font-size:1.15em; background-image:url(/theme/study/img/icon_comm.png); background-position:60px center; background-repeat:no-repeat }
.main_con02 .sec02 li:nth-child(2) a { background-image:url(/theme/study/img/icon_docu.png); background-position:63px center }
.main_con02 .sec02 li:nth-child(3) a { background-image:url(/theme/study/img/icon_inquiry.png) }
.main_con02 .sec02 li:first-child a { border:0 }
.main_con02 .sec03 { width:215px; text-align:center; padding:10px }
.main_con02 .sec03 h2 { font-size:1.3em; line-height:1; color:#222; margin:7px 0 7px }
.main_con02 .sec03 p { font-size:1.05em; font-weight:500 }
.main_con02 .sec03 dl { border-top:1px solid #e0e0e0; margin-top:11px }
.main_con02 .sec03 dt { margin:9px 0 8px 0 }
.main_con02 .sec03 dd { font-size:1.15em; font-weight:500; color:#0094e9; line-height:1 }
.main_con02 .sec04 { width:280px; float:right; border:5px solid #54cdff !important; text-align:center; display:flex; align-items:center; justify-content:center; margin-right:0 !important }
.main_con02 .sec04 a { background:url(/theme/study/img/icon_desktop.png) no-repeat center top; padding-top:95px; display:block; color:#717887; font-size:1.17em; font-weight:500 }
.main_con02 .sec04 a small { font-size:12px; letter-spacing:0; font-weight:300 }


.lat { margin:0 }
.lat_title, .lt_more { display:none !important }
.lat ul { padding:5px 17px 0 17px }
.lat li { line-height:1; border:0; margin:10px 0; display:flex; justify-content:space-between }
.lat li a { font-size:1em; font-weight:300; line-height:1; background:url(/theme/study/img/dot01.png) no-repeat 0 5px; padding-left:10px }
.lat li a:hover { color:#000 }
.lt_info { padding:0 }
.lt_info .lt_nick { display:none }

.root_daum_roughmap { width:100% !important; border:0 !important; padding:0 !important }
.root_daum_roughmap .wrap_map { width:100%; height:440px !important }

#location { background:#f8f9fa; height:30px; line-height:30px; text-align:right; font-size:.9em; position:absolute; width:100% }
#location strong { color:#0094e9 }
#location span.space { text-align:center; width:15px }

#contents { margin:60px 0 60px 0; min-height:30vh }
#contents p { word-break:keep-all }

#left_area { width:230px; float:left; }
#left_area .left_snb h2 { border-top:3px solid #0094e9; height:60px; line-height:56px; font-size:1.3em; color:#0085d1; font-weight:700; text-align:center; border-bottom:1px solid #ddd }
#left_area .left_snb li a { display:block; height:50px; line-height:50px; border-bottom:1px solid #ddd; padding:0 0 0 25px; font-size:1.05em; font-weight:400; color:#666 }
#left_area .left_snb li.on a { color:#0094e9; font-weight:500; background:#dcf5ff }
#left_area .callcenter { margin-top:20px }
#left_area .banner { margin-top:20px }
#left_area .banner ul { border:1px solid #ccc }
#left_area .banner li { border-top:1px solid #ddd }
#left_area .banner li:first-child { border:0 }
#left_area .banner li a { display:block; padding-left:78px; line-height:65px; height:65px; color:#a4acb5; font-weight:400; font-size:1.15em; background-image:url(/theme/study/img/icon_comm.png); background-position:39px center; background-repeat:no-repeat }
#left_area .banner li:nth-child(2) a { background-image:url(/theme/study/img/icon_docu.png); background-position:42px center }
#left_area .banner li:nth-child(3) a { background-image:url(/theme/study/img/icon_inquiry.png) }
#left_area .banner li:first-child a { border:0 }

#left_area .curriculum { border:1px solid #ccc; padding:10px; margin-top:20px }
#left_area .curriculum h2 { font-size:1.2em; font-weight:300; margin-bottom:15px; letter-spacing:0; text-align:center }
#left_area .curriculum h2 strong { font-weight:700; color:#e90084 }
#left_area .curriculum h2 span { font-weight:400 }
#left_area .curriculum li { float:left; margin-bottom:10px }
#left_area .curriculum li:last-child { margin:0 }
#left_area .curriculum li .img { width:90px; float:left }
#left_area .curriculum li .img img { border-radius:3px; height:60px }
#left_area .curriculum li .img + div { float:right; width:calc(100% - 100px) }
#left_area .curriculum li .subj { font-weight:500; line-height:1;  }
#left_area .curriculum dl { display:flex; flex-wrap:wrap; margin-top:3px }
#left_area .curriculum dt, #left_area .curriculum dd { line-height:1.2; font-size:.95em; margin:0; color:#666 }
#left_area .curriculum dt { width:30px }
#left_area .curriculum dd { width:calc(100% - 35px) }

#right_area { width:810px; float:right }
.container_title { font-size:1.6em; line-height:1; font-weight:700; border-bottom:1px solid #ddd; padding:20px 0 18px 0; margin-bottom:40px }

.curriculum_search { text-align:center; border-bottom:1px solid #e0e0e0; padding-bottom:15px; margin-bottom:30px }
.curriculum_search span { line-height:40px; font-size:1.4em; font-weight:500; margin-right:10px }
.curriculum_search input[type=text] { height:40px; border:5px solid #54cdff; line-height:32px; width:400px; margin:0 5px }
.curriculum_search input[type=text]:focus { border:5px solid #54cdff !important }
.curriculum_search .btn_submit { background:#0094e9; color:#fff; font-size:1.1em; height:40px; line-height:40px; border:0; padding:0 20px }
.curriculum_search + .result { margin-top:-30px; border-bottom:1px solid #e0e0e0; margin-bottom:30px; padding:15px 0; line-height:1; font-weight:400 }

.curriculum_main { display:flex; flex-wrap:wrap; justify-content:space-between }
.curriculum_main > section { width:400px; margin-bottom:20px }
.curriculum_main h2 { font-size:1.2em; font-weight:500; margin-bottom:10px }
.curriculum_main h2 small { font-weight:300; font-size:.8em; letter-spacing:0; margin-left:5px }
.curriculum_main h2 strong { font-weight:700; color:#0094e9 }
.curriculum_main h2 span { font-weight:400 }
.curriculum_main ul { border:2px solid #e4ebf2; padding:10px 0 0 10px; display:flex; flex-wrap:wrap }
.curriculum_main li { width:50%; margin-bottom:10px }
.curriculum_main li .img { width:90px; float:left }
.curriculum_main li .img img { border-radius:5px; height:60px }
.curriculum_main li .img + div { float:right; width:calc(100% - 100px); padding-right:10px }
.curriculum_main li .subj { font-weight:500; line-height:1 }
.curriculum_main dl { display:flex; flex-wrap:wrap; margin-top:3px }
.curriculum_main dt, .curriculum_main dd { line-height:1.2; font-size:.95em; margin:0; color:#666 }
.curriculum_main dt { width:70px }
.curriculum_main dd { width:calc(100% - 70px)}

.curriculum_list_id { display:flex; flex-wrap:wrap; justify-content:space-between }
.curriculum_list_id > section { width:800px; margin-bottom:20px }
.curriculum_list_id h2 { font-size:1.2em; font-weight:500; margin-bottom:10px }
.curriculum_list_id h2 small { font-weight:300; font-size:.8em; letter-spacing:0; margin-left:5px }
.curriculum_list_id h2 strong { font-weight:700; color:#0094e9 }
.curriculum_list_id h2 span { font-weight:400 }
.curriculum_list_id ul { border:2px solid #e4ebf2; padding:10px 0 0 10px; display:flex; flex-wrap:wrap }
.curriculum_list_id li { width:50%; margin-bottom:10px }
.curriculum_list_id li .img { width:90px; float:left }
.curriculum_list_id li .img img { border-radius:5px; height:60px }
.curriculum_list_id li .img + div { float:right; width:calc(100% - 100px); padding-right:10px }
.curriculum_list_id li .subj { font-weight:500; line-height:1 }
.curriculum_list_id dl { display:flex; flex-wrap:wrap; margin-top:3px }
.curriculum_list_id dt, .curriculum_list_id dd { line-height:1.2; font-size:.95em; margin:0; color:#666 }
.curriculum_list_id dt { width:60px }
.curriculum_list_id dd { width:calc(100% - 65px) }

.curriculum_main_guide { border:15px solid #b6cc64; border-radius:30px; padding:30px; background:url(/theme/study/img/curriculum_img01.png) no-repeat 30px bottom; height:280px; padding-left:400px; margin-top:20px }
.curriculum_main_guide h2 { margin-bottom:25px }
.curriculum_main_guide p { font-size:1.1em; margin:15px 0 0 0; word-break:keep-all }

.curriculum_result_guide { border:15px solid #7fd3cc; border-radius:30px; padding:15px; background:url(/theme/study/img/curriculum_img02.png) no-repeat 30px bottom; padding-left:360px; margin-top:20px }
.curriculum_result_guide h2 { color:#de439b; font-size:1.3em; line-height:1 }
.curriculum_result_guide p { font-size:1.3em; margin:7px 0; word-break:keep-all }
.curriculum_result_guide p strong { font-size:1.1em; color:#54cdff }
.curriculum_result_guide .button { background:#00ccba; border-color:#00ccba; color:#fff; font-size:1.2em; height:40px; line-height:38px; padding:0 25px }
.curriculum_result_guide .button i { margin-left:10px; vertical-align:1px }

.curriculum_list ul { display:flex; flex-wrap:wrap; justify-content:space-between }
.curriculum_list li { width:calc(100%/4 - 10px); border:2px solid #e4ebf2; margin-bottom:10px; padding:10px }
.curriculum_list p { line-height:1.3; margin-top:10px; color:#666 }
.curriculum_list p.subj, .curriculum_list p.subj a { font-weight:500; color:#3380b1 }

#left_area .curri_snb { border:2px solid #c6cdd4; border-radius:8px; padding:20px 25px; margin-top:15px }
#left_area .curri_snb h3 { margin-bottom:12px; font-size:1.1em }
#left_area .curri_snb li a { border:0; padding:0; height:30px; line-height:30px; color:#666 }
#left_area .curri_snb li.on a { background:#fff }

#left_area .curri_info { margin-top:20px }
#left_area .curri_info h2 { background:url(/theme/study/img/icon_curri01.png) no-repeat; padding-left:42px; height:40px; line-height:30px; font-size:1.2em; border-bottom:1px solid #666; padding-bottom:15px; margin-bottom:10px }
#left_area .curri_info p { line-height:1.3; margin:8px 3px 0 3px }

#right_area.lecture h2 { height:50px; line-height:38px; background:url(/theme/study/img/icon_curri02.png) no-repeat 0 7px; padding-left:45px; font-size:1.6em; border-bottom:1px solid #e0e0e0; margin-bottom:15px; margin-top:10px }
#right_area.lecture .video_area { margin-bottom:20px }
#right_area.lecture .progress { display:flex; background:#f2f2f2; border-radius:3px; margin-bottom:5px; line-height:1; padding:8px; justify-content:flex-end }
#right_area.lecture .progress dt { margin:0 5px 0 20px }
#right_area.lecture .progress dd { font-weight:500 }
.lecture_detail:after { clear:both; content:""; display:block }
.lecture_detail .f_left { width:590px }
.lecture_detail .f_left section { border:2px solid #e4ebf2; padding:13px; margin-bottom:10px }
.lecture_detail .f_left h3 { background:url(/theme/study/img/icon_curri03.png) no-repeat; padding-left:37px; height:40px; line-height:32px; font-size:1.2em; border-bottom:1px solid #e4ebf2 }
.lecture_detail .f_left .con { padding:20px }
.lecture_detail .f_left section:last-child h3 { background:url(/theme/study/img/icon_curri04.png) no-repeat 0 5px }
#right_area.lecture .btn_area { text-align:center; margin-top:40px }

.right_banner { width:205px; position:absolute; right:0 }
.right_banner li a { border:1px solid #ddd; display:block; font-weight:500; font-size:1.15em; color:#717887; margin-bottom:5px; position:relative; padding:20px; padding-left:70px; position:relative }
.right_banner li a i { position:absolute; left:35px; top:50%; transform:translateY(-50%); font-size:1.2em }
.right_banner li a small { display:block; color:#999; font-size:.8em; font-weight:300; letter-spacing:0 }
.right_banner li a:hover { background:#f4f4f4 }
.right_banner li:first-child a { border-color:#444; background:#555; color:#fff }



/* 그누보드 수정 */
#bo_w #wr_2, #bo_w #wr_4, #bo_w #wr_6 { margin-left:1% }
#bo_list .td_name { width:150px !important; text-align:center !important }
#bo_list .td_datetime { width:120px !important }
.btn_bo_sch, .btn_more_opt { padding:0 10px; height:35px }
.tbl_head01 td, .tbl_head01 th { padding:15px 10px !important; height:40px }
.bo_tit { font-weight:500 !important }
#bo_list .bo_tit .new_icon { background:#f39800; color:#fff; font-size:0.7em; font-weight:500; vertical-align:2px }
#bo_list .bo_tit .fa-lock { background:#54585d; color:#fff; width:16px; height:16px; font-size:14px; line-height:16px; border:0; vertical-align:1px }
.tbl_wrap table { border-top:2px solid #666 }
#bo_list .td_num2 { width:60px !important; text-align:center !important }
#bo_v_title .bo_v_tit { font-size:1.5em }
#bo_v_con { font-size:1.1em }
.bo_vc_w .btn_submit, .mbskin .btn_submit { font-weight:500 }
#bo_v .com_info { margin:10px 0 0 0 }
#bo_v .com_info dl:after { content:""; display:block; clear:both }
#bo_v .com_info dl {border-top:1px solid #e0e0e0 }
#bo_v .com_info dt, #bo_v .com_info dd { float:left; border-bottom:1px solid #e0e0e0; line-height:34px; height:36px; font-size:1.05em; padding-left:20px }
#bo_v .com_info dt { width:15%; font-weight:500; background:#f4f4f4; }
#bo_v .com_info dd { width:35%; font-weight:400 }
#bo_v .com_info dd.full { width:85% }
.btn_cke_sc { line-height:20px }
.btn_cke_sc_close { background:#fff; border:1px solid #ddd; border-radius:3px; padding:5px 15px 6px 15px }
#bo_list tbody tr:hover {border-left:0}
#bo_w .bo_w_tit #btn_autosave { top:3px; right:3px }
#bo_w .btn_cancel { color:#fff; font-weight:500 }
#fregister p { font-weight:500; background:#fff; color:#222; border:1px solid #ccc }
#fregister p:before { display:none }
.chk_li { padding-left:7px; display:inline-block; vertical-align:top; margin-top:-4px }
.chk_li + .tooltip_icon { vertical-align:top; margin-top:-8px}
.reg_btn_submit { color:#fff !important; font-weight:500 }
#sns_login .txt { font-weight:500 }
#bo_cate { font-size:0; margin-left:1px; text-align:center }
#bo_cate li { margin:0 0 0 -1px; padding:0 }
#bo_cate a { font-size:.95rem; border-radius:0; margin:0; min-width:100px; text-align:center; height:50px; line-height:46px; padding:0 20px; border:1px solid #e0e0e0; color:#aaa; font-weight:400 }
#bo_cate a:hover { background:#f4f4f4; color:#222 }
#bo_cate #bo_cate_on { background:#fff; color:#222; border-color:#222; position:relative; z-index:1; box-shadow:none; font-weight:500 }
#bo_w #wr_2, #bo_w #wr_4, #bo_w #wr_6 { margin-left:0 }
#bo_v_act { margin:30px 0 50px 0 }
.btn_bo_user .btn_admin, .btn_cm_opt { padding:0 10px; color:inherit }
#bo_v_info .sv_member, #bo_v_info .sv_guest, #bo_v_info .member, #bo_v_info .guest ,#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest{ font-weight:500; font-size:1.1em; margin:0 0 5px; display:inline-block }
.bo_tit .cnt_cmt { font-size:10px !important; font-family:arial; background:none !important; color:#999 !important; font-weight:normal !important }
.all_chk.chk_box input[type="checkbox"] + label span { top:3px }
#bo_v_desc { font-size:1.1em }
.new_win .btn_submit, .new_win .btn_close { font-weight:500; font-size:1em }
.new_win .win_desc { border:1px solid #666; background:#fff; color:#222; font-weight:500; text-align:center }
.new_win .win_desc:after { display:none }
.gall_row .box_clear { clear:none }
#bo_v_act { margin:60px 0 !important }
#bo_v_share { text-align:center; padding:40px 0 }
#bo_v_sns { text-align:center; float:none; display:inline-block }
#bo_v_sns li { width:auto; float:none; display:inline-block; text-align:center }
#bo_v_sns li a { width:60px; height:60px; line-height:60px; border-radius:50%; padding:0; text-align:center; display:inline-block !important }
#bo_v_sns li img { margin:0 }
#bo_v_sns li span { display:none }
#bo_v_share .btn { width:60px; height:60px; line-height:1.2; border-radius:50%; font-size:12px; padding:0; text-align:center; display:inline-block }
#bo_v_share .btn i { display:block; font-size:1.5em; margin:10px 0 3px }
#faq_sch .btn_submit { font-weight:500 }
#faq_sch { margin-bottom:30px }
.cmt_btn span.total { font-weight:400; font-size:0.9em; color:#999 }
.cmt_btn span.total b { font-size:1.5em }
.more_opt li button, .more_opt li a { font-weight:500 }
.bo_notice td { background:#f3f6f7 !important; border-bottom: 1px solid #ecf0f1; }
.bo_notice .notice_icon { color:#457088 }
#bo_v_img, #bo_v_img .fotorama__wrap { overflow:hidden }
.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img { transition-property:opacity; transition-timing-function:linear; transition-duration: 1ms; //previous value = 0.3s }
#sch_res_detail { margin:0 0 20px }
#sch_res_detail .sch_wr { width:calc(100% - 480px) }
#sch_res_detail .frm_input { width:calc(100% - 93px) }
#sch_res_ov { background:#fff; border:1px solid #ddd; margin:0 0 20px }
#sch_res_ov h2 strong { color:#d43434 }
#sch_res_board { font-size:0; margin-left:1px; text-align:center }
#sch_res_board li { margin:0 0 0 -1px; padding:0 }
#sch_res_board a { font-size:.95rem; border-radius:0; margin:0; min-width:150px; text-align:center; height:50px; line-height:46px; padding:0 20px; border:1px solid #e0e0e0; color:#aaa; font-weight:400 }
#sch_res_board a:hover { background:#f4f4f4; color:#222 }
#sch_res_board .sch_on { background:#fff; color:#222; border-color:#222; position:relative; z-index:1; box-shadow:none; font-weight:500 }
.sch_word { background:#eee; color:#222 }
.sch_res_list h2 { margin:25px 0 12px 0 }
.sch_more { display:none }
#ol_be_cate { display:none }
#ol_before .ol_wr { padding:13px; padding-bottom:2px }
#ol_before .ol_wr #ol_submit { position:absolute; right:13px; top:13px; width:60px; height:60px; text-indent:-9000px; font-size:0; background:#0094e9 url(/theme/study/img/icon_login_l.png) no-repeat center; border-radius:0; border:0 }
#ol_id, #ol_pw { border-radius:0; height:29px; line-height:29px; padding:0 5px; width:140px; margin-bottom:2px; border:1px solid #e0e0e0 }
#ol_auto { float:none; margin:0; padding:13px; padding-top:0; padding-bottom:8px; display:flex; }
#ol_auto > div { position:relative; margin-right:20px }
#ol_svc { display:flex; float:none; border-top:1px solid #c6cdd4 }
#ol_svc a { border:0; color:#717887; text-align:center; flex-grow:1; height:33px; line-height:33px; padding:0 }
#ol_svc a:first-child { border-right:1px solid #c6cdd4; font-weight:500 }
.ol { border:1px solid #c6cdd4; border-radius:0; margin-bottom:8px }
.ol form { padding:0 }
#ol_after_hd { height:94px }
#ol_after_hd .profile_img { top:20px }


.new_win #win_title { text-align:center; border-bottom:1px solid #ccc; padding:0 20px; line-height:46px; height:48px }
.new_win .new_win_con { margin-top:10px }

.mbskin { margin:60px 0; width:100%; border:10px solid #54cdff; padding:40px }
.mbskin .mbskin_box { border:0 }
#login_fs { padding:0; width:350px; margin:0 auto; position:relative; padding:20px 0 50px 0 }
#mb_login #login_fs label { text-indent:-9000px; width:35px; height:30px; font-size:0; background:url(/theme/study/img/icon_id.png) no-repeat center; display:inline-block }
#mb_login #login_fs label:nth-child(5) { background:url(/theme/study/img/icon_pwd.png) no-repeat center }
#mb_login #login_fs .frm_input { width:180px; height:30px; line-height:28px; margin-bottom:4px }
#mb_login #login_fs .btn_submit { position:absolute; right:0; top:20px; width:64px; height:64px; font-size:0; text-indent:-9000px; background:#119bea url(/theme/study/img/icon_login_l.png) no-repeat center }
#login_info { border-top:1px solid #e0e0e0; padding:40px 0 20px 0 }
#login_info p { margin:10px 0 }
#login_info p a { display:inline-block; padding:0 25px; height:26px; line-height:26px; border-radius:3px; color:#fff; background:#5ed16a; font-weight:400; border:0; margin-left:10px }
#login_info p:last-child { margin-right:18px }
#login_info p:last-child a { background:#4fcbff }

#faq_wrap li { font-size:1.1em }
.video_area { position:relative; height:0; padding-top:56.25% }
.video_area iframe { width:100%; height:100%; position:absolute; left:0; top:0 }

#ctt { margin:0; padding:0 }
#ctt_con { padding:0; margin:0; line-height:1.6; font-size:1.16em; color:#555; position:relative }
#ctt_con:after { content:""; display:block; clear:both }
#ctt_con p { margin-bottom:1.5em }
#ctt_con p:last-child { margin-bottom:0 }
#ctt_con h3 { color:#555; font-weight:bold }
#ctt_con h3.accent { font-size:1.4em; margin:0 0 1em }

.ul01 li { background:url(/theme/carpos/img/dot02.png) no-repeat 0 7px; padding-left:12px; margin:8px 0 0 0; line-height:1.4 }
.ul01 li:first-child { margin-top:0 }

.ul02 li { background:url(../img/sub/dot01.png) no-repeat 0 8px; padding-left:12px; margin:8px 0 0 0; line-height:1.4; font-weight:500 }
.ul02 li:first-child { margin-top:0 }

.tab01 { margin-left:1px; margin-bottom:2.7em }
.tab01 li { float:left; width:calc(100%/2) }
.tab01 li a { display:block; height:46px; line-height:44px; border:1px solid #e0e0e0; background:#f8f8f8; color:#999; font-size:1.05em; font-weight:400; text-align:center; margin-left:-1px }
.tab01 li.ui-tabs-active a { background:#222; color:#fff; font-weight:500; border-color:#222; position:relative; z-index:1 }

.table_h01 { border-top:1px solid #666 }
.table_h01 th, .table_h01 td { border-bottom:1px solid #e0e0e0; padding:10px; height:40px; text-align:center }
.table_h01 th { border-color:#aaa; background:#f8f8f8 }

.box01 { border:1px solid #e0e0e0; padding:50px 0; text-align:center }
.box02 { border:1px solid #e0e0e0; background:#f8f8f8; padding:28px 30px }

.search_area .btn_submit { width:130px; height:45px; line-height:44px; background:#222; color:#fff; text-align:center; display:inline-block; font-size:1.1em; font-weight:400; vertical-align:middle }
.search_area .styled_select { width:330px; height:45px; line-height:42px; vertical-align:middle; margin-right:5px }
.search_area .styled_select select { height:43px }
.search_area .styled_select i { height:43px; line-height:43px }
.search_area input[type=text] { height:45px; line-height:43px; width:calc(100% - 135px) }

/* 22.04.04 */
h3.title01 { font-size:1.2em; line-height:1; padding-bottom:15px }
input.accent { border-color:#666 }
.table_v01 { border-top:2px solid #666 }
.table_v01 th, .table_v01 td { border-bottom:1px solid #e0e0e0; padding:10px }
.curriculum_board .info { border:2px solid #54cdff; padding:20px; border-radius:8px; font-size:1.05em; margin-bottom:30px }
.curriculum_board .info .link01 { color:#0094e9; font-weight:500 }
.curriculum_board .btn_area { margin-top:20px; text-align:right }
.curriculum_board #bo_v_title .bo_v_tit { font-size:1.3em; font-weight:400 }
.curriculum_board #bo_v_con { margin-top:30px; font-size:1.05em }
.curriculum_board #bo_v_con .con_etc { border-top:1px dashed #e0e0e0; margin-top:30px; padding-top:20px }
.curriculum_board .dl01 { display:flex; flex-wrap:wrap; align-items:center; border:1px solid #ccc; margin:20px 0 0 0 }
.curriculum_board .dl01 dt { flex:0 0 100px; background:#f4f4f4; padding:10px; font-weight:500 }
.curriculum_board .dl01 dd { flex-grow:1; padding:10px }
.bo_v_reply { border:1px solid #e0e0e0; padding:23px 25px; font-size:1.05em }
.bo_v_reply h3 { font-size:1.5em; color:#0085d1; line-height:1; margin-bottom:15px }

.ctt_sub01_01 { margin:0 20px !important }
.ctt_sub01_01 img { float:left; margin-right:40px; margin-bottom:10px }
.ctt_sub01_01 p:nth-child(3):after { content:""; display:block; clear:both }
.ctt_sub01_01 .sign { font-weight:500; text-align:right }

.ctt_sub01_02 h3, .ctt_sub01_03 h3, .ctt_sub01_04 h3 { font-size:1.5em; color:#c6cdd4; line-height:1; margin-bottom:15px; font-weight:300 }
.ctt_sub01_02 .paragraph { margin-bottom:90px !important }
.ctt_sub01_02 .img01 { position:absolute; right:0; bottom:0 }

.ctt_sub01_03 li { line-height:1.3; background:url(/theme/study/img/sub01_03_bullet.png) no-repeat 0 0; padding-left:40px; padding-top:3px; margin-top:40px; font-size:1.1em; min-height:30px; position:relative }
.ctt_sub01_03 li:before { width:1px; height:42px; background:#e8eef5; display:block; content:""; position:absolute; left:13px; top:29px }
.ctt_sub01_03 li:last-child:before { display:none }
.ctt_sub01_03 ul { padding-top:20px; padding-left:20px; padding-bottom:40px; background:url(/theme/study/img/sub01_03_img01.png) no-repeat right bottom }

.ctt_sub01_04 .img01 { text-align:center; margin-top:40px }

.ctt_sub03_01 #ctt_con { background:url(/theme/study/img/sub03_01_img01.png) no-repeat right bottom }
.ctt_sub03_01 #ctt_con p { margin-bottom:2em; line-height:1.8 }
.ctt_sub03_01 #ctt_con p:last-child { margin-top:60px; margin-bottom:0 }

.ctt_sub04_01 .tab_con { margin:30px 0 0 0 }

/* 22.05.05 */
.sugang_ok {
    color: #00C73C !important;
}
.sugang_no {

}
.curriculum_main li .subj i { display:none; background:#00C73C; color:#fff; line-height:20px; font-size:0.9em; padding:0 5px 0 3px; border-radius:3px; font-style:normal; margin-left:3px }
.curriculum_main li .subj.sugang_ok i { display:inline-block }
.curriculum_list_id li .subj i { display:none; background:#00C73C; color:#fff; line-height:20px; font-size:0.9em; padding:0 5px 0 3px; border-radius:3px; font-style:normal; margin-left:3px }
.curriculum_list_id li .subj.sugang_ok i { display:inline-block }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.main_left .banner { margin-top:28px }
.agency_map .map_area a { line-height:15px }
.left_area li a { font-size:1.13em; font-weight:400 }
.button-sm {line-height:23px }

.curriculum_search .btn_submit , .curriculum_result_guide .button{ line-height:36px }
}
