@charset"utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContainer{position:relative;width:100%;box-sizing:border-box}
#commonContainer{position:relative;padding:30px 20px 60px;margin:0 auto;width:1200px;box-sizing:border-box}
#subContainer:after{content:"";display:block;clear:both}
#leftMenu{float:left;margin-top:-50px;width:250px}
#subContents {padding: 100px 20px 120px; margin:0 auto; width: 100%; max-width:1240px;}
@media only screen and (max-width:1200px){
    #commonContainer{width:100%}
}

@media only screen and (max-width:980px){
    #commonContainer{}
    #subContents{padding:80px 20px 100px}
    #leftMenu{display:none}
    #subContents{float:none;padding-top:0 30px 60px;width:100%}
}

@media only screen and (max-width:767px){
    #commonContainer{}
    #subContents {padding:60px 20px 80px}
}

/* Sub Visual (서브이미지)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */
.sub-visual {height: 300px; display: flex; align-items: center; justify-content: center;}
.sub-visual h2 {font-size: 45px; color: #1f2e68;}

@media only screen and (max-width:1280px){
	.sub-visual {height: 260px;}
	.sub-visual h2 {font-size: 32px;}
}

@media only screen and (max-width:980px){
	.sub-visual {height: 180px;}
	.sub-visual h2 {font-size: 26px;}
}

@media only screen and (max-width:767px){
	.sub-visual {height: 120px;}
	.sub-visual h2 {font-size: 22px;}
}

/* Left Menu (서브 좌측 영역)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */
/* 좌측메뉴 */
.left-menu h2{padding:35px 0;text-align:center;font-family:"Nanum Square";font-weight:bold;font-size:28px;color:#fff;background:#11163d}
.left-menu li{width:100%;border:1px solid #d7d7d7;border-top:0}
.left-menu li a{position:relative;display:block;padding:0 20px;width:100%;box-sizing:border-box;height:50px;text-transform:uppercase;font-family:"Nanum Square";line-height:50px;font-weight:bold;font-size:18px;color:#898989;background:#fff}
.left-menu li a:after{display:inline-block;float:right;content:"276F";color:#898989}
.left-menu li a:active, .left-menu li a:active:after, .left-menu li a:hover, .left-menu li a:hover:after, .left-menu li.active a, .left-menu li.active a:after{color:#3d427c}

/* 좌측배너 */
.left-banner{margin-top:30px;padding:25px 20px 15px;width:100%;box-sizing:border-box;text-align:center;background:url("/images/new/sub/left_banner_bg.gif") no-repeat center center/cover;border:1px solid #d7d7d7}
.left-banner p{font-size:17px;color:#191718}
.left-banner .tit{font-size:22px;font-weight:bold}
.left-banner h3{display:inline-block;margin-top:25px;padding:5px 10px;font-weight:bold;font-size:15px;color:#fff;background:#f42121;border-radius:20px}
.left-banner h3 + p{font-weight:bold;font-size:22px;color:#f42121}

/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 타이틀 및 페이지네비게이션 */
.sub-title {padding-bottom: 100px; font-size: 60px; text-align: center; color: #1f2e68;}

/* 콘텐츠 메뉴 */
#sub-nav {border-bottom: solid 1px #e6e6e6;}
.cont_menu {width: 100%; max-width: 1200px; margin: 0 auto; display: flex;}
.cont_menu > li {border-right: 1px solid #e6e6e6; width: 260px;}
.cont_menu > li:first-child {border-left: solid 1px #e6e6e6; width: 50px;}
.cont_menu > li a {padding:0 20px; height: 50px; display: flex; align-items: center; justify-content: space-between;}
.cont_menu > li:first-child a {padding: 0; justify-content: center;}
.cont_menu li ul {box-shadow:none; padding:0; border:1px solid #e6e6e6; left: -1px; border-radius:0;margin:0;min-width:100%; right: -1px;}
.cont_menu li ul li {min-height:46px;line-height:46px;}
.cont_menu li ul li a {padding:15px 20px;border-top:1px solid #e6e6e6;}
.cont_menu li ul li a:hover {color:#304c99; background-color:inherit;}
.cont_menu li ul li:first-child a{border-top:none;}
.cont_menu a.last_link {display: none;}
.cont_menu a.last_link._on {display: flex;}

@media only screen and (max-width:1280px){
    .sub-title {font-size: 42px;}
}

@media only screen and (max-width:980px){
    .sub-title {padding-bottom: 80px; font-size: 34px;}
}

@media only screen and (max-width:767px){
    .sub-title {padding-bottom: 60px; font-size: 24px;}
    
	.cont_menu > li {width: auto; flex-grow: 1;}
	.cont_menu > li:first-child {width: 50px; flex-shrink: 0; flex-grow: 0; border-left: none;}
	.cont_menu > li:last-child {border-right: none;}
	.cont_menu > li a {padding:0 10px; height: 44px; font-size: 13px;}
	.cont_menu li ul li a {padding: 10px;}

}

/* 게시판 관련 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 0;float:left;border-bottom:1px solid #eee;color:#000}

/* Line 색상 */
.whois-board-list .whois-board-row .whois-board-row-subject{margin:0 0 5px;padding:0;font-size:14px;font-weight:600}
.whois-board-list .whois-board-row .whois-board-row-info{color:#acacac}
.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;font-size:13px}

/* 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:#7b1818;-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:#5c0c0c}

/* 게시판 공통 */
.sub-box{margin-right:5px;background-color:#3d427c;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 #3d427c}
.sub-border-t{border-top:1px solid #3d427c}
.sub-border-r{border-right:1px solid #3d427c}
.sub-border-b{border-bottom:1px solid #3d427c}
.sub-border-l{border-left:1px solid #3d427c}
.sub-bg{background-color:#3d427c}
.sub-bg-hover:hover{background-color:#36384e}

/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.common_cont .sub-visual:before{content:none; display:none;}
.material-form{margin:0 auto 60px;padding:0 15px;max-width:1200px;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:bold;height:34px;line-height:34px;font-size:16px}
.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}

/*.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}
.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}

@media only screen and (max-width:767px){
    .material-form{margin-bottom:30px;}
}




/* 게시판 */
.paginate_regular {margin-top: 50px;}
.board_pagetab {display: flex; align-items: center; justify-content: center;}
.board_pagetab a {display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin: 0 5px; color: #888;}
.board_pagetab span.on a {color: #000; font-weight: 700;}
.board_pagetab a.page-first,
.board_pagetab a.page-prev,
.board_pagetab a.page-next,
.board_pagetab a.page-last {text-indent: -9999px; border: solid 1px #ccc; -webkit-border-radius: 50%; border-radius: 50%;}
.board_pagetab a.page-first {background: url('/images/new/sub/paging_first.png')no-repeat center center / 16px auto;}
.board_pagetab a.page-prev {background: url('/images/new/sub/paging_prev.png')no-repeat center center / 16px auto;}
.board_pagetab a.page-next {background: url('/images/new/sub/paging_next.png')no-repeat center center / 16px auto;}
.board_pagetab a.page-last {background: url('/images/new/sub/paging_last.png')no-repeat center center / 16px auto;}

@media screen and (max-width: 768px) {
	.paginate_regular {margin-top: 30px;}
	.board_pagetab a {width: 32px; height: 32px; margin: 0 2px; font-size: 12px; background-size: 12px auto !important;}
}



.brd-list {table-layout: fixed; width: 100%;}
.brd-list caption {display: none;}
.brd-list th,
.brd-list td {border-bottom: solid 1px #c9c9c9; padding: 20px 0; text-align: center; font-size: 16px;}
.brd-list th {font-weight: 500;}
.brd-list td.brd-list__title {text-align: left;}
.brd-list td.brd-list__title a {display: inline-block; max-width: 100%;}
.brd-list td.brd-list__title a span {display: inline-block; vertical-align: middle; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.brd-list td.brd-list__title a em {font-style: normal; display: inline-block; vertical-align: middle; background: #213b87; margin-left: 5px; width: 20px; height: 20px; line-height: 20px; text-align: center; color: #fff; font-size: 10px; font-weight: 700; -webkit-border-radius: 20px; border-radius: 20px;}
.brd-list__sch {margin-top: 50px; padding: 30px; background: #f9f9f9; display: flex; align-items: center; justify-content: center;}
.brd-list__sch ul {display: flex; align-items: center; justify-content: center;}
.brd-list__sch ul li {}
.brd-list__sch ul li:nth-child(1) {flex-shrink: 0; width: 120px;}
.brd-list__sch ul li:nth-child(2) {flex-grow: 1; margin: 0 10px;}
.brd-list__sch ul li:nth-child(3) {flex-shrink: 0; width: 60px;}
.brd-list__sch select,
.brd-list__sch input,
.brd-list__sch button {display: block; width: 100%; height: 40px; -webkit-border-radius: 0px; border-radius: 0px;}
.brd-list__sch select,
.brd-list__sch input {background: #fff; border: solid 1px #dadada; padding: 0 10px;}
.brd-list__sch button {background: #555; border: none; color: #fff;}
.brd-top {display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 10px; border-bottom: solid 2px #000;}
.brd-top__total {flex-grow: 1; font-size: 16px;}
.brd-top__total b {}
.brd-top__sch {flex-shrink: 0; display: flex; align-items: center;}
.brd-top__sch dt {width: 140px; margin-right: 10px;}
.brd-top__sch dt select {display: block; width: 100%; height: 40px; border-color: #dcdcdc;}
.brd-top__sch dd {border: solid 1px #dcdcdc; width: 260px; position: relative;}
.brd-top__sch dd input[type="text"] {display: block; width: 100%; height: 38px; font-size: 14px; border: none; padding: 0 40px 0 10px; -webkit-appearance: none; appearance: none;}
.brd-top__sch dd button {display: block; width: 38px; height: 38px; border: none; text-indent: -9999px; position: absolute; right: 0; top: 0; -webkit-appearance: none; appearance: none; background: url('/images/kor05r-18-0411/sub/board_search.png')no-repeat center center / 20px auto;}


@media screen and (max-width: 1220px) {
	.brd-list th,
	.brd-list td {padding: 15px 0; font-size: 14px;}
	.brd-list td.brd-list__status em {width: 60px; height: 30px; font-size: 12px;}
}

@media screen and (max-width: 768px) {
	.brd-list thead {display: none;}
	.brd-list,
	.brd-list tbody,
	.brd-list tr,
	.brd-list td {display: block;}
	.brd-list th,
	.brd-list td {border-bottom: none; padding: 0; text-align: left;}
	.brd-list tr {padding: 15px 0; border-bottom: solid 1px #c9c9c9; position: relative;}
	.brd-list td.brd-list__cate {display: inline-flex; align-items: center; justify-content: center; width: auto; height: 24px; padding: 0 10px; font-size: 11px; border: solid 1px #5683ba; -webkit-border-radius: 20px; border-radius: 20px;}
	.brd-list td.brd-list__title {position: relative; padding-right: 40px;}
	.brd-list td.brd-list__title a {font-size: 13px; font-weight: 600; display: block;}
	.brd-list td.brd-list__title a span {max-width: 95%;}
	.brd-list td.brd-list__title a em {margin-left: 3px; width: 16px; height: 16px; line-height: 16px;}
	.brd-list td.brd-list__idx {position: absolute; right: 0; top: 15px; font-size: 11px;}
	.brd-list td.brd-list__idx:before {content: 'NO. ';}
	.brd-list td.brd-list__idx.notice:before {display: none;}
	.brd-list td.brd-list__name,
	.brd-list td.brd-list__date,
	.brd-list td.brd-list__hit {display: inline-block; vertical-align: middle; color: #666; font-size: 12px; line-height: 1;}
	/* .brd-list td.brd-list__name,
	.brd-list td.brd-list__date {position: relative; padding-right: 8px; margin-right: 8px;}
	.brd-list td.brd-list__name:after,
	.brd-list td.brd-list__date:after {content: ''; display: block; width: 1px; height: 10px; background: #aaa; position: absolute; right: -1px; top: 50%; margin-top: -6px;}
	.brd-list td.brd-list__hit:before {content: 'hit : ';} */

	.brd-list__sch {margin-top: 30px; padding: 0; background: none;}
	.brd-list__sch ul {width: 100%;}
	.brd-list__sch ul li:nth-child(1) {width: 90px;}
	.brd-list__sch ul li:nth-child(2) {margin: 0 5px;}
	.brd-list__sch ul li:nth-child(3) {width: 50px;}
	.brd-list__sch select,
	.brd-list__sch input,
	.brd-list__sch button {font-size: 12px;}
	.brd-top form {width: 100%;}
	.brd-top__total {display: none;}
	.brd-top__sch {width: 100%;}
	.brd-top__sch dt {flex-shrink: 0; width: 100px; margin-right: 5px;}
	.brd-top__sch dt select {padding-left: 5px;}
	.brd-top__sch dd {flex-grow: 1; width: auto;}
}



.brd-view__title {border-top: solid 1px #444; padding: 20px 10px 0;}
.brd-view__title h3 {color: #333; font-size: 20px;}
.brd-view__info {padding: 10px;}
.brd-view__info span {font-size: 12px; position: relative; padding-right: 10px; margin-right: 10px;}
.brd-view__info span:last-child {padding-right: 0; margin-right: 0;}
.brd-view__info span:after {content: ''; display: block; width: 1px; height: 10px; background: #ccc; position: absolute; right: 0; top: 50%; margin-top: -5px;}
.brd-view__info span:last-child:after {display: none;}
.brd-view__content {padding: 30px 10px; border-top: solid 1px #e5e5e5; border-bottom: solid 1px #e5e5e5;}
.brd-view__content .main-video {margin-bottom: 30px;}
.brd-view__file {border-bottom: solid 1px #e5e5e5; padding: 15px 10px;}
.brd-view__file dt {font-size: 14px;}
.brd-view__file dd {font-size: 14px; margin-top: 5px;}
.brd-view__file dd ul {}
.brd-view__file dd ul li {}
.brd-view__file dd ul li:last-child {}
.brd-view__file dd ul li a {text-decoration: underline; color: #000; font-weight: 500;}
.brd-view__file dd ul li a:hover {text-decoration: underline !important;}
.brd-view__btn {display: flex; align-items: center; justify-content: space-between; margin-top: 15px; padding: 0;}
.brd-view__navi {margin-top: 30px; border-top: solid 1px #444;}
.brd-view__navi li {border-bottom: solid 1px #f0f0f0; padding: 15px 0;}
.brd-view__navi dl {display: flex; align-items: center;}
.brd-view__navi dt {flex-shrink: 0; width: 100px; font-size: 14px; padding: 0 10px;}
.brd-view__navi dd {flex-grow: 1; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

@media screen and (max-width: 768px) {
	.brd-view__title {padding: 15px 0 0;}
	.brd-view__title h3 { font-size: 16px;}
	.brd-view__info {padding: 10px 0;}
	.brd-view__info span {font-size: 11px; padding-right: 8px; margin-right: 8px;}
	.brd-view__info span:after {height: 8px; margin-top: -4px;}
	.brd-view__info span img {display: none;}
	.brd-view__content {padding: 20px 0;}
	.brd-view__file {padding: 10px 0;}
	.brd-view__file dt {font-size: 13px;}
	.brd-view__file dd {font-size: 12px; margin-top: 3px;}
	.brd-view__btn {padding: 0; margin-top: 10px;}
	.brd-view__navi li {padding: 10px 0;}
	.brd-view__navi dt {width: 60px; font-size: 12px;}
	.brd-view__navi dd {font-size: 12px;}
}


.gallery-list {display: flex; flex-wrap: wrap; margin: -40px -15px; padding-top: 10px;}
.gallery-list > li {padding: 40px 15px; width: 33.3333%;}
.gallery-list > li a {display: block; border: solid 1px #dcdcdc; padding: 10px 10px 20px;}
.gallery-list > li a em {display: block; padding-bottom: 72.2222%;}
.gallery-list > li a h5 {text-align: center; margin: 30px 15px; font-size: 20px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.5; height: 3.0em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.gallery-list > li a p {color: #959595; display: flex; align-items: center; justify-content: center;}
.gallery-list > li a p span {display: flex; align-items: center;}
.gallery-list > li a p span:after {content: ''; display: block; width: 1px; height: 10px; background: #a9a9a9; margin: 0 10px;}
.gallery-list > li a p span:last-child:after {display: none;}
.gallery-list > li.none {text-align: center; padding: 30px; width: 100%;}

@media only screen and (max-width:1280px) {
	.gallery-list > li a h5 {font-size: 16px; margin: 20px 10px;}
	.gallery-list > li a p {font-size: 14px;}
}

@media only screen and (max-width:980px) {
	.gallery-list {margin: -30px -10px;}
	.gallery-list > li {padding: 30px 10px;}
	.gallery-list > li a h5 {font-size: 14px; margin: 10px;}
	.gallery-list > li a p {font-size: 12px;}
}

@media only screen and (max-width:768px) {
	.gallery-list {margin: -10px -5px;}
	.gallery-list > li {padding: 10px 5px; width: 50%;}
	.gallery-list > li a h5 {font-size: 12px; margin: 10px 0;}
	.gallery-list > li a p {font-size: 10px;}
	.gallery-list > li a p span:after {margin: 0 5px; height: 8px;}
}




/* 고객서비스 */
.form-control {-webkit-border-radius: 0px; border-radius: 0px;}
label {cursor: pointer !important; margin-bottom: 0;}
input[type=checkbox] {width: 20px; height: 20px; border: solid 1px #ccc; margin: -3px 5px 0 0; cursor: pointer; position: relative; vertical-align: middle; -webkit-appearance: none; appearance: none;}
input[type=checkbox]:checked:after {content: ''; display: block; background: #213b87; position: absolute; left: 4px; right: 4px; top: 4px; bottom: 4px;}
input[type=radio] {width: 20px; height: 20px; border: solid 1px #ccc; margin: -3px 5px 0 0; cursor: pointer; position: relative; vertical-align: middle; -webkit-appearance: none; appearance: none; -webkit-border-radius: 50%; border-radius: 50%;}
input[type=radio]:checked:after {content: ''; display: block; background: #213b87; position: absolute; left: 5px; right: 5px; top: 5px; bottom: 5px; -webkit-border-radius: 50%; border-radius: 50%;}
.file-coment {font-size: 12px; margin-top: 5px;}
textarea.form-control {height: 340px;}
.max400 {max-width: 400px; width: 100%;}

.rsm-agree {width: 100% !important; padding-top: 60px !important; border-bottom: none !important; padding-left: 0 !important; padding-right: 0 !important;}
.rsm-agree p {font-size: 18px; margin-bottom: 10px;}
.rsm-agree textarea {height: 200px;}
.rsm-agree label {margin-top: 20px; font-weight: 400 !important; display: flex;}
.rsm-agree label input {flex-shrink: 0; margin-top: 1px;}
.rsm-radio {display: flex; align-items: center; flex-wrap: wrap;}
.rsm-radio li {margin-right: 20px; padding: 5px 0;}
.rsm-radio li:last-child {margin-right: 0;}
.rsm-radio li label {font-weight: 400 !important;}
.rsm-phone {display: flex; align-items: center;}
.rsm-phone em {display: block; width: 20px; text-align: center; flex-shrink: 0; font-style: normal;}
.rsm-mail {display: flex; align-items: center;}
.rsm-mail em {display: block; width: 30px; text-align: center; flex-shrink: 0; font-style: normal;}
.rsm-mail .menu-scroll {position: relative;}
.rsm-mail .menu-scroll button {border-left: none;}
.rsm-upload {margin-bottom: 5px;}
.rsm-upload a {display: inline-flex; align-items: center; justify-content: center; padding: 0 10px; height: 30px; background: #e5e5e5; border: solid 1px #aaa; font-size: 14px;}
.rsm-img {width: 180px; display: inline-block; vertical-align: middle; margin-left: 5px;}
.rsm-table {border-top: solid 2px #000; table-layout: fixed; width: 100%;}
.rsm-table th,
.rsm-table td {border-bottom: solid 1px #ccc; padding: 20px;}
.rsm-table th {background: #fafafa; text-align: center; font-weight: 700;}
.rsm-content {height: 340px;}
.rsm-submit {margin-top: 50px;}
.rsm-submit a,
.rsm-submit button {width: 200px; height: 70px; line-height: 70px; background: #56a949; color: #fff; font-size: 22px; font-weight: 600; margin: 0 auto; border: none; display: flex; align-items: center; justify-content: center;}

@media screen and (max-width: 1220px) {
	.rsm-agree {padding-top: 30px !important;}
}

@media screen and (max-width: 980px) {
	textarea.form-control {height: 240px;}
	.rsm-agree p {font-size: 16px;}
	.rsm-agree textarea {height: 140px;}
	.rsm-agree label {margin-top: 10px;}
	.rsm-table th,
	.rsm-table td {padding: 10px; font-size: 14px;}
	.rsm-submit {margin-top: 30px;}
	.rsm-submit a,
	.rsm-submit button {width: 140px; height: 60px; line-height: 60px; font-size: 16px;}
}

@media screen and (max-width: 768px) {
	textarea.form-control {height: 140px;}	
	.rsm-agree {padding-top: 20px !important;}
	.rsm-agree p {font-size: 14px; margin-bottom: 5px;}
	.rsm-agree textarea {height: 100px; font-size: 12px;}
	.rsm-agree label {margin-top: 10px;}
	.rsm-agree label input {margin-top: -1px;}
	.rsm-table,
	.rsm-table tbody {display: block;}
	.rsm-table tr {display: flex; flex-wrap: wrap;}
	.rsm-table th {width: 100px; font-size: 13px; padding: 0; display: flex; align-items: center; justify-content: center;}
	.rsm-table td {width: calc(100% - 100px);}
	.rsm-img {width: 100%; display: block; margin-left: 0; margin-top: 5px;}
	.rsm-submit a,
	.rsm-submit button {width: 120px; height: 50px; line-height: 50px; font-size: 14px;}
}





/* 공통 */
.sub-intro {position: relative; padding-right: 50%; padding-bottom: 20px;}
.sub-intro.pr0 {padding-right: 0;}
.sub-intro:before {content: ''; display: block; position: absolute; right: 0; bottom: 0;}
.sub-intro.heart1:before {width: 580px; height: 350px; background: url('/images/new/sub/sub_intro_heart1.png')no-repeat center center / cover;}
.sub-intro.care1:before {width: 480px; height: 360px; background: url('/images/new/sub/sub_intro_care1.png')no-repeat center center / cover;}
.sub-intro.stress1:before {width: 510px; height: 360px; bottom: 0; top: 0; background: url('/images/new/sub/sub_intro_stress1.png')no-repeat center center / cover;}
.sub-intro h5 {font-size: 26px; font-weight: 600;}
.sub-intro p {margin-top: 40px; margin-bottom: 120px; line-height: 1.8;}
.sub-intro p.mb0 {margin-bottom: 10px;}
.sub-intro p strong {font-weight: 600;}

@media screen and (max-width: 980px) {
	.sub-intro {padding-right:300px;}
	.sub-intro.heart1:before {width: 340px; height: 205px;}
	.sub-intro.care1:before {width: 280px; height: 210px;}
	.sub-intro.stress1:before {width: 300px; height: 212px;}
	.sub-intro h5 {font-size: 22px;}
	.sub-intro p {font-size: 14px; margin-top: 15px; margin-bottom: 60px;}
}

@media screen and (max-width: 768px) {
	.sub-intro {padding-right:0; padding-bottom: 15px;}
	.sub-intro:before {display: none;}
	.sub-intro h5 {font-size: 20px;}
	.sub-intro p {font-size: 13px; margin-bottom: 40px;}
}


/* 마음나래 */
.heart-tb {position: relative; margin-top: -2px;}
.heart-tb table {border-left: solid 2px #fff; border-right: solid 2px #fff; border-top: solid 2px #868686; width: 100%;}
.heart-tb th,
.heart-tb td {border: solid 1px #bfbfbf; padding: 25px 20px; text-align: center;}
.heart-tb th {background: #f7f7f7; font-weight: 500;}
.heart-tb td.tal {text-align: left;}
.heart-hot {background: #1f2e68; color: #fff; height: 40px; padding: 0 20px; margin-right: 10px; display: inline-flex; align-items: center; justify-content: center; -webkit-border-radius: 20px; border-radius: 20px;}
.list-dots {}
.list-dots li {margin-bottom: 5px; position: relative; padding-left: 10px;}
.list-dots li:last-child {margin-bottom: 0;}
.list-dots li:before {content: ''; display: block; width: 3px; height: 3px; background: #333; position: absolute; left: 0; top: 10px; -webkit-border-radius: 50%; border-radius: 50%;}
.list-dash {}
.list-dash li {margin-bottom: 5px; position: relative; padding-left: 10px;}
.list-dash li:last-child {margin-bottom: 0;}
.list-dash li:before {content: ''; display: block; width: 4px; height: 1px; background: #333; position: absolute; left: 0; top: 12px; -webkit-border-radius: 50%; border-radius: 50%;}

@media screen and (max-width: 980px) {
	.heart-tb {font-size: 14px;}
	.heart-tb th,
	.heart-tb td {padding: 15px 10px;}
}

@media screen and (max-width: 768px) {
	.heart-tb {font-size: 13px; overflow-x: auto; margin: -2px -20px 0; padding: 0 20px;}
	.heart-tb table {width: 700px;}
}



/* 이용가이드 */
.guid-step dt {font-size: 26px; font-weight: 600;}
.guid-step dd {margin-top: 60px;}
.guid-step dd ul {display: flex; margin: 0 -15px;}
.guid-step dd ul li {width: 33.3333%; padding: 0 35px 20px; position: relative;}
.guid-step dd ul li:before {content: ''; display: block; position: absolute; left: 15px; right: 15px; bottom: 0; height: 30%; background: linear-gradient(to right,  rgba(105,169,218,1) 0%,rgba(52,101,169,1) 100%); -webkit-border-radius: 10px 10px 20px 20px; border-radius: 10px 10px 20px 20px;}
.guid-step dd ul li > div {background: #fff; padding: 45px 0; position: relative; text-align: center; -webkit-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);}
.guid-step dd ul li img {display: block; margin: 0 auto; width: 124px;}
.guid-step dd ul li h5 {font-size: 22px; font-weight: 600; margin-top: 25px;}
.guid-step dd ul li p {font-size: 18px; margin-top: 25px;}
.guid-secret {margin-top: 100px; display: flex;}
.guid-secret dt {flex-grow: 1;}
.guid-secret dt h5 {font-size: 26px; font-weight: 600;}
.guid-secret dt p {margin-top: 30px; font-size: 16px; color: #525252; font-weight: 400; line-height: 1.8;}
.guid-secret dd {flex-shrink: 0; margin-left: 15%;}
.guid-secret dd img {display: block;}

@media screen and (max-width: 1220px) {
	.guid-step dd {margin-top: 30px;}
	.guid-step dd ul {margin: 0 -10px;}
	.guid-step dd ul li {padding: 0 30px 20px;}
	.guid-step dd ul li:before {left: 10px; right: 10px;}
	.guid-step dd ul li > div {padding: 45px 0;}
	.guid-step dd ul li img {width: 90px;}
	.guid-step dd ul li h5 {font-size: 20px; margin-top: 20px;}
	.guid-step dd ul li p {font-size: 16px; margin-top: 10px;}
	.guid-secret dd {width: 40%; margin-left: 10%;}
}

@media screen and (max-width: 980px) {
	.guid-step dt {font-size: 20px;}
	.guid-step dd {margin-top: 10px;}
	.guid-step dd ul {margin: 0 -5px;}
	.guid-step dd ul li {padding: 0 15px 10px;}
	.guid-step dd ul li:before {left: 5px; right: 5px;}
	.guid-step dd ul li > div {padding: 25px 0;}
	.guid-step dd ul li img {width: 60px;}
	.guid-step dd ul li h5 {font-size: 16px; margin-top: 15px;}
	.guid-step dd ul li p {font-size: 13px;}
	.guid-secret {margin-top: 60px;}
	.guid-secret dt h5 {font-size: 20px;}
	.guid-secret dt p {margin-top: 10px; font-size: 14px;}
	.guid-secret dd {margin-left: 5%;}
}

@media screen and (max-width: 768px) {
	.guid-step dt {font-size: 18px;}
	.guid-step dd ul {margin: 0; display: block;}
	.guid-step dd ul li {padding: 0; width: 100%; margin-bottom: 15px;}
	.guid-step dd ul li:last-child {margin-bottom: 0;}
	.guid-step dd ul li:before {display: none;}
	.guid-step dd ul li > div {padding: 15px 30px; display: flex; align-items: center; text-align: left; -webkit-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);}
	.guid-step dd ul li img {flex-shrink: 0; margin-right: 30px; margin-left: 0;}
	.guid-step dd ul li h5 {margin-top: 0;}
	.guid-step dd ul li p {margin-top: 5px;}
	.guid-secret {margin-top: 40px; display: block;}
	.guid-secret dt h5 {font-size: 18px;}
	.guid-secret dt p {font-size: 13px;}
	.guid-secret dd {margin-left: 0; width: 100%; margin-top: 20px;}
}


/* 찾아가는 심신케어 */
.care-prg {margin: -50px -20px; display: flex; flex-wrap: wrap;}
.care-prg li {padding: 50px 20px; width: 50%; text-align: center;}
.care-prg li img {display: block; width: 100%;}
.care-prg li h5 {margin-top: 30px; font-size: 20px; font-weight: 600;}
.care-prg li p {margin-top: 20px; font-size: 16px; color: #525252;}
.care-tb {width: 100%;}
.care-tb th,
.care-tb td {text-align: center; padding: 20px; font-weight: 500;}
.care-tb th {background: #f7f7f7;}
.care-tb td {border-bottom: solid 1px #dcdcdc;}

@media screen and (max-width: 1220px) {
	.care-prg {margin: -30px -10px;}
	.care-prg li {padding: 30px 10px;}
	.care-prg li h5 {margin-top: 20px; font-size: 18px;}
	.care-prg li p {margin-top: 10px; font-size: 14px;}
}

@media screen and (max-width: 980px) {
	.care-prg {margin: -20px -5px;}
	.care-prg li {padding: 20px 5px;}
	.care-prg li h5 {font-size: 16px;}
	.care-prg li p {font-size: 13px;}
	.care-tb th,
	.care-tb td {font-size: 13px; padding: 15px;}
}

@media screen and (max-width: 768px) {
	.care-prg {margin: 0; display: block;}
	.care-prg li {width: 100%; padding: 0; margin-bottom: 40px;}
	.care-prg li:last-child {margin-bottom: 0;}
	.care-prg li h5 {margin-top: 15px;}
	.care-prg li p {margin-top: 5px;}
	.care-tb th,
	.care-tb td {font-size: 11px; padding: 10px 5px;}
}





/* 마음건강정보 */
.self-tab {display: flex; flex-wrap: wrap;}
.self-tab li {width: 20%;}
.self-tab li a {height: 60px; border: solid 1px #dcdcdc; color: #a6a6a6; text-align: center; display: flex; align-items: center; justify-content: center; margin-right: -1px; margin-bottom: -1px;}
.self-tab li a.active {background: #1f2e68; border-color: #1f2e68; color: #fff; font-weight: 500; position: relative;}
.self-intro {margin-top: 100px; position: relative; padding-right: 50%; padding-bottom: 80px;}
.self-intro h5 {font-size: 26px; font-weight: 600; position: relative;}
.self-intro h4 {margin-top: 140px; font-size: 40px; font-weight: 600; color: #1f2e68; position: relative; line-height: 1.4;}
.self-intro h4 span {color: #ff757b;}
.self-intro h4 em {font-size: 20px; font-weight: 400; font-style: normal; display: block; margin-top: 5px;}
.self-intro:before {content: ''; display: block; width: 50%; right: 0; top: 0; bottom: 0; position: absolute;}
.self-intro.self1:before {background: url('/images/new/sub/self_01.png')no-repeat right bottom / 100% auto;}
.self-intro.self2:before {background: url('/images/new/sub/self_02.png')no-repeat right bottom / 100% auto;}
.self-intro.self3:before {background: url('/images/new/sub/self_03.png')no-repeat right bottom / 100% auto;}
.self-intro.self4:before {background: url('/images/new/sub/self_04.png')no-repeat right bottom / 100% auto;}
.self-intro.self5:before {background: url('/images/new/sub/self_05.png')no-repeat right bottom / 100% auto;}
.self-intro.self6:before {background: url('/images/new/sub/self_06.png')no-repeat right bottom / 100% auto;}
.self-intro.self7:before {background: url('/images/new/sub/self_07.png')no-repeat right bottom / 100% auto;}
.self-intro.self8:before {background: url('/images/new/sub/self_08.png')no-repeat right bottom / 100% auto;}
.self-intro.self9:before {background: url('/images/new/sub/self_09.png')no-repeat right bottom / 100% auto;}
.self-intro.self10:before {background: url('/images/new/sub/self_10.png')no-repeat right bottom / 100% auto;}
.self-intro.self9 {padding-right: 60%;}
.self-intro.self9:before {width: 60%;}
.self-text {border: solid 1px #dcdcdc; padding: 30px;}
.self-text p {margin-top: 20px; line-height: 1.8;}
.self-text p:first-child {margin-top: 0;}
.self-text ul {margin-top: 10px;}
.list-decimal {padding-left: 20px;}
.list-decimal li {list-style: decimal; margin-bottom: 10px;}
.list-decimal li:last-child {margin-bottom: 0;}

@media screen and (max-width: 1220px) {
	.self-tab li a {height: 50px; font-size: 14px;}
	.self-intro {margin-top: 80px;}
	.self-intro h4 {margin-top: 100px; font-size: 36px;}
}

@media screen and (max-width: 980px) {
	.self-tab li a {height: 44px; font-size: 13px;}
	.self-intro {margin-top: 60px; padding-bottom: 60px;}
	.self-intro h5 {font-size: 20px;}
	.self-intro h4 {margin-top: 60px; font-size: 30px;}
	.self-intro h4 em {font-size: 16px;}
	.self-text {padding: 20px;}
	.self-text p {font-size: 14px;}
	.self-text ul {margin-top: 5px;}
	.self-text ul li {font-size: 14px;}
	.self-text ul li:before {top: 10px;}
}

@media screen and (max-width: 768px) {
	.self-tab li {width: 50%;}
	.self-tab li a {height: 40px; padding: 0 20px;}
	.self-intro {padding-right: 0 !important; margin-top: 30px; padding-bottom: 20px;}
	.self-intro:before {display: none;}
	.self-intro h5 {font-size: 18px;}
	.self-intro h4 {margin-top: 30px; font-size: 24px;}
	.self-intro h4 em {font-size: 13px;}
	.self-text p {font-size: 13px; margin-top: 10px;}
	.self-text ul li {font-size: 13px;}
}




/* 셀프마음검진 */
.chkup-intro h5 {font-size: 26px; font-weight: 600;}
.chkup-intro p {color: #525252; margin-top: 20px; line-height: 1.8;}
.chkup-info {margin-top: 100px; margin-bottom: 10px; display: flex; justify-content: space-between;}
.chkup-info p {font-weight: 500;}
.chkup-info span {color: #787878;}
.chkup-info strong {color: #000; font-weight: 500;}
.chkup-tb {width: 100%;}
.chkup-tb th,
.chkup-tb td {padding: 20px 0;}
.chkup-tb th {background: #f7f7f7; text-align: center; line-height: 1.3; font-weight: 500;}
.chkup-tb td {border-bottom: solid 1px #dcdcdc;}
.chkup-tb th.chkup-col5 {width: 100px;}
.chkup-tb td.chkup-num {width: 70px; text-align: center;}
.chkup-tb td.chkup-title {padding-left: 20px; padding-right: 20px; font-weight: 500; font-size: 18px;}
.chkup-tb td.chkup-chk {}
.chkup-list {display: flex;}
.chkup-list li {width: 20%;}
.chkup-list input[type="radio"] {display: block; margin: 0 auto; position: relative; border: solid 1px #dcdcdc; width: 40px; height: 40px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-appearance: none; appearance: none;}
.chkup-list input[type="radio"] + label {display: none;}
.chkup-list input[type="radio"]:after {content: ''; display: block; width: 18px; height: 10px; border-left: solid 4px #ddd; border-bottom: solid 4px #ddd; box-sizing: border-box; position: absolute; left: 50%; top: 50%; margin-top: -7px; margin-left: -9px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.chkup-list input[type="radio"]:checked {border: solid 2px #1f2e68;}
.chkup-list input[type="radio"]:checked:after {border-left-color: #1f2e68; border-bottom-color: #1f2e68; background: none; -webkit-border-radius: 0%; border-radius: 0%;}
.chkup-btn {display: flex; justify-content: center; margin-top: 60px;}
.chkup-btn button {width: 100px; height: 60px; font-weight: 500; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 30px; border-radius: 30px; -webkit-appearance: none; appearance: none;}
.chkup-btn button.next {background: #fff; border: solid 1px #28366e; color: #28366e;}
.chkup-btn button.next:after {content: ''; display: block; width: 10px; height: 10px; border-top: solid 2px #28366e; border-right: solid 2px #28366e; box-sizing: border-box; margin-left: 10px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.chkup-btn button.success {background: #28366e; color: #fff; border: none;}
			

@media screen and (max-width: 1220px) {
	.chkup-intro h5 {font-size: 22px;}
	.chkup-intro p {font-size: 14px;}
	.chkup-info {margin-top: 60px; font-size: 14px;}
	.chkup-tb th,
	.chkup-tb td {font-size: 13px; padding: 10px 0;}
	.chkup-tb th.chkup-col5 {width: 70px;}
	.chkup-tb td.chkup-num {width: 60px;}
	.chkup-tb td.chkup-title {padding-left: 10px; padding-right: 10px; font-size: 14px;}
	.chkup-list input[type="radio"] {width: 30px; height: 30px;}
	.chkup-list input[type="radio"]:after {width: 14px; height: 8px; border-left-width: 3px; border-bottom-width: 3px; margin-top: -6px; margin-left: -7px;}
}

@media screen and (max-width: 980px) {
	.chkup-intro h5 {font-size: 20px;}
	.chkup-intro p {margin-top: 10px;}
	.chkup-info {margin-top: 30px;}
	.chkup-tb th,
	.chkup-tb td {font-size: 12px;}
	.chkup-btn {margin-top: 30px;}
}

@media screen and (max-width: 768px) {
	.chkup-intro h5 {font-size: 17px;}
	.chkup-intro p {font-size: 13px;}
	.chkup-info {display: block; font-size: 12px; margin-top: 20px;}
	.chkup-info span {display: block; margin-top: 10px; text-align: right;}
	.chkup-tb {border-top: solid 1px #333;}
	.chkup-tb,
	.chkup-tb tbody {display: block;}
	.chkup-tb thead {display: none;}
	.chkup-tb tr {display: flex; flex-wrap: wrap; border-bottom: solid 1px #dcdcdc; padding: 15px 0;}
	.chkup-tb td {border-bottom: none; padding: 0;}
	.chkup-tb td.chkup-num {flex-shrink: 0; width: 30px; font-size: 14px;}
	.chkup-tb td.chkup-title {flex-grow: 1; width: calc(100% - 30px); padding-left: 0; padding-right: 0;}
	.chkup-tb td.chkup-chk {width: 100%;}
	.chkup-list {margin-top: 10px;}
	.chkup-list input[type="radio"] + label {display: block; text-align: center; font-weight: 500; font-size: 10px; line-height: 1.2; margin-top: 10px;}
	.chkup-btn {margin-top: 20px;}
	.chkup-btn button {width: 80px; height: 40px; font-size: 14px;}
	.chkup-btn button.next:after {width: 6px; height: 6px;}
}




/* 검사결과 */
.scs-tab {display: flex; flex-wrap: wrap; margin: -15px 0;}
.scs-tab li {padding: 15px 0; width: 25%;}
.scs-tab li button {padding: 1px 9px 9px; background: none; border: solid 1px #dcdcdc; width: calc(100% + 1px); position: relative; right: -1px; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.scs-tab li button p {height: 60px; color: #a6a6a6; display: flex; align-items: center; justify-content: center;}
.scs-tab li button strong {height: 60px; width: 100%; background: #f7f7f7; color: #a6a6a6; font-weight: 400; display: flex; align-items: center; justify-content: center;}
.scs-tab li button.active {padding: 0 8px 8px; border: solid 2px #1f2e68; z-index: 1;}
.scs-tab li button.active p {color: #1f2e68;}
.scs-tab li button.active strong {background: #1f2e68; color: #fff; font-weight: 500;}
.scs-cont {margin-top: 120px;}
.scs-title {text-align: center;}
.scs-title h4 {margin-bottom: 90px; font-size: 40px; font-weight: 600; color: #1f2e68;}
.scs-title h4 strong {font-size: 50px; font-weight: 600;}
.scs-title h4 span {color: #ff757b;}
.scs-title img {display: block; width: 191px; margin: 0 auto;}
.scs-text {background: #fffbef; padding: 60px; text-align: center; line-height: 1.8;}
.scs-info {padding-top: 100px; margin: 0 -20px; display: flex;}
.scs-info li {width: 50%; padding: 0 20px;}
.scs-info li dl {height: 170px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.scs-info li dl dt {position: relative; width: 240px; height: 40px; font-size: 20px; font-weight: 500; background: #fff; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 20px; border-radius: 20px;}
.scs-info li dl dd {position: relative; margin-top: 20px; color: #fff; height: 40px; display: flex; align-items: center; justify-content: center;}
.scs-info dl:before {content: ''; display: block; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
.scs-tel {background: #254294;}
.scs-tel:before {width: 132px; height: 130px; left: 0; background: url('/images/new/sub/success_tel.png')no-repeat center center / cover;}
.scs-tel dt {color: #254294;}
.scs-tel dd {font-size: 22px; font-weight: 500;}
.scs-tel dd strong {font-size: 35px; font-weight: 600; margin-right: 10px;}
.scs-web {background: #51a892;}
.scs-web:before {width: 110px; height: 140px; right: 0; background: url('/images/new/sub/success_site.png')no-repeat center center / cover;}
.scs-web dt {color: #51a892;}
.scs-web dd {font-size: 20px; font-weight: 500;}


@media screen and (max-width: 1220px) {
	.scs-tab {margin: -10px 0;}
	.scs-tab li {padding: 10px 0;}
	.scs-tab li button p {height: 50px;}
	.scs-tab li button strong {height: 50px;}
	.scs-cont {margin-top: 80px;}
	.scs-title h4 {margin-bottom: 60px; font-size: 34px;}
	.scs-title h4 strong {font-size: 40px;}
	.scs-text {padding: 40px;}
	.scs-info {padding-top: 60px; margin: 0 -10px;}
	.scs-info li {padding: 0 10px;}
	.scs-info li dl dt {width: 200px; font-size: 16px;}
}

@media screen and (max-width: 980px) {
	.scs-tab li button {font-size: 14px;}
	.scs-tab li button p {height: 40px;}
	.scs-tab li button strong {height: 40px;}
	.scs-cont {margin-top: 60px;}
	.scs-title h4 {margin-bottom: 40px; font-size: 28px;}
	.scs-title h4 strong {font-size: 34px;}
	.scs-text {padding: 30px; font-size: 14px;}	
	.scs-info li dl dt {width: 180px; height: 34px; font-size: 14px;}
	.scs-tel dd {font-size: 18px;}
	.scs-tel dd strong {font-size: 30px;}
}

@media screen and (max-width: 768px) {
	.scs-tab {margin: -5px 0;}
	.scs-tab li {padding: 5px 0;}
	.scs-tab li button {font-size: 12px; padding: 1px 5px 5px;}
	.scs-tab li button p {height: 34px;}
	.scs-tab li button strong {height: 34px;}
	.scs-tab li button.active {padding: 0 4px 4px;}
	.scs-cont {margin-top: 30px;}
	.scs-title h4 {margin-bottom: 20px; font-size: 20px;}
	.scs-title h4 strong {font-size: 24px;}
	.scs-title img {width: 128px;}
	.scs-text {padding: 20px; font-size: 13px; text-align: left;}
	.scs-info {display: block; margin: 0; padding-top: 30px;}
	.scs-info li {margin-bottom: 10px; width: 100%;}
	.scs-info li:last-child {margin-bottom: 0;}
	.scs-info li dl {height: 140px;}
	.scs-info li dl dt {width: 140px; height: 30px; font-size: 12px;}
	.scs-info li dl dd {margin-top: 10px; height: 30px;}
	.scs-tel dd {font-size: 14px;}
	.scs-tel dd strong {font-size: 20px;}
	.scs-web dd {font-size: 16px;}
}




/* 직무 스트레스 */
.str-title {font-size: 26px; font-weight: 600; margin-top: 120px; margin-bottom: 40px;}
.str-title.mt0 {margin-top: 0;}
.str-prgm {display: flex; margin: 0 -30px; position: relative;}
.str-prgm:before,
.str-prgm:after {content: ''; width: 30px; height: 80px; background: #fff; position: absolute; top: 0; z-index: 1;}
.str-prgm:before {left: 0; width: 30px;}
.str-prgm:after {right: 0; width: 60px;}
.str-prgm > li {width: 33.3333%; padding: 0 30px;}
.str-prgm > li h6 {height: 80px; text-align: center; background: #98b7e7; color: #fff; margin: 0 -30px 30px; font-size: 22px; font-weight: 600; position: relative; display: flex; align-items: center; justify-content: center;}
.str-prgm > li:nth-child(1) h6 {padding-left: 30px;}
.str-prgm > li:nth-child(2) h6 {background: #1f2e68;}
.str-prgm > li:nth-child(3) h6 {padding-right: 30px;}
.str-prgm > li h6:after {content: ''; display: block; position: absolute; left: 100%; top: 0; width: 0px; height: 0px; border-style: solid; z-index: 2; border-width: 40px 0 40px 30px; border-color: transparent transparent transparent #98b7e7; transform: rotate(0deg);}
.str-prgm > li:nth-child(2) h6:after {border-color: transparent transparent transparent #1f2e68;}
.str-prgm > li:nth-child(3) h6:after {left: auto; right: 30px;}
.str-prgm1 {text-align: center;}
.str-prgm1 p {font-size: 18px;}
.str-prgm1 img {margin-top: 10px; max-width: 50%;}
.str-prgm2 {}
.str-prgm2 li {margin-bottom: 20px; display: flex; align-items: center;}
.str-prgm2 li:last-child {margin-bottom: 0;}
.str-prgm2 li strong {width: 80px; height: 40px; margin-right: 10px; font-size: 14px; background: #1f2e68; color: #fff; text-align: center; font-weight: 400; flex-shrink: 0; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 20px; border-radius: 20px;}
.str-prgm3 {text-align: center; font-size: 18px; padding: 0 10%;}
.str-prgm3 p {}
.str-prgm3 span {margin-top: 20px; padding: 30% 20px; color: #1f2e68; border: dotted 3px #98b7e7; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 50%; border-radius: 50%;}

.str-review {}
.str-review li {padding: 0 20px 20px; position: relative; margin-bottom: 30px;}
.str-review li:last-child {margin-bottom: 0;}
.str-review li:before {content: ''; display: block; position: absolute; left: 0; right: 0; bottom: 0; height: 30%; background: linear-gradient(to right,  rgba(105,169,218,1) 0%,rgba(52,101,169,1) 100%); -webkit-border-radius: 10px 10px 20px 20px; border-radius: 10px 10px 20px 20px;}
.str-review li > div {background: #fff; padding: 50px 40px; position: relative; display: flex; align-items: center; -webkit-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);}
.str-review li > div > div {flex-grow: 1;}
.str-review li img {display: block; width: 110px; flex-shrink: 0; margin-right: 100px;}
.str-review li h5 {font-size: 22px; font-weight: 600;}
.str-review li p {font-size: 18px; margin-top: 30px;}
.str-review li span {display: block; font-size: 18px; margin-top: 15px;}

.str-call {display: flex; border: solid 10px #1f2e68; margin-top: 100px;}
.str-call dt {width: 40%; text-indent: -9999px; background: #1f2e68 url('/images/new/sub/stress1_logo.png')no-repeat center center;}
.str-call dd {width: 60%; padding: 40px; font-size: 30px; color: #1f2e68; font-weight: 600; text-align: center;}

@media screen and (max-width: 1220px) {
	.str-prgm > li h6 {font-size: 20px;}
	.str-prgm1 p {font-size: 16px;}
	.str-prgm2 li {font-size: 14px;}
	.str-prgm2 li strong {width: 70px; height: 30px; font-size: 12px;}
	.str-prgm3 {font-size: 16px; padding: 0;}
	.str-review li > div {padding: 40px;}
	.str-review li img {width: 90px; margin-right: 40px;}
	.str-review li h5 {font-size: 20px;}
	.str-review li p {font-size: 16px; margin-top: 20px;}
	.str-review li span {font-size: 16px;}
	.str-call {margin-top: 80px;}
	.str-call dt {background-size: 240px auto;}
	.str-call dd {padding: 30px; font-size: 24px;}
}

@media screen and (max-width: 980px) {
	.str-title {font-size: 22px; margin-top: 60px; margin-bottom: 15px;}
	.str-prgm {margin: 0 -20px;}
	.str-prgm:before,
	.str-prgm:after {width: 20px; height: 60px;}
	.str-prgm:before {width: 20px;}
	.str-prgm:after {width: 40px;}
	.str-prgm > li {padding: 0 20px;}
	.str-prgm > li h6 {height: 60px; margin: 0 -20px 20px; font-size: 18px;}
	.str-prgm > li:nth-child(1) h6 {padding-left: 20px;}
	.str-prgm > li:nth-child(3) h6 {padding-right: 20px;}
	.str-prgm > li h6:after {border-width: 30px 0 30px 20px;}
	.str-prgm > li:nth-child(3) h6:after {right: 20px;}
	.str-review li {padding: 0 10px 10px;}
	.str-review li > div {padding: 30px;}
	.str-review li img {width: 70px; margin-right: 30px;}
	.str-review li h5 {font-size: 18px;}
	.str-review li p {font-size: 14px;}
	.str-review li span {font-size: 14px;}
	.str-call {margin-top: 60px; border-width: 5px;}
	.str-call dt {background-size: 200px auto;}
	.str-call dd {padding: 20px; font-size: 20px;}
}

@media screen and (max-width: 768px) {
	.str-title {font-size: 20px; margin-top: 40px;}
	.str-prgm {margin: 0; display: block;}
	.str-prgm:before,
	.str-prgm:after {display: none;}
	.str-prgm > li {padding: 0; width: 100%; margin-bottom: 60px;}
	.str-prgm > li:last-child {margin-bottom: 0;}
	.str-prgm > li h6 {height: 40px; margin: 0 0 20px; font-size: 16px;}
	.str-prgm > li:nth-child(1) h6 {padding-left: 0;}
	.str-prgm > li:nth-child(3) h6 {padding-right: 0;}
	.str-prgm > li h6:after {display: none;}

	.str-prgm1 p {font-size: 13px;}
	.str-prgm2 li {font-size: 13px;}
	.str-prgm3 {font-size: 13px; padding: 0;}
	.str-prgm3 span {max-width: 80%; margin: 20px auto; padding: 15% 0;}

	.str-review li:before {-webkit-border-radius: 10px; border-radius: 10px;}
	.str-review li > div {-webkit-border-radius: 10px; border-radius: 10px;}
	.str-review li > div {display: block;}
	.str-review li img {margin-left: auto; margin-right: auto;}
	.str-review li h5 {text-align: center; margin-top: 20px;}
	.str-review li p {font-size: 13px;}
	.str-review li span {font-size: 13px;}

	.str-call {margin-top: 40px; display: block; border-width: 5px;}
	.str-call dt {width: 100%; height: 100px; background-position: 60% 20%;}
	.str-call dd {width: 100%; font-size: 16px;}
}





.str-list {display: flex; margin: 0 -15px; padding-top: 60px;}
.str-list li {width: 25%; padding: 0 15px; text-align: center;}
.str-list.col3 {margin: 0 -25px;}
.str-list.col3 li {width: 33.3333%; padding: 0 25px;}
.str-list li img {display: block; width: 100%;}
.str-list li h5 {font-size: 20px; margin-top: 20px; font-weight: 600;}
.str-list li p {font-size: 16px; margin-top: 10px; color: #525252;}

.str-thumb {margin-top: 60px;}
.str-thumb dt {display: flex;}
.str-thumb dt h6 {flex-grow: 1; font-size: 16px; font-weight: 600;}
.str-thumb dt p {flex-shrink: 0; font-size: 14px; color: #525252; font-weight: 300;}
.str-thumb dd {margin-top: 10px;}
.str-thumb dd ul {display: flex; margin: 0 -5px;}
.str-thumb dd ul li {width: 20%; padding: 0 5px;}
.str-thumb dd ul.col4 {margin: 0 -10px;}
.str-thumb dd ul.col4 li {padding: 0 10px; width: 25%;}
.str-thumb dd ul li img {display: block; width: 100%;}

.str-thumb2 {padding: 60px 0; position: relative; display: flex; align-items: center;}
.str-thumb2:nth-child(odd):before {content: ''; display: block; position: absolute; left: -100%; right: -100%; top: 0; bottom: 0; background: #fafafa;}
.str-thumb2 dt {width: 40%; position: relative; padding-right: 100px;}
.str-thumb2 dt h6 {font-size: 35px; font-weight: 600; word-break: keep-all;}
.str-thumb2 dt p {font-size: 16px; color: #525252; font-weight: 300; margin-top: 30px;}
.str-thumb2 dd {width: 60%; position: relative;}
.str-thumb2 dd ul {display: flex; margin: -5px; flex-wrap: wrap; justify-content: center;}
.str-thumb2 dd ul li {width: 33.3333%; padding: 5px;}
.str-thumb2 dd ul li img {display: block; width: 100%;}

.str-sche {display: flex; margin: 0 -20px;}
.str-sche li {width: 50%; padding: 0 20px;}
.str-sche .heart-tb td {text-align: left;}


@media screen and (max-width: 1220px) {
	.str-list {margin: 0 -10px;}
	.str-list li {padding: 0 10px;}
	.str-list.col3 {margin: 0 -10px;}
	.str-list.col3 li {padding: 0 10px;}
	.str-list li h5 {font-size: 18px; margin-top: 15px;}
	.str-list li p {font-size: 14px; margin-top: 5px;}
	.str-thumb2 dt h6 {font-size: 30px;}
	.str-thumb2 dt p {font-size: 14px; margin-top: 20px;}
}

@media screen and (max-width: 980px) {
	.str-list {margin: 0 -5px;}
	.str-list li {padding: 0 5px;}
	.str-list.col3 {margin: 0 -5px;}
	.str-list.col3 li {padding: 0 5px;}
	.str-list li h5 {font-size: 16px;}

	.str-thumb {margin-top: 40px;}
	.str-thumb dd ul.col4 {margin: 0 -5px;}
	.str-thumb dd ul.col4 li {padding: 0 5px;}
	.str-sche {margin: 0 -10px;}
	.str-sche li {padding: 0 10px;}

	.str-thumb2 dt {padding-right: 30px;}
	.str-thumb2 dt h6 {font-size: 24px;}
	.str-thumb2 dt p {font-size: 13px; margin-top: 10px;}

}

@media screen and (max-width: 768px) {
	.str-list {margin: -10px -5px; flex-wrap: wrap;}
	.str-list li {width: 50%; padding: 10px 5px;}
	.str-list li h5 {font-size: 13px; margin-top: 10px;}
	.str-list li p {font-size: 11px;}
	
	.str-thumb {margin-top: 30px;}
	.str-thumb dt h6 {font-size: 14px;}
	.str-thumb dt p {font-size: 11px;}
	.str-thumb dd ul {flex-wrap: wrap; margin: -5px;}
	.str-thumb dd ul li {width: 50%; padding: 5px;}
	.str-thumb dd ul.col4 {margin: -5px;}
	.str-thumb dd ul.col4 li {padding: 5px; width: 50%;}

	.str-sche {display: block; margin: 0;}
	.str-sche li {width: 100%; padding: 0;}
	.str-sche li:last-child {margin-top: -1px;}
	.str-sche li:last-child .heart-tb table {border-top: none;}
	.str-sche .heart-tb {margin: 0; padding: 0;}
	.str-sche .heart-tb table {width: 100%;}

	.str-thumb2 {padding: 30px 0; display: block;}
	.str-thumb2 dt {width: 100%; padding-right: 0;}
	.str-thumb2 dt h6 {font-size:18px;}
	.str-thumb2 dt p {font-size: 12px; margin-top: 5px;}

	.str-thumb2 dd {width: 100%; margin-top: 15px;}
	.str-thumb2 dd ul {margin: -2px;}
	.str-thumb2 dd ul li {padding: 2px;}
}







