.goal
{
    margin-bottom:50px
}

.left_menu
{
	margin-top:90px;
	float:left;
	width:280px;
	border:1px solid #dcdcdc;
}

.goal_menu_list
{
	padding:45px 25px;
	width:100%;
	position:relative;
}

.goal_menu_list .icon
{
	width:144px;
	height:144px;
	background-color:#eef1f4;
	border-radius:100%;
	position:absolute;
	top:0;
	left:50%;
	transform:translate(-50%, -50%);
}

.goal_menu_list .icon img
{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
    width:100%
}

.goal_menu_list h4
{
	color:#034ea2;
	font-size:26px;
	line-height:1.3;
	margin:0;
	margin-top:60px;
	padding-bottom:25px;
	margin-bottom:20px;
	border-bottom:1px solid #e3e3e3;
	text-align:center;
    font-family:'NanumSR';
    letter-spacing:-0.06em
}

.goal_menu_list li
{
	margin:0;
	margin-bottom:10px;
	color:#666666;
	font-size:16px;
	line-height:1.6;
	display:block;
	cursor:pointer;
}

.goal_menu_list li.active
{
    font-weight:bold;
    color:#000
}

.goal_menu_list li.active > span:first-child
{
	border-bottom:1px solid #000;
	height:24px;
	color:#000;
}

.goal_menu_list li.active > span:last-child
{
	color:#000;
	/* border-bottom:1px solid #000; */
	text-decoration:underline;
	text-underline-position: under;
}

.goal_menu_list li::after
{
	clear:both;
	content:'';
	display:block;
}

.goal_menu_list li span
{
	border-bottom:1px solid #fff;
}

.goal_menu_list li span:first-child
{
	display:block;
	float:left;
	width:20px;
}

.goal_menu_list li span:last-child
{
	display:block;
	float:left;
	max-width:calc(100% - 20px);
}

.goal_menu_list li.sub
{
	margin-left:20px;
	line-height:1.3;
}

.goal_menu_list li.sub.active span:first-child
{
	height:21px;
}

.goal_menu_list li.sub span:first-child
{
	width:24px;
}

.goal_menu
{
	margin:0;
}

.goal_menu li
{
	width:100%;
	border-top:1px solid #dcdcdc;
	padding:15px;
	color:#666;
	font-size:16px;
	/* list-style-type:upper-roman; */
	/* list-style-position:inside; */
	cursor:pointer;
	border-left:3px solid #fff;
	background-color:#fff;
}

.goal_menu li.active
{
	color:#034ea2;
	border-left:3px solid #034ea2;
	background-color:#f5f9fd;
}

.goal_menu li a
{
	display:inline-block;
	width:90%;
	margin-bottom:-2px;
}

.goal_content
{
	width:832px;
	float:right;
	overflow:hidden;
}

.goal_visual
{
	width:100%;
	height:267px;
	background-color:#000;
	position:relative;
    overflow:hidden
}

.goal_visual:after
{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:1px solid rgba(0,0,0,0.12);
}

.goal_visual .tab_content {
    width:100%;
    height:100%;
}

.goal_visual .tab_content>div {
    width:100%;
    height:100%;
    position: relative;
}

.goal_visual img
{
	position:absolute;
	top:0;
    left:50%;
    transform:translateX(-50%);
	width:100%;
	opacity:.7;
}

.goal_visual .visual_text
{
	position:absolute;
	top:53%;
	left:50%;
	transform:translate(-50%, -50%);
	color:#fff;
	text-align:center;
	width:100%;
}

.goal_visual .visual_text h4
{
	font-size:36px;
	margin-bottom:20px;
    font-family:'NanumSR'
}

.goal_visual .visual_text p
{
	font-size:18px;
    font-family:'Georgia';
    font-style:italic;
    letter-spacing:0.05em
}

.goal_text
{
	width:100%;
	padding:25px;
	overflow:hidden;
	border:1px solid #dcdcdc;
    border-top:0;
	font-size:16px;
	line-height:1.7;
	color:#666;
	/* border-bottom:none; */
}

.goal_button
{
	width:100%;
	border:1px solid #dcdcdc;
	border-top:none;
}

.goal_button button
{
	width:50%;
	float:left;
	margin:0;
	text-align:center;
	height:133px;
	line-height:133px;
	font-size:30px;
	color:#666;
	border:none;
	cursor:default;
}

.goal_button button:first-child
{
	border-right:1px solid #dcdcdc;
}

.goal_button button.active
{
	color:#034ea2;
}

.dep_right_way {
    padding:0 30px;
    position:relative;
    width:100%;
    height:86px;
    overflow:hidden;
    background:#f8f8f8;
    margin-top:30px;
}

.dep_right_way ul {
    margin-top:22px;
}

.dep_right_way ul li {
    float:left;
    font-size:15px;
    color:#666666;
    margin-right:20px
}

.dep_right_way ul li span {
    letter-spacing:0;
}

.dep_right_way ul li i {
    float: left;
    vertical-align: middle;
    margin-right: 6px;
    color: #000;
}

.dep_right_way ul li p {
    margin-top:-6px;
    padding:0 20px;
}

.dep_right_way ul li img {
    float:left;
    vertical-align:middle;
    margin-right:6px;
}

.dep_right_social {
    float:right;
    margin-top:-45px;
    cursor:pointer;
}

.goal_text_img
{
    text-align:center;
    margin:115px 0
}

.dep_right_btn
{
	text-align:center;
	margin:50px 0 30px
}

.dep_right_btn a
{
	background:none;
	border:1px solid #034ea2;
	padding:12px 33px 14px;
	color:#034ea2;
	/* margin:0 2px; */
	font-size:16px;
}

.dep_right_btn a:hover
{
	background:#034ea2;
	color:#fff;
	transition:all .5s;
}

.goal_add1, .goal_add2
{
	margin:20px 0;
	overflow:hidden
}

.goal_add1 h5, .goal_add2 h5
{
	font-family:'NanumSB';
	font-size:20px;
	color:#000
}

.goal_add1 p
{
	margin-top:15px;
	font-size:16px;
	/* margin-left:10px */
}

.goal_add2 ul
{
	margin:15px;
}

.goal_add2 ul li
{

	margin:20px 0;
}

.goal_add2 ul li h6
{
	font-size:16px;
	font-weight:bold;
	color:#000
}

.goal_add2 ul li span
{
	display:inline-block;
	margin:10px 0;
	font-size:16px;
}

.goal_add2 ul li span:nth-child(2)
{
	margin-left:10px
}

#g_tab_wrap
{
    position:relative;
    width:100%;
    padding:45px 32px;
    border:10px solid #f5f5f5;
}

#g_tab_wrap:after
{
    content:'';
    position:absolute;
    top:-9px;
    left:-9px;
    width:20%;
    height:108%;
    border:10px solid #034ea2;
    border-right:0px;
    border-bottom:0px;
    z-index:1;
}

#g_tab_wrap:before
{
    content:'';
    position:absolute;
    bottom:-11px;
    left:-9px;
    width:11%;
    height:20px;
    border-bottom:10px solid #034ea2;
    z-index:1;
}

.grade_tab li
{
    line-height:2;
    font-size:16px;
    color:#666666;
    cursor:pointer;
    z-index:2;
    position:relative;
    background:url(/images/pages/life/academic/lesson/right.png) no-repeat 0 11px;
}

.grade_tab li img
{
    margin-right:10px;
}

.grade_tab li.active
{
    color:#034ea2;
    text-decoration:underline;
    background:url(/images/pages/life/academic/lesson/right_on.png) no-repeat 0 11px;
}

.c_tab_cont > div
{
    margin-top:20px;
    position:relative;
    width:100%;
    overflow:hidden
}

.c_tab_cont > div:not(:first-child)
{
    display:none;
}

.c_tab_cont > div > div
{
    overflow:hidden;
    margin-bottom:20px;
}

.c_tab_cont_left
{
    position:relative;
    width:55%;
    height:280px;
    float:left;
}

.c_tab_cont_left h4, .h4_title
{
    margin-top:15px;
    font-family:'NanumSB';
    font-size:28px;
    color:#034ea2;
}

.h4_title_t
{
    margin-top:50px !important
}

.c_tab_cont_left ul
{
    position:relative;
    width:113%;
    padding:20px 0;
    overflow:hidden;
    background:#fbfbfb;
    z-index:8;
    margin-top:15px;
}

.c_tab_cont_left ul li
{
    margin-left:30px;
    line-height:30px;
    font-size:16px;
    color:#666666;
}

.c_tab_cont_left ul li + li
{
    letter-spacing:0.03em
}

.c_tab_cont_left ul li img
{
    vertical-align:-2px;
    margin-right:5px;
}

.c_tab_cont_right
{
    position:relative;
    width:45%;
    height:310px;
    /* overflow:hidden; */
    float:right;
}

.c_tab_cont_right_bg
{
    position:absolute;
    top:-4px;
    right:32px;
    width:93%;
    height:100%;
    z-index:-1;
    background:url(/images/pages/life/international/mentoring/bg_background.png) no-repeat 30px 30px;
    background-size:cover;
}

.c_common_title
{
    font-size:26px;
    font-family:'NanumSB';
    color:#000;
    position:relative;
    padding-top:14px;
    margin-left:20px;
    margin-top:45px
}

.c_common_title:after
{
    content:'';
    position:absolute;
    top:0px;
    left:0;
    width:21px;
    height:1px;
     background:#000
 }

.c_common_title_t
{
    margin-top:50px
}

.c_common_title_l
{
    /* margin-top:130px */
}

.bold_under
{
    font-weight:bold;
    text-decoration:underline;
    color:#000
}

.s_common
{
    margin-left:8px;
    margin-top:30px;
}

.s_common p
{
    margin-top:20px;
    font-family:'malgun gothic';
    font-size:15px;
    color:#666;
}

.s_common_title
{
    color:#000;
    font-size:21px;
    font-family:'NotoKrM';
    letter-spacing:-0.07em;
    margin-top:30px;
    margin-left:40px;
    line-height:30px;
}

.s_common_title_t
{
    margin-top:50px
}

.s_ol_h6_under
{
    margin-left:52px !important
}


ol.s_ol
{
    margin-top:15px;
    margin-left:25px
}

.ol_two
{
    margin-top:14px !important;
}

ol.s_ol > li
{
    margin-top:6px;
    font-family:'malgun gothic';
    position:relative;
    font-size:16px;
    line-height:28px;
    /* height:49px; */
}

ol.s_ol li span
{
    display:block;
    margin-left:10px;
    color:#666
}

ol.s_ol li span ul
{
    margin-left:10px;
}

ol.s_ol li span ul li
{
    line-height:25px;
    font-size:13px;
    position:relative;
}

.ol_update
{
    font-size:16px;
    line-height:28px;
    font-family:'malgun gothic';
    display:block;
    margin-left:10px;
    color:#666
}

.s_common ol li:nth-child(5)
{
    width:80%
}

ol.s_ol > li:before
{
    content:'';
    position:absolute;
    top:12px;
    left:-9px;
    width:3px;
    height:3px;
    background:#666666;
}

.table_cap
{
    margin:18px 25px;
    display:block;
    position:relative;
    line-height:25px
}

.table_cap:before
{
    content:'';
    position:absolute;
    top:40%;
    left:-9px;
    width:3px;
    height:3px;
    background:#666666;
}

.table_wrapper
{
    margin-top:15px;
    margin-left:15px;
    font-family:'Verdana',Malgun Gothic;

}

.s_common table
{
    position:relative;
    width:100%;
    border-top:1px solid #333333;
    text-align:center;
    font-family:'Verdana', Malgun Gothic;
    font-size:16px;
    border-bottom:1px solid #dcdcdc;
}

.s_common table th
{
    border-right:1px solid #dcdcdc;
}

.s_common table th:last-child
{
    border-right:0
}

.s_common table td
{
    border:1px solid #dcdcdc; color:#666666;
    line-height:1.5
}

.s_common table td:last-child{
    border-right:0
}

.s_common table td:nth-child(1)
{
    border-left:0
}

.s_common table th, .s_common table td
{
    height:50px;
}

.s_common table th
{
    background:#fbfbfb;
    text-align:center;
    color:#333
}

.s_common table tr + tr + tr td
{
    /* height:205px */
    padding:0 15px;
}

.faq-list
{
    width:100%;
    margin:20px 0 0;
    padding-left:4px;
}

.faq-list > ul
{
    border-top:2px solid #222
}

.faq-list > ul > li
{
    position:relative;
    font-size:18px;
    border-bottom:1px solid #e4e4e8;
    background:url(/images/pages/life/academic/lesson/down.png) no-repeat 98% 35px
}

.faq-list > ul > li.active
{
    background:url(/images/pages/life/academic/lesson/up.png) no-repeat 98% 35px
}

.faq-list > ul > li .q-icon
{
    position:absolute;
    top:17px;
    left:28px
}

.faq-list > ul > li > a
{
    display:block;
    padding:28px 28px 28px 100px;
    letter-spacing:-0.05em
}

.faq-list > ul > li > ul
{
    display:none;
    margin:-28px;
    padding:28px
}

.faq-list > ul > li:first-child > ul
{
     display:block;
}

.faq-list > ul > li > ul > li
{
    border-top:1px solid #dcdcdc;
    font-family:"Verdana","Malgun Gothic";
    font-size:16px;
    letter-spacing:-0.05em;
    line-height:26px;
    background:#fbfbfb
}

.faq-list > ul > li > ul > li .a-group
{
    position:relative;
    padding:20px 20px 20px 100px
}

.faq-list > ul > li > ul > li .a-group .a-icon
{
    position:absolute;
    top:17px;
    left:28px
}

.flow_list
{
    position:relative;
    width:18%;
    height:117px;
    border:1px solid #dcdcdc;
    float:left;
    margin-top:45px;
    border-bottom:3px solid #b5b5b5
}

.flow_list_left
{
    position:relative;
    float:left;
    width:5%;
    height:117px;
}

.flow_list ul
{
    text-align:center;
    margin-top:12px;
    font-size:16px;
    color:#666666;
}

.flow_list ul li
{
    line-height:24px;
}

.flow_list > span:nth-child(1)
{
    text-align:center;
    margin:0 auto;
    display:block;
    background:#eef1f4;
    width:56px;
    height:56px;
    border-radius:150px;
    padding-top:16px;
    overflow:hidden;
    margin-top:-28px;
    color:#333;
    font-size:24px;
    font-family:'NanumSB'
}

.flow_list.active
{
    border-bottom:3px solid #034ea2;
}

.flow_list.active > span:nth-child(1)
{
    color:#034ea2;
}

.flow_list_left
{
    position:relative;
    float:left;
    width:6%;
    height:117px;
    text-align:center;
    padding-top:85px;
    font-size:30px;
}

.flow_list_long
{
    width:28%;
}

.flow_list_long ul li span
{
    vertical-align:3px;
}

.b_ability
{
    position:relative;
    width:100%;
    margin-top:125px;
}

.b_ability_cont
{
    position:absolute;
    top:6px;
    left:7px;
    width:98.8%;
    height:96.5%;
    background:#fff;
    padding:45px 47px;
}

.b_ability_cont span
{
    text-align:center;
    margin:0 auto;
    display:block;
    font-size:26px;
    font-family:'NanumSB';
    position:relative;
}

.b_ability_cont span:before
{
    content:'';
    position:absolute;
    top:-12px;
    left:50%;
    transform:translateX(-50%);
    width:20px;
    height:1px;
    background:#000
}

.loans h4
{
    font-size:28px;
    font-family:'NanumSB';
    color:#034ea2;
    margin-top:125px;
    margin-bottom:40px;
    display:block
}

.loans > span
{
    position:relative;
    margin-left:20px;
    display:inline-block;
    font-size: 21px;
    font-family: 'NanumSB';
    letter-spacing: -0.07em;
    margin-bottom:30px;
    display:block;
}

.loans > span:before
{
    content:'';
    position:absolute;
    top:-12px;
    left:0;
    width:20px;
    height:1px;
    background:#000;
}

.loans_ul
{
    position:relative;
    width:100%;
    padding:20px 0;
    overflow:hidden;
    background:#fbfbfb;
    margin-bottom:150px;
}

.loans_ul li
{
    margin-left:30px;
    line-height:38px;
    font-size:16px;
    color:#666;
}

.loans_list
{
    position:relative;
    width:28.7%;
    height:132px;
    border:1px solid #d6dee7;
    float:left;
    border-top:3px solid #034ea2;
}

.loans_list span
{
    text-align:center;
    display:block;
    margin:0 auto;
    width:100%;
    padding:13px 0;
    background:#f6fafe;
    font-family:'NanumSB';
    font-size:19px;
    color:#034ea2;
    border-bottom:1px solid #d6dee7;
}

.loans_list ul
{
    text-align:center;
    margin-top:13px;
    font-size:16px;
    color:#666666;
}

.loans_list ul li
{
    line-height:24px;
    font-family:'malgun gothic';
}

.loans > div:nth-child(4)
{
    margin-left:20px;
}

.loans_list_left
{
    position:relative;
    float:left;
    width:6%;
    height:132px;
    text-align:center;
    padding-top:47px;
    font-size:30px;
}

.loans_left, .loans_right
{
    position:relative;
    width:50%;
    height:620px;
    overflow:hidden;
    background:#fbfbfb
}

.loans_left > div:nth-child(1), .loans_right > div:nth-child(1)
{
    height:50%;
}

.loans_left > div:nth-child(1)
{
    background:#dedede;
}

.loans_right > div:nth-child(1)
{
    background:#d6d6d6;
}

.loans_left
{
    float:left;
}

.loans_right
{
    float:right;
}

.loans_left div + div, .loans_right div + div
{
    padding:32px 43px 0 20px;
    font-size:16px;
    color:#666;
    line-height:24px;
}

.loans_left div + div p
{
    margin-left:29px;
    margin-bottom:27px;
    font-family:'Verdana', Malgun Gothic;
}

.loans_left div + div img, .loans_right div + div img
{
    float:left;
    vertical-align:middle;
    margin-top:3px;
}

.loans_right div + div span
{
    margin-left:11px;
    font-weight:bold;
    color:#000
}

.lons_sec_span
{
    margin-left:31px !important;
}

.loans_right ul
{
    margin:8px 0 15px 44px;
}

.loans_right ul li
{
    color:#666666;
    line-height:29px;
    font-family:'Verdana', Malgun Gothic;
}

.loans_right p
{
    display:inline-block;
    font-family:'Verdana', Malgun Gothic;
}

.lons_overflow
{
    margin-bottom:8px;
}

.loans_wrap
{
    overflow:hidden;
    margin-bottom:60px;
}

.loans_menu
{
    position:relative;
    /* width:100%; */
    padding:43px 0;
    overflow:hidden;
    margin-left:0px !important
}

.loans_menu > img:nth-child(1)
{
    width:100%;
}

.loans_menu > span:nth-child(2)
{
    position:absolute;
    top:37px;
    left:50%;
    transform:translateX(-50%);
    font-size:21px;
    color:#034ea2;
    font-family:'NanumSB'
}

.loans_menu ul
{
    position:absolute;
    top:65px;
    left:35px;
}

.loans_menu ul li
{
    float:left;
    /* width:25%; */
    margin:16px 0;
    font-size:16px;
    color:#666;
}

.loans_menu ul li span
{
    margin-left:13px
}

.loans_title
{
    margin-left:0px !important
}

.add_loans
{
    margin-top:166px;
    margin-left:40px;
    position:relative;
    border-bottom:2px solid #f1f1f1;
    padding-bottom:120px;
}

.add_loans >  span
{
    font-size:21px;
    font-family:'NanumSB';
    letter-spacing:-0.05em;
}

.add_loans_list
{
    position:relative;
    width:100%;
    padding:25px 20px;
    overflow:visible !important;
    border-top:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
    /* margin-left:10px; */
    margin:20px 0 20px 10px;
}

.add_loans_list:before
{
    content:'';
    position:absolute;
    top:-1px;
    left:0;
    width:127px;
    height:1px;
    background:#034ea2
}

.add_loans_list img + span + span
{
    display:block;
    margin-left:27px;
    margin-top:15px;
    color:#034ea2
}

.add_loans_list img
{
    vertical-align:-2px
}

.add_loans_list span
{
    margin-left:7px;
}

.add_s_ol span
{
    margin-top:12px;
    display:inline-block;
    color:#666;
    font-family:'Verdana', Malgun Gothic;
    line-height:20px
}

.add_s_ol span + span
{
    display:block
}

.add_loans_border
{
    position:relative;
    width:100%;
    padding:25px 35px;
    background:#fbfcfd;
    border:6px solid #eef1f4;
    margin-top:20px;
}

.add_loans_border ol li + li
{
    margin-top:20px;
}

.add_loans_border ol > li > span
{
    position:relative;
    font-family:'NanumSB';
}

.add_loans_border ol > li > span:after
{
    content:'';
    position:absolute;
    top:40%;
    left:-9px;
    width:3px;
    height:3px;
    background:#000000;
}

.add_loans_border ol li + li:nth-child(2) span
{
    color:#666
}

.add_loans_border ol li + li:nth-child(2) span strong
{
    color:#000
}

.add_loans_border ol li + li + li span
{
    color:#034ea2;
}

.add_loans_border a
{
    padding:4px 39px;
    color:#fff;
    border:none;
}

.add_loans_border ol li a:nth-child(2)
{
    background-color:#67727d;
    margin-left:8px;
    position:relative
}

.add_loans_border ol li a:nth-child(2):hover
{
    background-color:#034ea2;
    color:#fff;
}

.add_loans_down
{
    background:url(/images/pages/life/academic/lesson/download.png) no-repeat 72px 6px;
}


.add_loans_border a + a
{
    background:#034ea2;
    margin-left:5px
}

.add_loans_border a span
{
    margin-left:-31px;
    font-family:'NanumSB';
}

.add_loans_border a img
{
    margin-left:20px
}

.add_loans_btn
{
    text-align:center;
    margin-top:36px;
    padding-bottom:20px;
    float:right;
    margin-top:-41px;
}

.add_loans_btn a
{
    padding:12px 48px;
    color:#fff;
    border:none;
    margin:0 3px;
    margin-top:-4px;
    display:inline-block;
}

.add_loans_btn a:nth-child(1)
{
    background-color:#034ea2
}

.add_loans_btn a + a
{
    background-color:#aba000;
}

.add_go_btn1
{
    background:url(/images/pages/life/academic/lesson/go.png) no-repeat 130px center;
}

.add_go_btn2
{
    background:url(/images/pages/life/academic/lesson/go.png) no-repeat 210px center;
}

.add_loans_btn a span
{
    margin-left:-37px
}

.add_loans_btn a img
{
    margin-left:20px;
    vertical-align:-2px;
}

.add_last > span
{
    color:#666;
    position:relative;
}

.add_last > span:before
{
    content:'';
    position:absolute;
    top:40%;
    left:-9px;
    width:3px;
    height:3px;
    background:#000000;
}

.add_last a
{
    padding: 6px 32px;
    color: #fff;
    border: none;
}

.add_last a:nth-child(2)
{
    background-color:#72677d;
    margin-left:15px
}

.add_last a:nth-child(2):hover
{
    background-color:#703794
}

.add_last_view
{
    background:url(/images/pages/life/academic/lesson/view.png) no-repeat 85px 9px;
}

.add_last a + a
{
    background:#703794;
    margin-left:5px;
}

.add_last a span
{
    margin-left:-26px
}

.add_last a img
{
    margin-left:15px;
    vertical-align:0px;
}

.link_btn
{
    padding:7px 53px;
    color:#000;
    border:1px solid #000;
    margin:0 8px;
    font-family:'NanumSR';
    letter-spacing:-0.05em;
    background:url(/images/pages/life/academic/lesson/go1.png) no-repeat 88px center;
}

.link_btn.actives
{
    background:url(/images/pages/life/academic/lesson/go2.png) no-repeat 88px center;
    border:1px solid #034ea2;
    color:#034ea2
}

.link_btn2
{
    color:#034ea2;
    border:1px solid #034ea2;
}

.link_btn span
{
    margin-left:-44px
}

.link_btn img
{
    margin-left:21px;
    vertical-align:-2px
}

.h5_under
{
    margin-left:20px;
    display:inline-block;
    line-height:20px
}

.table_top
{
    display:block;
    font-size:17px;
    margin:15px
}

.table_under
{
    margin-top:10px;
    display:block;
}

.c_span_wrapper
{
    padding-bottom:10px;
}

.s_txt
{
    line-height:20px;
    display:block;
}

.overflow_h
{
    overflow:hidden;
}

.has_link
{
    color:#034ea2;
}

.add_loan_one, .add_loans_border_one
{
    margin-top:370px;
}

.add_loans_border_white ol li + li:nth-child(2) > span
{
    color:#444 !important
}

.add_loans_border_white ol li + li:nth-child(2) span + a span
{
    color:#fff !important
}

.add_loans_border_white ol.s_ol li
{
    line-height:22px !important
}

.main_color
{
    color:#034ea2 !important;
}

.add_list_two > span
{
    font-weight:bold;
    font-size:15px;
    margin-bottom:10px;
    display:block;
}

.add_list_two > span + span
{
    margin-top:30px
}

.add_list_two ul
{
    margin-left:25px;
}

.add_list_two ul li
{

    position:relative;
    line-height:32px;
}

.add_list_two ul li:before
{
    content:'';
    position:absolute;
    top:13px;
    left:-9px;
    width:3px;
    height:3px;
    background:#666666;
}

.add_list_two ul li span
{
    display:block;
    margin-left:10px;
    line-height:22px
}

.text_download
{
    background:#67727d;
    padding:3px 10px;
    border:none;
    font-family:'NanumSR';
    color:#fff;
    font-size:16px
}

.text_download:hover
{
    color:#fff;
    background:#034ea2
}

.add_loans_down {
    background: url(/images/pages/life/academic/lesson/download.png) no-repeat 65px 7px;
    background-color: #67727d;
    margin-right:221px;
    position: relative;
    /* padding: 4px 49px; */
    color: #fff;
    border: none;
	/* float:right */
}

.add_loans_down span {
    /* margin-left: -37px !important; */
    font-family: 'NanumSB';
}

.add_loans_down:hover
{
	background-color:#034ea2;
	color:#fff;
	transition:all .5s;
}

.img_center
{
    display:block;
    margin:0 auto;
    margin-top:20px
}

.line_h
{
    line-height:1.3;
    font-size:14px
}

.float_left
{
    float:left;
}

.fast_go_btn
{
    padding:3px 40px 3px 8px;
    border:1px solid #000;
    background:url(/images/pages/life/academic/service/go1.png) no-repeat 75px center;
}

.fast_go_btn span
{
    font-size:13px;
    margin-left:0px;
    color:#000
}

/* .fast_go_btn > img
{
    margin-left:24px;
    vertical-align:-1px;
} */

.fast_go_btn:hover
{
    border:1px solid #034ea2;
    background:url(/images/pages/life/academic/service/go2.png) no-repeat 75px center;
}

.fast_go_btn:hover span
{
    color:#034ea2 !important;
}

.modify_fast_go_btn
{
    display:inline-block;
    margin:40px 10px
}

.fast_go_right
{
    display:inline-block;
    margin-left:5px;
    padding:7px 40px 7px 8px;
}

.fast_go_right span
{
    color:#000 !important
}

.add_list_two_a
{
    padding:4px 2px !important
}

.h5_under_p
{
    margin:20px;
    line-height:1.5;
}

.h5_under_span
{
    margin:10px 0 15px 20px;
    display:block;
    font-size:15px;
    font-family:'NanumSR';
    color:#034ea2
}

.no_txt
{
    padding-bottom:40px
}

.homepage_list li a
{
    margin-top:-20px
}

.homepage_list li span
{
    float:left;
}

.homepage_list li::after
{
    clear:both;
    content:'';
    display:block
}

.homepage_list li a {
    border: 1px solid #000;
    padding: 5px 48px 5px 8px;
    color: #000;
    font-size: 13px;
    background: url(/images/pages/life/internet/learning/go.png) no-repeat 130px center;
    float: right;
    display: block;
    line-height: 1;
    margin-top:2px
}

.c_organ
{
    position:relative;
    width:100%;
    padding:50px 0;
    overflow:hidden
}

.c_organ span
{
    display:block;
    margin:0 auto;
    width:20%;
    background:#333366;
    padding:15px 55px;
    position:relative;
}

.c_organ span:after
{
    content:'';
    position:absolute;
    bottom:-49px;
    left:50%;
    transform:translateX(-50%);
    width:1px;
    height:49px;
    background:#ccc;
}

.c_organ span, .c_organ ul li
{
    text-align:center;
    color:#fff;
}

.c_organ ul
{
    margin-top:80px;
    position:relative;
}

.c_organ ul:after
{
    content:'';
    position:absolute;
    top:-35px;
    left:50%;
    transform:translateX(-50%);
    width:80%;
    height:1px;
    background:#ccc
}

.c_organ ul li
{
    width:20%;
    float:left;
    padding:0 20px;
    position:relative;
}

.c_organ ul li:before
{
    content:'';
    position:absolute;
    top:-35px;
    left:50%;
    transform:translateX(-50%);
    width:1px;
    height:35px;
    background:#ccc
}

.c_organ ul li div
{
    background:#666699;
    padding:15px 20px
}

.c_organ ul li div span
{
}

.goal .left_menu_btn
{
	display:none
}

.goal .left_menu_btn span
{
	display:block;
	width:22px;
	height:4px;
	border-top:2px solid #fff;
	font-size:0px;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	transform-origin:0 0;
	transition:all .3s;
}

.goal .left_menu_btn span:first-child
{
	top:38%;
}

.goal .left_menu_btn span:nth-child(2)
{
	top:53%;
}

.goal .left_menu_btn span:last-child
{
	top:68%;
}

/* .goal .left_menu_btn.active span:first-child{
	top:50%;
	transform:rotate(45deg) translate(-50%, -50%);
}

.goal .left_menu_btn.active span:nth-child(2) {
	opacity:0;
}

.goal .left_menu_btn.active span:last-child {
	top:50%;
	transform: rotate(-45deg) translate(-50%, -50%);
} */

.goal .left_menu .close_btn
{
	display:none;
}

.goal .left_menu .close_btn span
{
	font-size:0px;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:20px;
	height:2px;
	background-color:#000;
	transform-origin:0 0;
}

.goal .left_menu .close_btn span:first-child
{
	transform:rotate(45deg) translate(-50%, -50%);
}

.goal .left_menu .close_btn span:last-child {
	transform: rotate(-45deg) translate(-50%, -50%);
}

.th_bottom
{
    border-bottom:1px solid #dcdcdc
}

.th_top
{
    border-top:1px solid #000 !important
}

.th_long
{
    padding:20px 15px !important
}

.table_left
{
    text-align:left;
    padding:0 15px
}



/* b_special */
.b_special {
    position:relative;
    width:calc(100% - 14px);
    padding:7px;
    overflow:hidden;
    margin-top:30px;
    background:url(/images/pages/life/welfare/scholarship/rain_bg.png) no-repeat center center;
    background-size:cover;
    margin-left:14px
}

.b_special_white
{
    background:#fff;
    padding-bottom:35px;
	padding-top:13px
}

.b_special .b_special_white > span:nth-child(1) {
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 26px;
    font-family: 'NanumSB';
    position: relative;
    padding-top:50px
}

.b_special .b_special_white > span:nth-child(1):before {
    content: '';
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 1px;
    background: #000
}

.b_special_cont
{
	margin: -12px 37px 0 37px;
}

.b_special_sub_title
{
	font-weight:bold;
    font-size:17px;
    /* margin-bottom:10px; */
    display:block;
	margin-top:35px;
    color:#444
}

.b_special_sub_title:nth-child(4)
{
	margin-top:15px;
}

.b_special_cont ol
{
	position:relative;
	padding:10px 20px 0;
}

.b_special_cont ol li
{
	position:relative;
	line-height:24px;
	color:#666;
	font-size:16px;
	margin-top:8px
}

.b_special ol li:before {
    content:'';
    position:absolute;
    top:9px;
    left:-9px;
    width:3px;
    height:3px;
    background:#666666;
}

/* 0514 */
.b_special_h6_under
{
	margin-left:40px;
	width:calc(100% - 40px);
}

/* b_special */


/* 0516 - img - tab */
.common_images
{
	display:none
}

.common_images.active
{
	display:block
}

/* Media */
@media screen and (max-width:1200px) {
	.goal_menu:after
	{
		content:'';
		position:absolute;
		bottom:-480px;
		left:0;
		width:100%;
		height:480px;
		background:#fff;

	}
	.goal_menu_list
	{
		background:#fff
	}
	.goal .left_menu .close_btn
	{
		position: absolute;
		top:5px;
		right:5px;
		display:block;
		width:40px;
		height:40px;
		z-index: 1;
	}
	.goal .left_menu_btn
	{
		position: fixed;
		right:30px;
		bottom:90px;
		width:50px;
		height:50px;
		border-radius:100%;
		background-color:#034ea2;
		z-index:9;
		display:block
	}
	.left_menu
	{
		position: fixed !important;
		top:0px !important;
		left:0;
		transform:translateX(-100%);
		transition:all .3s;
		z-index:11;
		width: 100%;
		border:none;
	}

	.left_menu.active
	{
		transform:translateX(0);
	}

	.left_menu.active:before
	{
		content:'';
		position: absolute;
		top:-90px;
		left:0;
		width:100vw;
		height:90px;
		background-color:rgba(0, 0, 0, 0.5);
	}

	.goal_menu_list h4 + ul
	{
		height:calc(100vh - 282px);
		overflow-y:scroll;
	}

	.goal_content
	{
		width:100%;
		float:none;
	}
}

@media(max-width:890px)
{
	.add_loans_down
	{
		top:85px;
		left:0;
	}

	.btn_next_li
	{
		margin-top:67px !important
	}
}

@media(max-width:800px)
{
	.add_loans_down
	{
		display:none
	}
}

@media screen and (max-width:768px) {
	.xs-txt
    {
        display:block;
        margin-left:15px;
        margin-bottom:0px;
        margin-top:13px;
    }
	.table_wrapper
    {
        overflow-x: scroll;
        margin:0;
    }

    .table_wrapper table
    {
        border-left:1px solid #dcdcdc;
    }
	.goal_visual {
		height:215px;
	}

	.goal_visual .visual_text h4 {
		font-size:30px;
	}

	.goal_visual img
	{
		height:100%;
		width:auto;
		left:50%;
		transform:translateX(-50%);
	}

    .goal_add1 h5, .goal_add2 h5
    {
        font-size:21px
    }

	.goal_text {
		padding:15px;
	}

	.goal_button button {
		height:100px;
		line-height:100px;
		font-size:25px;
	}

	.goal_menu_list h4 {
		font-size:20px;
		margin-bottom:15px;
		padding-bottom:15px;
		margin-top:40px;
	}

	.goal_menu_list .icon {
		width:130px;
		height:130px;
	}

	.goal_menu_list .icon img {
		/* width:70px; */
	}

	.goal_menu_list {
		padding:45px 20px 20px;
		background:#fff
	}

	.goal_menu_list li {
		margin-bottom:3px;
		font-size:14px;
	}

	.goal_menu li {
		font-size:14px;
		padding:12px;
	}

	.s_common_img img
	{
		width:100%
	}

	.dep_right_way ul li p
	{
		margin-right:0;
		width:380px
	}

	.goal_menu_list h4+ul {
		height: calc(100vh - 252px);
	}

	.goal .left_menu_btn {
		right: 10px;
		bottom: 70px;
	}
}

@media screen and (max-width:480px) {
    .goal_add1, .goal_add2
    {
        margin:25px 0 10px
    }
    .goal_add2 ul li span
    {
        display:inline
    }
    .goal_add2 ul
    {
        margin:15px 0
    }
    .goal_add2 ul li span:nth-child(2)
    {
        margin-left:0
    }
    .dep_right_way
    {
        height:auto;
        padding-bottom:5px;
        margin-top:10px
    }
    .dep_right_btn
    {
        margin:35px 0 24px
    }
    .goal_menu_list h4
    {
        font-size:24px
    }
    .goal_menu_list li
    {
        font-size:16px
    }
    .goal_visual .visual_text
    {
        padding:0 30px
    }



	.goal_visual .visual_text h4 {
		font-size:24px;
		margin-bottom:10px;
        line-height:30px
	}

	.goal_visual .visual_text p {
		font-size:14px;
	}

	.goal_visual {
		height:170px;
	}
}
