@charset"utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#header {box-shadow: 0px  0px  8px rgba(0,0,0,0.2);}
#subContainer {position:relative; padding: 0 20px 240px; margin:0 auto; width: 100%; max-width:1240px; box-sizing:border-box}
#commonContainer{position:relative;padding:0 0 60px;margin:0 auto; max-width:1200px; box-sizing:border-box}
#subContainer:after{content:"";display:block;clear:both}
#subContents{width:100%}
.bbs-contents {position:relative; width:1200px; margin:0 auto;}
.bbs-contents h2 {text-align:center; font-size:50px; color:#000; margin-bottom: 100px; font-weight: 700;}
.bbs-contents p.slogan {text-align:center; font-size:22px; color:#333; word-break:keep-all; margin:0 0 48px;}

@media only screen and (max-width:1200px){
    #subContainer{padding: 0 20px 120px;}
    #commonContainer{width:100%; padding:0 20px 60px;}
	.bbs-contents {width:100%; padding:0 20px;}
	.bbs-contents h2 {font-size:40px; margin-bottom: 60px;}
	.bbs-contents p.slogan {font-size:20px;margin:0 0 38px;}
}
@media only screen and (max-width: 767px){	
    #subContainer{padding: 0 20px 60px;}
	.bbs-contents {padding:0 15px;}
	.bbs-contents h2 {font-size:30px; margin-bottom: 40px;}
	.bbs-contents p.slogan {font-size:18px;margin:0 0 30px;}
}





/* Sub Visual (서브이미지)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */
.sub {text-align:center; padding:50px 20px 70px; width: 100%; max-width: 1240px; margin: 0 auto; position: relative;}
.sub ul {display: flex; margin: 0 -5px;}
.sub li {flex: auto; padding: 0 5px;}
.sub li a {display: flex; justify-content: center; align-items: center; flex: auto; height:60px; color:#666; font-size:20px; background:#f3f3f3;}
.sub li.active a {background:#25428e; color:#fff;}

@media only screen and (max-width:1200px){

}

@media only screen and (max-width:767px){
	.sub {padding:30px 20px 50px; margin: 0;}
	.sub ul {margin: 0;}
	.sub li {padding: 0;}
	.sub li a {font-size:15px; height:50px;}
	.sub .col5 li a {font-size:13px;}

}

/* Sub Contents (서브 콘텐츠 영역)

.search {display:block; margin:0 0 30px;}

/* 게시판 관련 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:#25428e;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out; border-radius:5px; padding-left:20px; padding-right:20px;}
.btn-search:focus, .btn-search:hover, .btn-sub:focus, .btn-sub:hover, .whois-button-submit:focus, .whois-button-submit:hover{color:#fff;background-color:#755346}

/* 게시판 공통 */
.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
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.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: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}





.sub-contents h3 {text-align:center; font-size:50px; color:#000; margin-bottom: 100px; font-weight: 700;}

@media only screen and (max-width: 1200px){
	.sub-contents h3 {font-size:40px; margin-bottom: 60px;}
}

@media only screen and (max-width: 767px){
	.sub-contents h3 {font-size:30px; margin-bottom: 40px;}
}



/* 회사소개 */
.greeting {text-align: center; margin-top: 80px;}
.greeting h5 {font-size: 40px; color: #3664ff; letter-spacing: -0.075rem;}
.greeting h5 br {display: none;}
.greeting h4 {font-size: 60px; color: #2d4289; letter-spacing: -0.075rem; font-weight: 900; margin-top: 20px;}
.greeting p {font-size: 20px; color: #000; padding-top: 60px; margin: 0 auto; line-height: 1.6;}
.root_daum_roughmap {width: 100% !important;}
.location {margin-top: 20px; font-size: 16px;}
.location li {margin-bottom: 10px;}
.location li:last-child {margin-bottom: 0;}
.location li dl {display: flex; align-items: center;}
.location li dl dt {display: flex; flex-shrink: 0; align-items: center; width: 120px; color: #000; font-weight: 500;}
.location li dl dt:before {content: ''; display: block; width: 30px; height: 30px; margin-right: 10px; -webkit-border-radius: 50%; border-radius: 50%;}
.location li:nth-child(1) dl dt:before {background: #2d4289 url('/images/kor09r-22-0461/sub/location_1.png')no-repeat center center / 16px auto;}
.location li:nth-child(2) dl dt:before {background: #2d4289 url('/images/kor09r-22-0461/sub/location_2.png')no-repeat center center / 16px auto;}
.location li:nth-child(3) dl dt:before {background: #2d4289 url('/images/kor09r-22-0461/sub/location_3.png')no-repeat center center / 16px auto;}
.location li:nth-child(4) dl dt:before {background: #2d4289 url('/images/kor09r-22-0461/sub/location_4.png')no-repeat center center / 16px auto;}
.location li dl dd {flex-grow: 1; color: #7d7d7d;}

@media only screen and (max-width:1200px){
	.greeting {margin-top: 60px;}
	.greeting h5 {font-size: 30px;}
	.greeting h4 {font-size: 40px; margin-top: 10px;}
	.greeting p {font-size: 18px;}
}

@media only screen and (max-width: 767px){
	.greeting {margin-top: 40px;}	
	.greeting h5 {font-size: 20px; line-height: 1.4;}
	.greeting h5 br {display: block;}
	.greeting h4 {font-size: 30px;}
	.greeting p {font-size: 16px; padding-top: 30px;}
	.greeting p br {display: none;}
	.greeting p span {display: block; margin-bottom: 30px;}
	.location {font-size: 14px;}
}


/* 운영시스템 */
.system-title {margin: 80px 0 120px; text-align: center;}
.system-title h4 {font-size: 60px; color: #3664ff; font-weight: 700;}
.system-title h5 {font-size: 36px; color: #2d4289; margin-top: 20px; line-height: 1.4; font-weight: 400;}
.system-title h5 strong {font-weight: 700;}
.system-title p {}

.system-1 {}
.system-1__text {display: flex;}
.system-1__text dt {width: 50%; order: 2;}
.system-1__text dd {width: 50%; padding-right: 60px;}
.system-1__text dd .system-title {margin-top: 0; margin-bottom: 60px; text-align: left;}
.system-1__text dd p {font-size: 18px; color: #000; line-height: 1.8;}
.system-1__img {text-align: center; margin-top: 60px;}

.system-2 {}
.system-2__thumb {display: flex; margin: 0 -30px;}
.system-2__thumb li {width: 33.33%; padding: 0 30px;}
.system-2__thumb li img {-webkit-border-radius: 50%; border-radius: 50%;}
.system-2__title {text-align: center; margin-top: 120px;}
.system-2__title h4 {font-size: 60px; color: #3664ff; font-weight: 700;}
.system-2__title h5 {font-size: 40px; color: #2d4289; margin-top: 30px; font-weight: 400; line-height: 1.4;}
.system-2__title h5 strong {font-weight: 700;}

.system-box {position: relative; margin-top: 90px;}
.system-box em {display: block; width: 70px; height: 70px; line-height: 35px; text-align: center; font-size: 20px; font-weight: 700; font-style: normal; background: #2d4289; color: #fff; -webkit-border-radius: 50%; border-radius: 50%; position: absolute; left: 50%; margin-left: -35px; bottom: 100%; margin-bottom: -35px;}
.system-box dl {border: dotted 2px #2d4289; background: #fff; position: relative; display: flex; align-items: center; padding: 35px;}
.system-box dl dt {flex-shrink: 0; width: 78px; margin-right: 20px;}
.system-box dl dd {flex-grow: 1;}
.system-box dl dd h5 {font-size: 30px; color: #000;}
.system-box dl dd p {font-size: 18px; font-weight: 300; margin-top: 20px; color: #000; line-height: 1.6;}
.system-box dl dd img {margin-top: 20px;}

.system-col3 {display: flex; margin: 0 -15px;}
.system-box2 {width: 33.33%; margin: 0 15px; position: relative; border: dotted 2px #2d4289;}
.system-box2 em {display: block; width: 70px; height: 70px; line-height: 70px; text-align: center; font-size: 20px; font-weight: 700; font-style: normal; background: #2d4289; color: #fff; -webkit-border-radius: 50%; border-radius: 50%; position: absolute; left: 50%; margin-left: -35px; bottom: 100%; margin-bottom: -35px;}
.system-box2 dl {padding: 90px 30px 50px;}
.system-box2 dl dt {width: 78px; margin: 0 auto;}
.system-box2 dl dd {margin-top: 30px; text-align: center; }
.system-box2 dl dd h5 {font-size: 30px; color: #000;}
.system-box2 dl dd p {font-size: 18px; margin-top: 20px; color: #000; line-height: 1.6;}


@media only screen and (max-width:1200px){
	.system-title {margin: 60px 0;}
	.system-title h4 {font-size: 46px;}
	.system-title h5 {font-size: 28px;}
	
	.system-2__thumb {margin: 0 -15px;}
	.system-2__thumb li {padding: 0 15px;}
	.system-2__title {margin-top: 80px;}
	.system-2__title h4 {font-size: 40px;}
	.system-2__title h5 {font-size: 30px; margin-top: 20px;}

	.system-col3 {margin: 0 -5px;}
	.system-box dl dd p br {display: none;}
	.system-box2 dl dd p br {display: none;}
	.system-box2 {margin: 0 5px;}
}


@media only screen and (max-width: 992px){
	.system-1__text {display: block;}
	.system-1__text dt {width: 100%; text-align: center;}
	.system-1__text dd {width: 100%; padding-right: 0;}

	.system-col3 {display: block; margin: 0;}
	.system-box2 {width: 100%; margin: 60px 0 0;}
	.system-box2 em {width: 60px; height: 60px; line-height: 60px; font-size: 18px; margin-left: -30px; margin-bottom: -30px;}
	.system-box2 dl {padding: 60px 20px 30px;}
	.system-box2 dl dd {margin-top: 20px;}
	.system-box2 dl dd h5 {font-size: 24px;}
	.system-box2 dl dd p {font-size: 16px;}
}


@media only screen and (max-width: 767px){
	.system-title {margin: 40px 0;}
	.system-title h4 {font-size: 30px;}
	.system-title h5 {font-size: 20px; margin-top: 10px;}
	.system-title h5 br {display: none;}
	.system-title + p br {display: none;}
	
	.system-1__text dd .system-title {margin-bottom: 30px;}
	.system-1__text dd p {font-size: 16px;}

	.system-2__thumb {margin: 0 -5px;}
	.system-2__thumb li {padding: 0 5px;}
	.system-2__title {margin-top: 40px;}
	.system-2__title h4 {font-size: 30px;}
	.system-2__title h5 {font-size: 20px; margin-top: 10px;}
	.system-2__img {margin-top: 20px;}

	.system-box {margin-top: 60px;}
	.system-box em {width: 60px; height: 60px; line-height: 30px; font-size: 18px; margin-left: -30px; margin-bottom: -30px;}
	.system-box dl {padding: 30px 20px; display: block;}
	.system-box dl dt {width: 78px; margin-right: auto; margin-left: auto;}
	.system-box dl dd {margin-top: 20px;}
	.system-box dl dd h5 {font-size: 24px; text-align: center;}
	.system-box dl dd p {font-size: 16px;}
}


/* 위탁급식 */
.csgn-title {margin-bottom: 120px;}
.csgn-title dd {background: #fff; margin-right: 360px; margin-top: -100px; position: relative; padding-top: 40px; padding-right: 40px;}
.csgn-title dd h4 {font-size: 60px; color: #3664ff; font-weight: 700;}
.csgn-title dd h5 {font-size: 40px; color: #2d4289; margin-top: 40px; line-height: 1.4; font-weight: 400;}
.csgn-title dd h5 strong {font-weight: 700;}

.csgn-list {display: flex; justify-content: space-between;}
.csgn-list li {text-align: center; color: #000;}
.csgn-list.col3 li {width: 280px;}
.csgn-list.col5 li {width: 200px;}
.csgn-list em {display: block; padding-bottom: 100%; width: 100%; border: dashed 2px #2d4289; -webkit-border-radius: 50%; border-radius: 50%;}
.csgn-list h5 {font-size: 25px; margin-top: 20px; line-height: 1.4;}
.csgn-list p {font-size: 18px; margin-top: 10px; font-weight: 300;}

.csgn-system {display: flex; margin: 0 -30px;}
.csgn-system li {width: 33.33%; padding: 0 30px; text-align: center; color: #000;}
.csgn-system li img {-webkit-border-radius: 50%; border-radius: 50%;}
.csgn-system li h5 {font-size: 20px; margin-top: 20px;}
.csgn-system li p {font-size: 20px;}

.csgn-text {font-size: 40px; color: #000; margin-top: 100px;}

.csgn-chk {margin-top: 60px;}
.csgn-chk dt {display: flex; margin: 0 auto; width: 380px; height: 60px; justify-content: center; align-items: center; background: #2d4289; color: #fff; font-size: 26px; font-weight: 700; -webkit-border-radius: 30px; border-radius: 30px;}
.csgn-chk dd {padding: 90px 50px 60px; border: dotted 2px #2d4289; margin-top: -30px;}
.csgn-chk dd ul {}
.csgn-chk dd ul li {margin-bottom: 30px; position: relative; padding-left: 40px;}
.csgn-chk dd ul li:last-child {margin-bottom: 0;}
.csgn-chk dd ul li:before {content: ''; display: block; width: 30px; height: 25px; position: absolute; left: 0; top: 0; background: url('/images/kor09r-22-0461/sub/consign_3_2.png')no-repeat center center / cover;}
.csgn-chk dd ul li h5 {font-size: 24px; color: #3e81e7;}
.csgn-chk dd ul li p {font-size: 20px; color: #000; margin-top: 10px;}


@media only screen and (max-width:1200px){
	.csgn-title {margin-bottom: 100px;}
	.csgn-title dd {margin-right: 200px; margin-top: -100px; padding-top: 30px; padding-right: 30px;}
	.csgn-title dd h4 {font-size: 50px;}
	.csgn-title dd h5 {font-size: 30px; margin-top: 30px;}

	.csgn-list.col3 li {width: 240px;}
	.csgn-list.col5 li {width: 160px;}
	.csgn-list h5 {font-size: 20px;}
	.csgn-list p {font-size: 16px;}

	.csgn-system {margin: 0 -15px;}
	.csgn-system li {padding: 0 15px;}
	.csgn-system li h5 {font-size: 16px;}
	.csgn-system li p {font-size: 16px;}

	.csgn-text {font-size: 34px; margin-top: 80px;}
	.csgn-text br {display: none;}
}

@media only screen and (max-width: 992px){
	.csgn-title {margin-bottom: 80px;}
	.csgn-title dd {margin-top: -80px; padding-top: 30px; padding-right: 30px;}
	.csgn-title dd h4 {font-size: 40px;}
	.csgn-title dd h5 {font-size: 24px; margin-top: 20px;}

	.csgn-list.col3 li {width: 200px;}
	.csgn-list.col5 li {width: 140px;}
	.csgn-list em {background-size: 80px auto !important;}

	.csgn-text {font-size: 32px;}
	.csgn-chk dd {padding: 90px 30px 60px;}
}

@media only screen and (max-width: 767px){
	.csgn-title {margin-bottom: 60px;}
	.csgn-title dd {margin-top: 0; margin-right: 0; padding-top: 30px; padding-right: 30px;}
	.csgn-title dd h4 {font-size: 30px;}
	.csgn-title dd h5 {font-size: 18px; margin-top: 10px;}
	.csgn-title dd h5 br {display: none;}

	.csgn-list {flex-wrap: wrap; justify-content: center; margin: -20px;}
	.csgn-list li {margin: 20px;}
	.csgn-list.col3 li {width: 120px;}
	.csgn-list.col5 li {width: 120px;}
	.csgn-list em {background-size: 60px auto !important;}
	.csgn-list h5 {font-size: 18px;}
	.csgn-list p {font-size: 14px;}

	.csgn-system {margin: 0 -5px;}
	.csgn-system li {padding: 0 5px;}
	.csgn-system li h5 {font-size: 14px; margin-top: 10px;}
	.csgn-system li p {font-size: 14px;}

	.csgn-text {font-size: 18px; margin-top: 40px;}

	.csgn-chk {margin-top: 40px;}
	.csgn-chk dt {width: 260px; height: 40px; font-size: 18px;}
	.csgn-chk dd {padding: 60px 20px 40px;}

	.csgn-chk dd ul li {padding-left: 30px;}
	.csgn-chk dd ul li:before {width: 20px; height: 15px;}
	.csgn-chk dd ul li h5 {font-size: 20px;}
	.csgn-chk dd ul li p {font-size: 16px; margin-top: 10px;}

}




/* 식자재유통 */
.dis-1__top {padding: 50px; text-align: center; background: #f6f6f6;}
.dis-1__top img {display: block; margin: 0 auto;}
.dis-1__top p {font-size: 26px; color: #000; font-weight: 500; margin-top: 40px;}
.dis-1__title {margin-top: 60px; font-size: 30px; font-weight: 700; color: #3e81e7; margin-bottom: 20px;}
.dis-1__partner {display: flex; align-items: center; justify-content: space-between;}
.dis-1__partner dt {font-size: 18px; color: #000; font-weight: 400; width: 50%; padding-right: 60px; line-height: 1.6;}
.dis-1__partner dd {flex-shrink: 0;}
.dis-1__sub {font-size: 18px; font-weight: 700; color: #000;}
.dis-dots {margin-top: 10px;}
.dis-dots > li {font-size: 16px; color: #000; margin-bottom: 5px; position: relative; padding-left: 10px;}
.dis-dots > li:last-child {margin-bottom: 0;}
.dis-dots > li:before {content: ''; display: block; width: 3px; height: 3px; background: #000; -webkit-border-radius: 50%; border-radius: 50%; position: absolute; left: 0; top: 10px;}
.dis-dots > li.pink {color: #ff0060;}
.dis-dots > li.pink:before {background: #ff0060;}
.dis-1__list {display: flex; margin: 0 -10px; padding-top: 40px;}
.dis-1__list > li {width: 25%; padding: 0 10px;}
.dis-1__list > li img {display: block; width: 100%; -webkit-border-radius: 100px; border-radius: 100px;}
.dis-1__list > li div {padding: 0 20px;}
.dis-1__list > li h5 {font-size: 18px; color: #000; font-weight: 700; margin: 20px 0;}

.dis-2__title {margin-top: 30px; margin-bottom: 120px; text-align: center; font-size: 30px; color: #2d4289; font-weight: 300; line-height: 1.6;}
.dis-2__title span {font-weight: 700; display: block;}
.dis-2__title + img {display: block; margin: 0 auto;}
.dis-2__text {margin-top: 30px; font-size: 24px; color: #000; font-weight: 500; line-height: 1.6; text-align: center;}

@media only screen and (max-width:1200px){
	.dis-2__title span {display: inline;}
	.dis-2__text br {display: none;}
}

@media only screen and (max-width: 992px){
	.dis-1__top {padding: 30px;}
	.dis-1__top p {font-size: 20px; margin-top: 30px;}
	.dis-1__partner {display: block;}
	.dis-1__partner dt {font-size: 16px; width: 100%; padding-right: 0;}
	.dis-1__partner dd {margin-top: 20px;}
	.dis-2__title {margin-bottom: 60px; font-size: 24px;}
	.dis-2__text {font-size: 18px;}
}

@media only screen and (max-width: 767px){
	.dis-1__top img {width: 141px;}
	.dis-1__top p {font-size: 16px; margin-top: 20px;}
	.dis-1__title {font-size: 24px; margin-bottom: 10px;}
	.dis-1__list {flex-wrap: wrap; margin: -20px -10px; padding-top: 20px;}
	.dis-1__list > li {width: 50%; padding: 20px 10px;}
	.dis-1__list > li div {padding: 0;}
	.dis-2__title {margin-bottom: 30px; font-size: 20px; text-align: left;}
	.dis-2__text {font-size: 16px; text-align: left;}
}







/* ceo 인사말 */
.greeting-ceo {display: flex; align-items: center;}
.greeting-ceo dt {width: 50%; padding-right: 50px;}
.greeting-ceo dt img {display: block; max-width: 100%;}
.greeting-ceo dd {width: 50%;}
.greeting-ceo dd h5 {color: #3664ff; font-size: 30px; font-weight: 800; line-height: 1.3; font-family: 'Nanum Myeongjo', serif;}
.greeting-ceo dd h4 {color: #2d4289; font-size: 50px; margin-top: 10px; font-weight: 800; font-family: 'Nanum Myeongjo', serif;}
.greeting-ceo dd p {font-size: 20px; margin-top: 60px; line-height: 1.6; color: #000; font-family: 'Nanum Myeongjo', serif;}
.greeting-ceo dd p b {font-weight: 800;}


@media only screen and (max-width:1280px){
	.greeting-ceo dd h5 {font-size: 24px;}
	.greeting-ceo dd h4 {font-size: 40px;}
	.greeting-ceo dd p {font-size: 18px;}
}

@media only screen and (max-width: 992px){
	.greeting-ceo dt {width: 40%; padding-right: 30px;}
	.greeting-ceo dt img {margin: 0 auto;}
	.greeting-ceo dd {width: 60%;}
	.greeting-ceo dd h5 {font-size: 16px;}
	.greeting-ceo dd h4 {font-size: 34px;}
	.greeting-ceo dd p {font-size: 15px; margin-top: 30px;}

}

@media only screen and (max-width: 767px){
	.greeting-ceo {display: block;}
	.greeting-ceo dt {width: 100%;}
	.greeting-ceo dd {width: 100%; margin-top: 40px;}
}