@charset"utf-8"; 

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subTop{z-index:666}
.sub-visual{position:relative;width:100%;height:390px;text-align:center;background:url("/images/kor04r-19-0423/sub/sub_visual_1.jpg") no-repeat center center/cover}
.sub-visual > div{position:absolute;top:160px;bottom:0;left:0;right:0;margin:auto;height:80px}
.sub-visual h2{margin-bottom:15px;letter-spacing:-1px;line-height:1;font-weight:400;font-size:48px;color:#fff}
.sub-visual p{font-size:18px;color:#fff; font-weight:300; letter-spacing: 1px;}
.sub-tab {width:100%}
.sub-tab.fixed{z-index:666;position:fixed;top:0;left:0;width:100%;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,0.10);opacity:0.92}
.sub-tab > ul{margin:0 auto;height:60px;text-align:center;line-height:0;font-size:0;border-bottom:1px solid #ddd;}
.sub-tab.fixed ul{margin:0 auto;width:100%}
.sub-tab li{position:relative;display:inline-block;width:300px;height:60px}
.sub-tab li a{display:inline-block;width:100%;height:60px;text-align:center;line-height:58px;font-weight:400;font-size:20px;color:#e35677; border:1px solid #ddd; border-top:none; border-left:none;}
.sub-tab li:first-child a {border-left:1px solid #ddd} 
.sub-tab li.active a{ color:#fff; background:#e35677; border-color:#e35677;}
.sub-tab li br {display:none;}
.sub-tab.fixed a{ border-bottom:0;border-top:0;}

/* iE 낮은 버전을 위해 */
.common-nav{margin-bottom:60px;padding-bottom:30px;border-bottom:1px solid #e1e1e1}

/*회원 및 약관에 사용되는 추가 값*/
@media only screen and (max-width:980px){
	.sub-visual {height:300px;}
    .sub-visual > div{top:65px}
    .sub-tab > ul{width:calc(100% - 40px);border:none}
    .sub-tab .col-1 li{width:100%}
    .sub-tab .col-2 li{width:50%}
    .sub-tab .col-3 li{width:33.33%}
	.sub-visual h2 { font-size: 38px;}
}

@media only screen and (max-width:768px){
    .sub-visual{height:220px}
    .sub-visual > div{height:50px}
    .sub-visual h2{margin-bottom:10px;font-size:25px}
    .sub-visual p{font-size:15px}
    .sub-tab > ul{width:calc(100% - 0px);height:50px}
    .sub-tab li{height:50px}
    .sub-tab li a{height:50px;line-height:48px;font-size:16px}
    .common-nav h3{display:none}
}

@media only screen and (max-width:600px){
	.sub-tab li br {display:block;}
	.sub-tab.col4 {margin-bottom:50px;}
}

@media only screen and (max-width:480px){	
    .sub-tab{min-width:320px}
    .sub-tab li a{font-size:14px;}
	.sub-tab li a.line2 {line-height:16px;padding-top: 6px;}
}

/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContents{padding:100px 0;width:100%}
.sub-contents{position:relative;display:inline-block;width:100%}
.sub-contents p{white-space:pre-line;word-break:break-all}
.sub-contents p.tip {margin-top:10px;}
.sub-contents p:last-child{margin-bottom:0}
.sub-contents .big-txt{margin-bottom:40px;font-weight:300;line-height:1.3;font-size:30px;color:#333}
.sub-contents .big-txt strong{font-weight:600;color:#0b2d85}

.cont_title {font-size: 38px; color: #333; font-weight: 500; text-align: center; margin-bottom: 60px;}
.cont_title:before {content:''; display:block; width:40px; height:3px; background:#e35677; margin:0 auto; margin-bottom:20px;}
.cont_stitle { font-size: 25px; color: #333; font-weight: 500; margin: 80px 0px 30px 0px;}
.cont_stitle:before {content:''; display:inline-block; width:3px; height:22px; background:#e35677; margin-right:10px; vertical-align: bottom;}

@media only screen and (min-width:1201px){
    #subContents{margin:0 auto;width:1200px}
}

@media only screen and (max-width:1200px){
    #subContents{padding:100px 20px}
}

@media only screen and (max-width:980px){
	#subContents{padding:60px 20px}
	.cont_title { font-size:28px; margin-bottom: 50px;}
	.cont_title:before { width: 25px; margin-bottom: 15px;}
}

@media only screen and (max-width:768px){
    #subContents{padding:50px 10px}
	.sub-contents p{margin-bottom:10px;font-size:14px;white-space:normal;word-break:break-word}
    .sub-contents .big-txt{margin-bottom:20px;font-size:25px;word-break:keep-all}
	.cont_title { font-size:22px;}
}

/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 일반게시판 List */
.whois-board-list{display:inline-block;padding:0;font-size:13px}
.whois-board-list .whois-board-row{width:100%;margin:0;padding:15px 0px 10px 0px;float:left;border-bottom:1px solid #eee;color:#000000}
.whois-board-list .whois-board-row:first-child{border-top:1px solid #e35677}

/* Line 색상 */
.whois-board-list .whois-board-row .whois-board-row-subject{margin:0 0 5px;padding:0;font-size:18px;font-weight:600}
.whois-board-list .whois-board-row .whois-board-row-info{color:#acacac;line-height:30px}
.whois-board-list .whois-board-row .whois-board-row-info .whois-board-row-author{max-width:33vw;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}

/* 일반게시판 view */
.whois-board-view{display:inline-block;border-top:1px solid #e35677;}

/* Line 색상 */
.whois-board-view .whois-board-view-row{width:100%;margin:0;padding:10px 0;float:left;border-bottom:1px solid #eee}
.whois-board-view .whois-board-view-row .whois-board-view-subject{width:100%;margin:0 0 15px;padding:0;float:left;font-size:18px;font-weight:600}
.whois-board-view .whois-board-view-row .whois-board-view-author{width:100%;margin:0 0 5px;padding:0;float:left;font-size:13px;font-weight:600}
.whois-board-view .whois-board-view-row .whois-board-view-info{width:100%;margin:0;padding:0 0 10px;float:left;color:#acacac}
.whois-board-view .whois-board-view-row .whois-board-view-content{width:100%;margin:0;padding:10px 0;float:left;font-size:12px}
.whois-board-view .whois-board-view-files{width:100%;margin:0;padding:0;float:left}
.whois-board-view .whois-board-view-files .whois-board-view-file{width:100%;margin:0;padding:5px 0;float:left;font-size:12px}
.whois-board-view .whois-board-view-files .whois-board-view-file .whois-board-view-file-count{font-size:11px;color:#c4c4c4}

/* 게시판 버튼 */
.btn-search,
.btn-sub,
.whois-button-submit{color:#fff;background-color:#555;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out}
.btn-search:focus,
.btn-search:hover,
.btn-sub:focus,
.btn-sub:hover,
.whois-button-submit:focus,
.whois-button-submit:hover{color:#fff;background-color:#333;}

/* 게시판 공통 */
.sub-box{margin-right:5px;background-color:#6A6A82;border:0;color:#ffffff;display:inline-block;font-family:"Nanum Gothic",sans-serif}
.sub-box.sm{font-size:12px;padding:2px 5px}
.sub-box.m{font-size:14px;padding:4px 8px}
.sub-box.lg{font-size:16px;padding:6px 12px}
.sub-border{border:1px solid #6A6A82}
.sub-border-t{border-top:1px solid #6A6A82}
.sub-border-r{border-right:1px solid #6A6A82}
.sub-border-b{border-bottom:1px solid #6A6A82}
.sub-border-l{border-left:1px solid #6A6A82}
.sub-bg{background-color:#6A6A82}
.sub-bg-hover:hover{background-color:#59598a}

/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.material-form{margin:0 auto;background:#fff}
.material-form .header{padding:50px 10px;background:#6498fe;font-size:16px;color:#fff}
.material-form .header h3{font-size:30px}
.material-form .header p,
.material-form .header span{margin-top:15px;font-size:16px;color:#fff}
.material-form .sub-header h4{font-weight:500;height:40px;line-height:40px;font-size:18px; color:#333;}
.material-form .sub-content .form-group:last-child{margin:0}
.material-form .input-group{position:relative;border:0}
.material-form .input-group .input-group-addon{padding-right:6px;padding-left:6px;background:#fff;border:0}
.material-form .form-control,
input[type='text'].whois,
input[type='password'].whois,
select.whois{border:1px solid #ccc;transition:0.3s all ease}

@media only screen and (max-width:480px){
.material-form .sub-header h4 {font-size:16px;}
}

/*.material-form .btn:first-child,*/
.material-form .input-group .form-control.first,
.material-form .input-group .form-control:first-child,
.material-form .input-group .th + .form-control,
.th + input[type='text'].whois,
.th + input[type='password'].whois,
.th + select.whois{border-bottom-left-radius:4px;border-top-left-radius:4px}

/*.material-form .btn:last-child,*/
.material-form .input-group .form-control.last,
.material-form .input-group .form-control:last-child,
.material-form .input-group .input-group-btn:last-child,
.material-form .input-group .input-group-btn:last-child .btn,
.material-form .input-group .input-group-btn:last-child button{border-bottom-right-radius:4px;border-top-right-radius:4px}
.material-form .form-group{margin-bottom:15px;overflow:visible}
.material-form .form-group.success .form-control{color:#5cb85c}
.material-form .form-group.failed .form-control{color:#d9534f}
.material-form .form-control[readonly]{background:#fff}
.material-form .btn{height:38px}
#btn_user_join { font-size: 16px;}
.material-form .btn-default{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out}
.material-form .input-group input,
.material-form .input-group select,
input[type='text'].whois,
input[type='password'].whois,
select.whois{z-index:10}
.input-group label.th{z-index:9;display:none;position:absolute;top:50%;left:10px;margin-top:-10px;height:20px;color:#ccc}
.input-group label.th.ie9{z-index:11;display:block}
.material-form .desc{padding:10px 0}
.chkbox{display:inline-block;margin:0;padding:0}
.chk-block,
.chk-block span{display:block;text-align:center;width:100%}
.chkbox input[type='radio'],
.chkbox input[type='checkbox']{display:none}
.chkbox input[type='radio']~.rbtn{padding:6px 12px;line-height:27px;border:1px solid #ccc;border-radius:3px;cursor:pointer}
.chkbox input[type='radio']:checked~.rbtn{background:#ccc;color:#fff}
.chkbox input[type='radio']~.box,
.chkbox input[type='checkbox']~.box{display:block;color:#bbb;cursor:pointer;transition:0.5s all ease}
.chkbox input[type='radio']~.box:before,
.chkbox input[type='checkbox']~.box:before{display:inline-block;margin-right:5px;padding:2px;font-family:'Glyphicons Halflings';font-size:18px;font-weight:normal;line-height:1;text-align:center;transition:0.4s all ease;vertical-align:middle;color:#cfcfcf}
.chkbox input[type='radio']~.box:before{content:"\e165"}
.chkbox input[type='checkbox']~.box:before{content:"\e013"}
.chkbox input[type='radio']:checked~.box,
.chkbox input[type='checkbox']:checked~.box{color:#666}
.chkbox input[type='radio']:checked~.box:before,
.chkbox input[type='checkbox']:checked~.box:before{color:#666}

/* 신청폼 등 기타 레이아웃 (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.content-wrap{overflow:hidden;position:relative;display:inline-block;width:100%}


/* 대출상품
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub1_1_top {margin:35px auto; text-align: center;}
.sub1_1_top h3 { font-size: 28px; color: #333; font-weight: 400; text-align: center; margin-bottom: 50px;}
.sub1_1_top h3:before {content:''; display: inline-block; width:15px; height:12px;  background:url('/images/kor04r-19-0423/sub/s_quotes01.png') no-repeat center center;
	vertical-align: top; margin-right: 10px;}
.sub1_1_top h3:after {content:''; display: inline-block; width:15px; height:12px; background:url('/images/kor04r-19-0423/sub/s_quotes02.png') no-repeat center center;
	vertical-align: top; margin-left: 10px;}
.sub1_1_top h3 > span { color: #e35677; font-weight: bold;}

.loan_list {display:inline-block;}
.loan_list > li { float: left; width: 190px;  height: 190px; border-radius: 50%; text-align: center; background:url('/images/kor04r-19-0423/sub/loan_circle01.png') no-repeat center center/contain; }
.loan_list > li > div {display: inline-block; width: 170px; height: 170px; background: #fdf8c0; border-radius: 50%; margin-top: 10px; padding-top: 45px;}
.loan_list > li > div p { font-size: 15px; color: #e35677; font-weight: 300; padding-top: 10px;}
.loan_list > li > div h2 { font-size: 25px; color: #e35677; font-weight: 700; padding-top: 10px;}

.loan_tb {width: 100%; border-top:1px solid #e35677; }
.loan_tb tr {border-bottom: 1px solid #e1e1e1;}
.loan_tb tr:last-child {border-bottom:1px solid #e35677;}
.loan_tb tr th { background: rgba(227,86,119,0.06); font-size: 18px; color: #333; text-align:center; padding: 5px 10px;}
.loan_tb tr td { padding: 15px 30px; font-size: 16px; line-height: 27px; color: #555;}
.sub1_1_list li { font-size: 16px; line-height: 24px; margin-bottom: 15px; padding-left: 13px; position:relative;}
.sub1_1_list li:before {content:''; display:inline-block; width:4px; height:4px; background:#e35677; border-radius:50%; position:absolute; top:11px; left:0;}
.sub1_1_list li > span { color: #333; font-weight: 500;}


@media only screen and (max-width:1200px){
	.sub1_1_top .sub1_1_topL {width: 42%;}
	.sub1_1_top .sub1_1_topR { margin-top: 15px; width:57%;}
	.sub1_1_top .sub1_1_topR h3 { font-size: 25px;}
	.loan_list > li { width: 180px;  height: 180px;}
	.loan_list > li > div { width: 160px; height: 160px; }
	.loan_list > li > div h2 { font-size: 22px;}
}

@media only screen and (max-width:980px){
	.sub1_1_top .sub1_1_topL {float: none; width:100%;}
	.sub1_1_top .sub1_1_topL > img {width:100%;}
	.sub1_1_top .sub1_1_topR {float: none; width:100%; margin-top: 50px;}
}

@media only screen and (max-width:768px){
	.sub1_1_top .sub1_1_topR h3 { font-size: 22px; line-height: 30px; margin-bottom: 30px;}
	.loan_tb tr th { font-size: 16px; width: 25%;}
	.loan_tb tr td {}	
}

@media only screen and (max-width:600px){
	.loan_list > li {width:100%; height:auto; margin-bottom: 20px;}
	.loan_list > li > div {width:230px; height:230px; padding-top: 50px;}
	.loan_list > li > div h2 { font-size: 28px;  padding-top: 20px;}	
}

/* 신청절차
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub-contents.sub2_1 {text-align:center; }
.apply_list {display:inline-block; position: relative;}
.apply_list:after {content:''; display:block; clear:both; width:calc(100% - 240px); height:1px; background:#ccc; position: absolute; top: 245px; z-index: -1; left: 10.5%;}
.apply_list > li { float: left; width: 245px; text-align: center; margin-right:60px;}
.apply_list > li:last-child {margin-right:0px;}
.apply_list > li p {font-size: 15px; color: #e35677; margin-bottom: 18px;}
.apply_list > li p:before {content:''; display:block; width:10px; height:10px; background:#e35677; border-radius:50%; margin: 0 auto; margin-bottom: 30px;}
.apply_list > li h2 {font-size: 22px; color: #333; font-weight: 500; line-height:1.2; margin-bottom: 13px;}
.apply_list > li h4 { font-size: 16px; color: #555; line-height: 22px;}
.apply_list > li > div:after {content:''; display:block; width:1px; height:45px; background:#ccc; margin: 0 auto;}
.loan_btn {margin-top: 80px;}
.loan_btn > a { display: inline-block; width: 320px; height: 70px; line-height: 70px; font-size: 28px; background: #e35677; color: #fff; border-radius: 5px;}
.loan_btn > a:hover { background: #c34966;}

@media only screen and (max-width:1200px){
	.apply_list > li { width:calc(100%/4 - 60px);}
	.apply_list:after { top: 228px; left: 9.5%;}
}

@media only screen and (max-width:980px){
	.apply_list:after {display:none;}
	.apply_list > li p { margin-top: 30px;}
	.apply_list > li p:before {display:none;}
	.apply_list > li > div:after {display:none;}
	.apply_list > li h2 {font-size: 20px;}
}

@media only screen and (max-width:768px){
	.apply_list > li { width: calc(100%/2 - 10px); margin-right: 20px; margin-bottom:30px;}
	.apply_list > li:nth-child(2) {margin-right: 0px;}
	.apply_list > li:nth-child(3) {margin-bottom:0px;}
	.apply_list > li:nth-child(4) {margin-bottom:0px; margin-right: 0px;} 
	.loan_btn { margin-top: 60px;}
	.loan_btn > a {font-size: 20px; width: 280px; height: 60px; line-height: 60px;}
}

@media only screen and (max-width:480px){
	.apply_list > li h2 {font-size:18px; }
	.apply_list > li h4 { min-height: 45px;}
}

/* 인사말
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub5_1_content { width: 100%; margin-bottom: 50px;}
.sub5_1_content .cont_txt { font-size: 16px; color: #555;}
.sub5_1_content p {white-space: normal; line-height:24px;}

.sub5_1_content .cont_list {padding: 30px 30px 0 30px;}
.sub5_1_content .cont_list:after { content:'';display:block;clear:both;}

.sub5_1_content .list01 { background: #fafafa;}
.sub5_1_content .list01 .top_inner {float:left; margin:30px 0 0 20px}
.sub5_1_content .list02 { background: #f0f0f0;}
.sub5_1_content .list02 .top_inner {float:left; margin-top:100px; margin-left:90px; }

.list01 h1 { font-family:'Nanum Pen Script', cursive; font-size: 40px;  color: #e35677; letter-spacing:-1px; margin-bottom: 15px;}
.list01 p {color:#555;}
.list01 p > span {font-size:38px; font-weight:700;}
.list01 img {display:inline-block; float:right; margin-top:80px;}
.list01 .cont_txt {margin-top:20px;}

.list02 h1 { font-size: 24px; font-weight: 500; color: #555; margin-bottom:15px;}
.list02 img {float:left; margin:20px 0 40px 70px;} 
.list02 .cont_txt li {padding-top:10px;}


@media only screen and (max-width:1200px){	
}

@media only screen and (max-width:980px){	
}

@media only screen and (max-width:768px){
	.sub5_1_content .list01 .top_inner {float:none; margin:30px auto 20px; text-align:center;}
	.sub5_1_content .list02 .top_inner {float:none; margin:30px auto;}
	.sub5_1_content .list01 .cont_txt,.sub5_1_content .list02 .cont_txt {font-size:16px;}
	.sub5_1_content .list02 {padding-bottom:30px; text-align: center;}
	.list01 img {float:none; margin-top:0;}
	.list02 img {float:none; margin:0; padding-top:10px;margin-bottom:5px;} 
}
@media only screen and (max-width:600px){
	.list01 h1 { font-size: 32px;}			
	.list01 p > span {font-size:30px;}
	.sub5_1_content .list01 .cont_txt,.sub5_1_content .list02 .cont_txt {font-size:14px;}
	.list02 h1 { font-size: 18px;}
}
@media only screen and (max-width:480px){		
	.sub5_1_content .list01 .cont_txt br {display:none;}
	.sub5_1_content .list01 .cont_txt b {display:block;}	
}

/* 수업료안내
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.school_fees {width: 100%; border-top:1px solid #e35677; }
.school_fees tr {border-bottom: 1px solid #e1e1e1;}
.school_fees tr:last-child {border-bottom:1px solid #e35677;}
.school_fees tr th { background: rgba(227,86,119,0.06); font-size: 18px; color: #333; text-align:center; padding: 5px 10px;}
.school_fees tr td { padding: 15px 30px; font-size: 16px; line-height: 27px; color: #555; text-align:center; }
.school_fees thead tr th {padding:15px 30px; height:65px;}


@media only screen and (max-width:768px){	
	.school_fees tr th, .school_fees tr td {font-size:16px;}
}

@media only screen and (max-width:600px){
	.school_fees tr th, .school_fees tr td {font-size:14px;}
	.school_fees thead tr th {height:35px;}
}


/* 자기주도학습센터
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub-contents.sub1_3 img {text-align:center; }
.self_study {width: 100%; border-top:1px solid #e35677; margin-top:25px;}
.self_study tr {border-bottom: 1px solid #e1e1e1;}
.self_study tr:last-child {border-bottom:1px solid #e35677;}
.self_study tr th { background: rgba(227,86,119,0.06); font-size: 18px; color: #333; font-weight: 500; text-align:center; padding: 5px 20px;}
.self_study tr td { padding: 15px 30px; font-size: 16px; line-height: 27px; color: #555; }

@media only screen and (max-width:768px){	
	.self_study tr th, .self_study tr td {font-size:16px;}
}

@media only screen and (max-width:600px){
	.self_study tr th, .self_study tr td {font-size:14px;}		
}
@media only screen and (max-width:480px){
	.self_study tr th { width:20%; padding: 5px;}
	.self_study tr td { padding: 15px; line-height: 20px; }	
}

/* 회화코스
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub1_2_top {margin:35px auto; text-align: center;}
.sub1_2_top h3 { font-size: 28px; color: #333; font-weight: 400; text-align: center; margin-bottom: 50px;}
.sub1_2_top h3:before {content:''; display: inline-block; width:15px; height:12px;  background:url('/images/kor04r-19-0423/sub/s_quotes01.png') no-repeat center center;
	vertical-align: top; margin-right: 10px;}
.sub1_2_top h3:after {content:''; display: inline-block; width:15px; height:12px; background:url('/images/kor04r-19-0423/sub/s_quotes02.png') no-repeat center center;
	vertical-align: top; margin-left: 10px;}
.sub1_2_top h3 > span { color: #e35677; font-weight: bold;}

.conversation .cont_stitle {margin:0;}
.conversation .conver_list {border:1px solid #f7f0f1; margin-top:50px;}
.conver_list .list_top:after {content:''; display: block; clear:both;}
.conver_list .list_top {padding:40px 60px; background:#f7f0f1;}
.conver_list .list_top div {float:left; margin-left:55px;}
.conver_list .list_top img {display:inline-block; float:left;}
.conver_list .list_top p {white-space:normal; line-height:24px; margin-top: 20px; color:#555;}

.conver_list .list_cont {padding: 40px 60px;}
.conver_list .list_cont li {padding-bottom:40px;}
.conver_list .list_cont li:last-child {padding-bottom:0;}
.conver_list .list_cont dl {position:relative;}
.conver_list .list_cont dl:before {content:''; display:inline-block; width:80px; height:4px; background-color:#ffb6c8; position:absolute; top:20px; left:0;}
.conver_list .list_cont dt { font-size:22px; font-weight:500; color: #333; position:relative; z-index:1;}
.conver_list .list_cont dt > span {font-size:14px; color:#e35677; font-weight:300;}
.conver_list .list_cont dd {position:relative; padding-left:10px; font-size:16px; margin-top:20px;}
.conver_list .list_cont dd:before {content:''; display:inline-block; width:4px; height:4px; background:#e35677; border-radius:50%; position:absolute; top:35%; left:0;}

.conver_list.eng .list_cont li:nth-child(2) dl:before,.conver_list .list_cont li:nth-child(3) dl:before {width:105px;}
.conver_list.eng .list_cont li:nth-child(4) dl:before {width:175px;}
.conver_list.chn .list_cont li:nth-child(1) dl:before {width:195px;}
.conver_list.chn .list_cont li:nth-child(2) dl:before {width:128px;}
.conver_list.jap .list_cont li:nth-child(3) dl:before {width:180px;}
.conver_list.jap .list_cont li:nth-child(5) dl:before {width:195px;}

@media only screen and (max-width:768px){	
	.sub1_2_top h3 { font-size: 25px;}
	.conver_list .list_top,.conver_list .list_cont {padding:20px 30px;}	
	.conver_list .list_top div {float:left; margin-left:15px;}
	.conver_list .list_cont dd {font-size:14px; margin-top: 15px;}		
}
@media only screen and (max-width:600px){
	.sub1_2_top h3 { font-size:23px; line-height:30px; margin-bottom:30px;}
	.conver_list .list_top,.conver_list .list_cont {padding:20px;}
	.conver_list .list_top {text-align: center;}
	.conver_list .list_top img {float:none; }
	.conver_list .list_top div {float:none; margin-left:0; margin:20px auto;}
	.conver_list .list_cont li {padding-bottom: 30px;}
}
@media only screen and (max-width:480px){	
	.conversation .cont_stitle {font-size: 20px;}
	.conver_list .list_top img {width:25%;}		
	.conver_list .list_cont dl {position:unset;}
	.conver_list .list_cont dl:before {height:0}
	.conver_list .list_cont dt {font-size: 18px;}
	.conver_list .list_cont dt > span {display: block;  padding-top: 5px;}	
	.conver_list .list_cont dd { margin-top: 10px;}
}

/* 초중고 과외
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub1_1_top {margin:35px auto; text-align: center;}
.sub1_1_top h3 { font-size: 28px; color: #333; font-weight: 400; text-align: center; margin-bottom: 20px;}
.sub1_1_top h3:before {content:''; display: inline-block; width:15px; height:12px;  background:url('/images/kor04r-19-0423/sub/s_quotes01.png') no-repeat center center;
	vertical-align: top; margin-right: 10px;}
.sub1_1_top h3:after {content:''; display: inline-block; width:15px; height:12px; background:url('/images/kor04r-19-0423/sub/s_quotes02.png') no-repeat center center;
	vertical-align: top; margin-left: 10px;}
.sub1_1_top h3 > span { color: #e35677; font-weight: 700;}
.sub1_1_top p {font-size:28px; color:#e35677; font-weight:700;}

.private .cont_stitle {margin:0; margin-bottom:30px;}
.private .private_list {width:635px; margin:100px auto 150px;}
.private .private_list li:after {content:''; display:block; clear:both;}
.private .private_list li.list_cont {margin-top:50px;}
.private .private_list li > img {display:inline-block; float:left;}
.private .private_list li > div {float:left; margin-left:40px; margin-top:25px;}
.private .private_list li > div li {position:relative; padding-bottom:15px;padding-left:10px;}
.private .private_list li > div li:before {content:''; display:inline-block; width:4px; height:4px; background:#e35677; border-radius:50%; position:absolute; top:35%; left:0;}
.private_process div, .private_class div {text-align:center;}
.private_class {margin-top:150px;}


@media only screen and (max-width:768px){	
	.sub1_1_top h3 { font-size: 25px;}	
	.sub1_1_top p {font-size:22px;}
}
@media only screen and (max-width:640px){
	.sub1_1_top h3 { font-size:22px; line-height:30px; margin-bottom:10px; letter-spacing:-1px;}
	.sub1_1_top p {font-size:20px; text-align:center;}
	.private .private_list .cont_stitle {margin-bottom:10px;}
	.private .private_list {width:100%; margin:50px auto 80px;}
	.private .private_list li.list_cont {text-align:center;}
	.private .private_list li > img {float:none;}
	.private .private_list li > div {float:none; margin-left:0px; margin-top:20px;}
	.private .private_list li > div li {position:none; padding-bottom:10px; padding-left:0;}
	.private .private_list li > div li:before {background:none; position:unset;}
	.private_class {margin-top:80px;}
	.private_process .cont_stitle, .private_class .cont_stitle {text-align:center;}
}
@media only screen and (max-width:480px){	
	.private .cont_stitle {font-size: 20px;}
	.sub1_1_top p {font-size:18px;}	
}