@charset"utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContainer {position:relative;width:100%;max-width:1320px;margin: 0 auto;padding-left: 20px;padding-right: 20px;box-sizing:border-box}
#subContents {padding: 100px 0 200px;}


@media only screen and (max-width:1280px){
    #subContents {padding: 80px 0 120px;}
}

@media only screen and (max-width:980px){
    #subContents {padding: 60px 0 100px;}
}

@media only screen and (max-width:767px){
    #subContents {padding: 40px 0 80px;}
}


/* Sub Visual (서브이미지)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */
.sub-top {height: 360px; padding-top: 110px; padding-bottom: 40px; display: flex; align-items: center; justify-content: center;}
.sub-top h2 {font-size: 35px; color: #fff; font-weight: 700;}
.sub-top__title {flex-grow: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.sub-top__title h2 {letter-spacing: -0.05em; font-size: 40px; font-weight: 700; color: #fff;}
.sub-top__title p {font-size: 20px; color: #fff; margin-top: 20px;}
.sub-top__bread {flex-shrink: 0; display: flex; justify-content: center; position: relative; z-index: 1;}
.sub-top__bread dt a {display: block; width: 40px; height: 40px; text-indent: -9999px; background: url('/images/kor09r-22-0461/sub/nav_home.png')no-repeat center center / 18px auto;}
.sub-top__bread dd {position: relative; display: flex; align-items: center;}
.sub-top__bread dd:before {content: ''; display: block; width: 1px; height: 10px; background: rgba(255,255,255,0.3); margin: 0 5px;}
.sub-top__bread dd button {width: 190px; height: 40px; padding: 0 15px; background: none; color: #fff; border: none; display: flex; align-items: center; justify-content: space-between;}
.sub-top__bread dd button:after {content: ''; display: block; margin-left: 10px; width: 6px; height: 6px; border-right: solid 2px #fff; border-bottom: solid 2px #fff; transform: rotate(45deg);}
.sub-top__bread dd button.active {background: #232124;}
.sub-top__bread dd button.active:after {transform: rotate(225deg);}
.sub-top__bread dd ul {display: none; position: absolute; left: 11px; right: 0; top: 100%; padding: 10px 15px; background: #232124;}
.sub-top__bread dd ul li {padding: 5px 0;}
.sub-top__bread dd ul li a {color: #fff;}

.sub-nav {border-bottom: solid 1px #e5e5e5; display: flex; justify-content: center;}
.sub-nav li {padding: 0 30px;}
.sub-nav li a {height: 80px; padding: 0 40px; font-size: 20px; display: flex; align-items: center; justify-content: center; position: relative;}
.sub-nav li.active a {font-weight: 500;}
.sub-nav li.active a:after {content: ''; display: block; height: 3px; background: #b2cb41; position: absolute; left: 0; right: 0; bottom: -1px;}

.sub-title {font-size: 50px; font-weight: 700; padding-bottom: 100px; line-height: 1.2; text-align: center;}
.sub-title br {display: none;}
.sub-title.lg {font-size: 70px;}

.sub-tab {position: relative; display: flex; align-items: center; justify-content: center;}
.sub-tab:before {content: ''; display: block; background: #e8e8e8; height: 1px; position: absolute; left: -100%; right: -100%; bottom: 0;}
.sub-tab li {padding: 0 35px;}
.sub-tab li a {text-align: center; height: 80px; font-size: 18px; line-height: 1.2; color: #7a7a7a; position: relative; display: flex; align-items: center; justify-content: center;}
.sub-tab li.active a {color: #0155ac; font-weight: 600;}

@media only screen and (max-width:1280px){
	.sub-top {height: 300px; padding-top: 80px; padding-bottom: 20px;}
	.sub-top h2 {font-size: 32px;}
	.sub-top__title h2 {font-size: 36px;}
	.sub-top__title p {font-size: 16px; margin-top: 10px;}

	.sub-nav li {padding: 0 20px;}
	.sub-nav li a {height: 60px; padding: 0 30px; font-size: 18px;}

	.sub-title {font-size: 40px; padding-bottom: 80px;}
	.sub-title.lg {font-size: 60px;}

	.sub-tab li {padding: 0 30px;}
	.sub-tab li a {font-size: 16px; height: 60px;}
}

@media only screen and (max-width:980px){
	.sub-top {margin-top: 60px; height: 200px; padding-top: 0; padding-bottom: 0;}
	.sub-top h2 {font-size: 26px;}
	.sub-top__title h2 {font-size: 32px;}
	.sub-top__title p {font-size: 14px;}

	.sub-top__bread dd button {width: 160px; font-size: 14px;}
	.sub-top__bread dd ul li a {font-size: 14px;}

	.sub-nav li {padding: 0 10px;}
	.sub-nav li a {height: 50px; padding: 0 25px; font-size: 16px;}

	.sub-title {font-size: 34px; padding-bottom: 60px;}
	.sub-title.lg {font-size: 50px;}
	.sub-tab {}
	.sub-tab li a {font-size: 14px; height: 50px;}
}

@media only screen and (max-width:767px){
	.sub-top {height: 120px;}
	.sub-top h2 {font-size: 20px;}
	.sub-top__title h2 {font-size: 26px;}
	.sub-top__title p {font-size: 12px; margin-top: 5px;}
	
	.sub-top__bread dt a {width: 30px; height: 30px;}
	.sub-top__bread dd button {width: 140px; height: 30px; font-size: 13px;}
	.sub-top__bread dd ul li a {font-size: 13px;}

	.sub-nav li {padding: 0; flex: 1;}
	.sub-nav li a {height: 40px; padding: 0; font-size: 13px;}

	.sub-title {font-size: 28px; padding-bottom: 40px;}
	.sub-title br {display: block;}
	.sub-title.lg {font-size: 40px;}
	.sub-tab li {width: auto; flex: auto; padding: 0;}
	.sub-tab li a {font-size: 13px; height: 40px;}
}



.page-navi {border-bottom: solid 1px #e6e6e6;}
.page-navi dl {display: flex; max-width: 860px; width: 100%;}
.page-navi dl dt {flex-shrink: 0; border-left: solid 1px #e6e6e6; border-right: solid 1px #e6e6e6;}
.page-navi dl dt a {display: block; width: 60px; height: 60px; text-indent: -9999px; background: url('/images/kor09r-22-0461/sub/page_navi_home.png')no-repeat center center / 20px auto;}
.page-navi dl dd {border-right: solid 1px #e6e6e6; width: calc((100% - 62px) / 2); position: relative; font-size: 16px;}
.page-navi dl dd button {height: 60px; width: 100%; text-align: left; padding-left: 20px; padding-right: 54px; display: flex; align-items: center; background: none; border: none; position: relative;}
.page-navi dl dd button:after {content: ''; display: block; width: 14px; height: 8px; opacity: 0.5; position: absolute; right: 20px; top: 50%; margin-top: -4px; background: url('/images/kor09r-22-0461/sub/page_navi_arrow.png')no-repeat center bottom / 100% auto;}
.page-navi dl dd button.active:after {background-position: center top;}
.page-navi dl dd ul {display: none; position: absolute; left: -1px; right: -1px; top: 100%; margin-top: 1px; z-index: 1; background: #fff;}
.page-navi dl dd ul li {border: solid 1px #e6e6e6; border-top: none;}
.page-navi dl dd ul li a {height: 50px; width: 100%; padding: 0 20px; display: flex; align-items: center;}

@media only screen and (max-width:1280px){
	.page-navi dl dt a {width: 50px; height: 50px;}
	.page-navi dl dd {width: calc((100% - 52px) / 2); font-size: 14px;}
	.page-navi dl dd button {height: 50px;}
}

@media only screen and (max-width:767px){
	.page-navi {margin: 0 -20px;}
	.page-navi dl dt {border-left: none;}
	.page-navi dl dt a {width: 40px; height: 40px; background-size: 16px auto;}
	.page-navi dl dd {width: calc((100% - 41px) / 2); font-size: 11px;}
	.page-navi dl dd:last-child {border-right: none;}
	.page-navi dl dd button {height: 40px; padding-left: 8px; padding-right: 24px;}
	.page-navi dl dd button:after {width: 7px; height: 4px; right: 8px; margin-top: -2px;}
	.page-navi dl dd ul li a {height: 40px;}
}





/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* 게시판 관련 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;}
}



/* 게시판 관련 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:#1f3f93;-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:#1f3f93}
.btn {padding: 12px 30px; font-size: 16px;}

@media screen and (max-width: 768px) {
	.btn {padding: 8px 20px; font-size: 14px;}
}

/* 게시판 공통 */
.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}



/* 게시판 */
.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: 40px; height: 40px; margin: 0 5px; font-size: 14px; color: #888; -webkit-border-radius: 50%; border-radius: 50%;}
.board_pagetab span.on a {color: #174168; 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: 10px; border-radius: 10px; opacity: 0.5;}
.board_pagetab a.page-first {background: url('/images/kor09r-22-0461/sub/paging_first.png')no-repeat center center / 16px auto;}
.board_pagetab a.page-prev {background: url('/images/kor09r-22-0461/sub/paging_prev.png')no-repeat center center / 16px auto;}
.board_pagetab a.page-next {background: url('/images/kor09r-22-0461/sub/paging_next.png')no-repeat center center / 16px auto;}
.board_pagetab a.page-last {background: url('/images/kor09r-22-0461/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%; border-top: solid 2px #2e3133;}
.brd-list caption {display: none;}
.brd-list th,
.brd-list td {border-bottom: solid 1px #c9c9c9; padding: 20px; text-align: center; font-size: 16px; color: #adadad;}
.brd-list th {font-weight: 500; background: #f8f8f8;}
.brd-list td.brd-list__title {text-align: left;}
.brd-list td.brd-list__title a {display: flex; align-items: center; color: #000;}
.brd-list td.brd-list__title a strong {flex-grow: 1; font-weight: 400; min-width: 0; display: inline-flex; max-width: 100%; align-items: center;}
.brd-list td.brd-list__title a:after {content: ''; flex-shrink: 0; margin-left: 40px; display: block; width: 26px; height: 20px; background: url('/images/kor09r-22-0461/sub/board_arrow.png')no-repeat center center / cover;}
.brd-list td.brd-list__title a span {display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.brd-list td.brd-list__title a em {flex-shrink: 0; font-style: normal; display: inline-block; vertical-align: middle; background: #d21243; 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 td.brd-list__title a img {flex-shrink: 0; margin-left: 5px;}
.brd-list td.brd-list__file img {width: 22px;}
.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-list__btn {display: flex; align-items: center; justify-content: flex-end; margin-top: 15px; padding: 0;}
.brd-top {display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 30px;}
.brd-top p strong {color: #0076a6;}
.brd-top__sch {flex-shrink: 0; display: flex; align-items: center;}
.brd-top__sch dt {width: 140px; margin-right: 10px; flex-shrink: 0;}
.brd-top__sch dt select {display: block; width: 100%; height: 50px; padding: 0 10px; border-color: #e6e6e6; font-size: 14px;}
.brd-top__sch dd {border: solid 1px #e6e6e6; width: 370px; position: relative;}
.brd-top__sch dd input[type="text"] {background: none; display: block; width: 100%; height: 48px; font-size: 14px; border: none; padding: 0 48px 0 20px; -webkit-appearance: none; appearance: none;}
.brd-top__sch dd button {display: block; width: 48px; height: 48px; border: none; text-indent: -9999px; position: absolute; right: 0; top: 0; -webkit-appearance: none; appearance: none; background: url('/images/kor09r-22-0461/sub/board_search.png')no-repeat center center / 18px auto;}


@media screen and (max-width: 1220px) {
	.brd-top {padding-bottom: 20px;}
	.brd-list th,
	.brd-list td {font-size: 14px;}
	.brd-list td.brd-list__status em {width: 60px; height: 30px; font-size: 12px;}
}

@media screen and (max-width: 980px) {
	.brd-top {padding-bottom: 10px;}
	.brd-top__sch {width: 360px;}
	.brd-top__sch dt {margin-right: 5px; width: 100px;}
	.brd-top__sch dt select {height: 40px;}
	.brd-top__sch dd input[type="text"] {height: 38px; padding-left: 10px; padding-right: 38px;}
	.brd-top__sch dd button {width: 38px; height: 38px; background-size: 16px auto;}
}

@media screen and (max-width: 768px) {
	.brd-top__sch {margin-top: 20px;}
	.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;}
	.brd-list td.brd-list__title a {font-size: 13px;}
	.brd-list td.brd-list__title a:after {display: none;}
	.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__file {display: none;}
	/* .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__name {margin-right: 10px;}
	.brd-list td.brd-list__hit {margin-right: 10px;}
	.brd-list td.brd-list__hit:before {content: '조회수 : ';}

	.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; min-height: 400px; border-top: solid 1px #e5e5e5; border-bottom: solid 1px #e5e5e5;}
.brd-view__content .main-video {margin-bottom: 30px;}
.brd-view__content img {height: auto !important;}
.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; min-height: 200px;}
	.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;}
}



.cmt-wrap {margin-top: 60px;}
.cmt-title {font-size: 18px; font-weight: 500; padding: 0 10px;}
.cmt-list {border-top: solid 1px #333; margin-top: 15px;}
.cmt-item {border-bottom: solid 1px #e5e5e5; padding: 15px 10px;}
.cmt-info {color: #888; font-size: 13px; display: flex; align-items: center;}
.cmt-info strong {color: #1f3f93; font-size: 14px; margin-right: 5px;}
.cmt-info a {display: block; margin-left: 5px;}
.cmt-info a img {display: block;}
.cmt-content {margin-top: 10px;}

.cmt-form {border: solid 1px #e5e5e5; background: #fafafa; padding: 20px; margin-top: 20px;}
.cmt-user {display: flex; align-items: flex-end; padding-bottom: 10px;}
.cmt-user h5 {font-weight: 500; margin-right: 5px; font-size: 18px;}
.cmt-user input,
.cmt-user label {display: none;}
.cmt-input {display: flex;}
.cmt-input textarea {flex-grow: 1; height: 100px !important;}
.cmt-input button {background: #333; color: #fff; width: 100px; height: 100px; font-size: 16px; font-weight: 500; border: none; flex-shrink: 0; display: flex; align-items: center; justify-content: center;}

@media screen and (max-width: 768px) {
	.cmt-form {padding: 10px;}
	.cmt-user h5 {font-size: 14px;}
	.cmt-user p {font-size: 12px;}
	.cmt-input {flex-direction: column;}
	.cmt-input button {width: 120px; height: 40px; margin-top: 10px; font-size: 13px; align-self: center; -webkit-border-radius: 4px; border-radius: 4px;} 
}



.glry-list {display: flex; flex-wrap: wrap; margin: -40px -15px;}
.glry-list li {padding: 40px 15px; width: calc(100% / 3);}
.glry-list li dl dt {display: block; padding-bottom: 68.2926%; border: solid 1px #d6d6d6; border-radius: 15px;}
.glry-list li dl dd {margin-top: 15px; font-size: 18px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.glry-list li a {width: 100%; max-width: 150px; height: 40px; padding: 0 20px; font-size: 14px; position: relative; margin: 40px auto 0; border: solid 1px #000; display: flex; align-items: center; justify-content: space-between;}
.glry-list li a:after {content: ''; display: block; width: 8px; height: 8px; border-top: solid 2px #000; border-right: solid 2px #000; transform: rotate(45deg); transition: all .3s ease-out;}
.glry-list li a:before {content: ''; display: block; width: 12px; height: 2px; background: #000; position: absolute; right: 20px; top: 50%; margin-top: -1px; transition: all .3s ease-out;}
.glry-list li a:hover {background: #000; color: #fff;}
.glry-list li a:hover:after {border-color: #fff;}
.glry-list li a:hover:before {background: #fff;}
.glry-list li.none {text-align: center; padding: 30px; width: 100%;}

@media only screen and (max-width:1280px) {
	.glry-list {margin: -30px -10px;}
	.glry-list li {padding: 30px 10px;}
	.glry-list li dl dd {margin-top: 10px; font-size: 16px;}
	.glry-list li a {margin: 30px auto 0;}
}

@media only screen and (max-width:980px) {
	.glry-list li {width: calc(100% / 2);}
}

@media only screen and (max-width:768px) {
	.glry-list {margin: -20px -5px;}
	.glry-list li {padding: 20px 5px;}
	.glry-list li dl dt { border-radius: 10px;}
	.glry-list li dl dd {font-size: 13px;}
	.glry-list li a {margin: 10px auto 0; max-width: 100px; height: 34px; padding: 0 10px; font-size: 12px;}
	.glry-list li a:before {right: 10px; width: 10px;}
	.glry-list li a:after {width: 6px; height: 6px;}
}




.brc-list {display: flex; flex-wrap: wrap; margin: -40px;}
.brc-list > li {padding: 40px; width: 33.3333%;}
.brc-list > li dl {display: block;}
.brc-list > li dl dt {display: block; padding: 30px; border: solid 1px #e6e6e6; -webkit-border-radius: 20px; border-radius: 20px;}
.brc-list > li dl dt em {display: block; padding-bottom: 141.3793%;}
.brc-list > li dl dd {padding: 20px; position: relative;}
.brc-list > li dl dd h5 {font-size: 18px; font-weight: 500;}
.brc-list > li dl dd p {margin-top: 20px; font-size: 14px; color: #878787;}
.brc-list > li dl dd a {display: block; width: 40px; height: 30px; text-indent: -9999px; position: absolute; right: 20px; bottom: 20px; background: #174168 url('/images/kor09r-22-0461/sub/brochure_down.png')no-repeat center center / 19px auto; -webkit-border-radius: 20px; border-radius: 20px;}
.brc-list > li.none {text-align: center; padding: 30px; width: 100%;}

@media only screen and (max-width:1280px) {
	.brc-list {margin: -30px -20px;}
	.brc-list > li {width: 33.3333%; padding: 30px 20px;}
	.brc-list > li dl dt {padding: 20px;}
	.brc-list > li dl dd {padding: 20px 10px;}
	.brc-list > li dl dd h5 {font-size: 16px;}
	.brc-list > li dl dd p {font-size: 13px;}
	.brc-list > li dl dd a {right: 10px;}
}

@media only screen and (max-width:980px) {
	.brc-list {margin: -20px -10px;}
	.brc-list > li {padding: 20px 10px;}
	.brc-list > li dl dd {padding: 20px 0;}
	.brc-list > li dl dd h5 {font-size: 14px;}
	.brc-list > li dl dd p {font-size: 12px;}
	.brc-list > li dl dd a {right: 0;}
}

@media only screen and (max-width:768px) {
	.brc-list {margin: -10px -5px;}
	.brc-list > li {padding: 10px 5px; width: 50%;}
	.brc-list > li dl {height: 100%; display: flex; flex-direction: column;}
	.brc-list > li dl dt {flex-shrink: 0;}
	.brc-list > li dl dd {text-align: center; padding: 10px 0; flex-grow: 1; display: flex; flex-direction: column;}
	.brc-list > li dl dd h5 {font-size: 13px; flex-grow: 1;}
	.brc-list > li dl dd p {font-size: 11px; flex-shrink: 0; margin-top: 5px;}
	.brc-list > li dl dd a {position: static; flex-shrink: 0; margin: 10px auto 0; text-indent: 0; width: 100px; padding-left: 35px; color: #fff; font-size: 13px; display: flex; align-items: center; background-position: 12px center; background-size: 13px auto;}
}




/* FAQ */
.faq-list {border-top: solid 2px #2e3133;}
.faq-list dl {border-bottom: solid 1px #ccc;}
.faq-list dl dt button {padding: 15px 20px; display: flex; align-items: center; text-align: left; padding-right: 50px; position: relative; width: 100%; font-size: 16px; font-weight: 400; border: none; background: none;}
.faq-list dl dt button:before {content: 'Q'; flex-shrink: 0; width: 30px; height: 30px; margin-right: 10px; background: #2e387e; color: #fff; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 50%; border-radius: 50%;}
.faq-list dl dt button:after {content: ''; display: block; width: 10px; height: 10px; border-top: solid 2px #000; border-right: solid 2px #000; position: absolute; top: 50%; margin-top: -5px; right: 20px; -webkit-transform: rotate(135deg); transform: rotate(135deg);}
.faq-list dl dt button.active:after {-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.faq-list dl dd {background: #fafafa; padding: 20px 40px; border-top: solid 1px #ccc; display: none;}
.faq-list dl dd:before {content: 'A'; flex-shrink: 0; width: 30px; height: 30px; margin-right: 20px; background: #ff5400; color: #fff; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 50%; border-radius: 50%;}
.faq-list dl dd p {font-size: 14px; line-height: 1.8;}
.faq-list .none {padding: 30px; text-align: center; border-bottom: solid 1px #ccc; font-size: 14px;}

@media only screen and (max-width:768px) {
	.faq-list dl dt button {padding: 10px 0; padding-right: 0; font-size: 13px;}
	.faq-list dl dt button:before {width: 25px; height: 25px; font-size: 13px;}
	.faq-list dl dt button:after {display: none;}
	.faq-list dl dd {padding: 10px;}
	.faq-list dl dd:before {width: 25px; height: 25px; font-size: 13px; margin-right: 10px;}
	.faq-list dl dd p {font-size: 12px;}
}



/* 고객서비스 */
.form-control {box-shadow: none;-webkit-box-shadow: none; font-size: 16px; height:60px; padding: 20px; -webkit-border-radius: 10px; border-radius: 10px;}
/* .form-control:focus{outline:none;box-shadow:none;-webkit-box-shadow:none;border-color:#16103f} */

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: 380px; padding: 20px;}

.rsm-info {margin-bottom: 10px; margin-top: 80px;}
.rsm-info strong {font-size: 20px; font-weight: 700; margin-right: 20px;}
.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; width: 60px; height: 60px; padding: 0; margin-left: -10px; border-radius: 0 10px 10px 0;}

.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-file {display: flex;}
.rsm-file select {flex-grow: 1; height: 60px;}
.rsm-file a {flex-shrink: 0; width: 120px; height: 60px; border: solid 1px #000; margin-left: 10px; border-radius: 10px; display: flex; align-items: center; justify-content: center;}

.rsm-img {width: 180px; display: inline-block; vertical-align: middle; margin-left: 5px;}
.rsm-addr {display: flex; gap: 10px; flex-wrap: wrap;}
.rsm-addr li a {height: 40px; background: #000; color: #fff; padding: 0 20px; font-size: 14px; display: flex; align-items: center; justify-content: center;}
.rsm-addr li:nth-child(3),
.rsm-addr li:nth-child(4) {width: 100%;}
/* .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-table th span {color: #f00; margin-left: 5px;} */

.rsm-top dt img {display: block; width: 100%;}
.rsm-top dd {padding-left: 20%; margin-top: -60px; z-index: 1; position: relative;}
.rsm-top dd ul {height: 120px; background: #0155ac; display: flex; align-items: center; justify-content: space-around;}
.rsm-top dd ul li {display: flex; align-items: center; justify-content: center; flex-shrink: 0;}
.rsm-top dd ul li img {display: block; width: 41px;}
.rsm-top dd ul li div {color: #fff; margin-left: 10px; line-height: 1.4;}
.rsm-top dd ul li strong {display: block; font-size: 18px; font-weight: 700; padding-top: 15px;}
.rsm-top dd ul li span {display: block; font-size: 16px; line-height: 1.4; height: 2.8em;}

.rsm-desc {margin-top: 30px;}

.rsm-table {display: block; margin-top: 40px;}
.rsm-table > tbody {display: flex; flex-wrap: wrap; gap: 40px;}
.rsm-table > tbody > tr {width: calc(50% - 20px);}
.rsm-table > tbody > tr.w100 {width: 100%;}
.rsm-table > tbody > tr > th {display: block;}
.rsm-table > tbody > tr > th label {margin-bottom: 0; font-weight: 500; display: inline-flex; align-items: center;}
.rsm-table > tbody > tr > th label span {display: block; text-indent: -9999px; width: 5px; height: 5px; margin-left: 5px; margin-top: -10px; background: #0051ff; border-radius: 50%;}
.rsm-table > tbody > tr > td {display: block; margin-top: 10px;}

.rsm-agree2 {}
.rsm-agree2 table {width: 100%; border-top: solid 1px #000; table-layout: fixed;}
.rsm-agree2 th,
.rsm-agree2 td {border-bottom: solid 1px #d8d8d8; text-align: center; padding: 20px;}
.rsm-agree2 th {background: #f8f8f8; font-weight: 600;}
.rsm-agree2 p {margin-top: 30px; display: flex; align-items: center; justify-content: center;}
.rsm-agree2 p input[type="checkbox"] {width: 30px; height: 30px; margin: 0; margin-right: 10px; border-radius: 5px;}
.rsm-agree2 p input[type="checkbox"]:checked:after {width: 8px; height: 16px; left: 50%; top: 50%; margin-left: -4px; margin-top: -10px; right: auto; bottom: auto; background: none; border-bottom: solid 3px #000; border-right: solid 3px #000; box-sizing: border-box; transform: rotate(45deg);}
.rsm-agree2 p input[type="checkbox"] + label {font-weight: 400; cursor: pointer;}

.rsm-content {height: 340px;}
.rsm-submit {margin-top: 70px;}
.rsm-submit a,
.rsm-submit button {width: 200px; height: 60px; background: #000; color: #fff; border: none; font-size: 20px; font-weight: 400; margin: 0 auto; display: flex; align-items: center; justify-content: center;}

@media screen and (max-width: 1280px) {
	.rsm-top dd ul li span {font-size: 14px;}
}

@media screen and (max-width: 980px) {
	.form-control {height: 50px; padding: 10px; font-size: 14px; border-radius: 5px;}
	textarea.form-control {height: 240px; padding: 10px;}
	.rsm-mail .menu-scroll button {width: 50px; height: 50px; margin-left: -5px; border-radius: 0 5px 5px 0;}
	.rsm-top {margin: 0 -20px;}
	.rsm-top dd {padding-left: 10%; margin-top: -50px;}
	.rsm-top dd ul {height: 100px;}
	.rsm-top dd ul li img {width: 32px;}
	.rsm-top dd ul li div {margin-left: 10px;}
	.rsm-top dd ul li strong {font-size: 16px;}
	.rsm-desc {font-size: 14px;}
	.rsm-table > tbody {gap: 30px 20px;}
	.rsm-table > tbody > tr {width: calc(50% - 10px);}
	.rsm-file select {height: 50px;}
	.rsm-file a {width: 100px; height: 50px; border-radius: 5px;}
	.rsm-agree2 th,
	.rsm-agree2 td {padding: 10px; font-size: 14px;}
	.rsm-agree2 p {margin-top: 20px;}
	.rsm-submit {margin-top: 50px;}
	.rsm-submit a,
	.rsm-submit button {width: 180px; font-size: 18px;}
}

@media screen and (max-width: 768px) {
	.form-control {height: 44px; font-size: 13px;}
	textarea.form-control {height: 180px;}
	.rsm-mail .menu-scroll button {width: 44px; height: 44px;}
	.rsm-top dd {padding-left: 0; margin-top: 0;}
	.rsm-top dd ul {height: auto; padding: 20px; display: block;}
	.rsm-top dd ul li {flex: none; margin: 0 10px; justify-content: flex-start;}
	.rsm-desc {font-size: 13px; margin-top: 20px;}
	.rsm-table > tbody {gap: 20px;}
	.rsm-table > tbody > tr {width: 100%;}
	.rsm-file select {height: 44px;}
	.rsm-file a {width: 80px; height: 44px; margin-left: 5px;}
	.rsm-agree2 th,
	.rsm-agree2 td {padding: 5px; font-size: 12px;}
	.rsm-agree2 p {margin-top: 10px;}
	.rsm-agree2 p input[type="checkbox"] {width: 24px; height: 24px; margin-right: 5px;}
	.rsm-agree2 p input[type="checkbox"]:checked:after {width: 6px; height: 12px; margin-left: -3px; margin-top: -8px; border-bottom: solid 2px #000; border-right: solid 2px #000;}
	.rsm-submit {margin-top: 30px;}
	.rsm-submit a,
	.rsm-submit button {width: 140px; height: 50px; font-size: 16px;}
}



/* 제품 */
.gd-tab {padding-bottom: 60px; margin: 0 -10px; display: flex; flex-wrap: wrap; justify-content: center;}
.gd-tab li {padding: 0 10px;}
.gd-tab li:first-child:nth-last-child(2),
.gd-tab li:first-child:nth-last-child(2) ~ li {width: 50%;}
.gd-tab li:first-child:nth-last-child(3),
.gd-tab li:first-child:nth-last-child(3) ~ li {width: 33.3333%;}
.gd-tab li:first-child:nth-last-child(4),
.gd-tab li:first-child:nth-last-child(4) ~ li {width: 25%;}
.gd-tab li:first-child:nth-last-child(5),
.gd-tab li:first-child:nth-last-child(5) ~ li {width: 20%;}
.gd-tab li a {height: 50px; font-size: 16px; background: #f3f3f3; color: #292929; font-weight: 500; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 40px; border-radius: 40px;}
.gd-tab li a.active {background: #027791; color: #fff;}


.gd-list {margin: -50px -20px; display: flex; flex-wrap: wrap;}
.gd-list li {width: 25%; padding: 50px 20px;}
.gd-list li.none {width: 100%; text-align: center;}
.gd-list li a {display: block;}
.gd-list li a img {display: block; width: 100%; border: solid 1px #efefef;}
.gd-list li a h5 {font-size: 16px; font-weight: 500; margin-top: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

@media screen and (max-width: 1280px) {
	.gd-list li a h5 {font-size: 15px;}
}

@media screen and (max-width: 980px) {
	.gd-tab li {width: auto !important; margin: 0 20px;}
	.gd-list {margin: -30px -15px;}
	.gd-list li {padding: 30px 15px; width: 33.3333%;}
	.gd-list li a h5 {font-size: 14px; margin-top: 5px;}
}

@media screen and (max-width: 768px) {
	.gd-tab {border-bottom: none;}
	.gd-tab li {margin: 2px;}
	.gd-tab li a {height: 40px; font-size: 13px; padding: 0 10px; border: solid 1px #ddd;}	
	.gd-tab li a.active:after {display: none;}
	.gd-tab li a.active {background: #1a1dcc; color: #fff;}
	.gd-list {margin: -20px -10px;}
	.gd-list li {padding: 20px 10px; width: 50%;}
	.gd-list li a h5 {font-size: 13px;}
}




.gd-dtl__top {display: flex;}
.gd-dtl__img {width: 50%;}
.gd-dtl__big {border: solid 1px #ddd;}
.gd-dtl__nav {margin: 0 -6px; margin-top: 30px;}
.gd-dtl__nav .slick-slide {padding: 0 6px;}
.gd-dtl__nav .slick-slide img {display: block; border: solid 1px #ddd;}
.gd-dtl__nav .slick-arrow {display: block; width: 30px; text-indent: -9999px; border: none; position: absolute; top: 0; bottom: 0; background: none;}
.gd-dtl__nav .slick-prev {right: 100%; margin-right: -6px;}
.gd-dtl__nav .slick-next {left: 100%; margin-left: -6px;}
.gd-dtl__nav .slick-arrow:after {content: ''; display: block; width: 16px; height: 16px; border-top: solid 3px #eaeaea; position: absolute; top: 50%; left: 50%; margin-top: -8px;}
.gd-dtl__nav .slick-prev:after {border-left: solid 3px #eaeaea; margin-left: -4px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.gd-dtl__nav .slick-next:after {border-right: solid 3px #eaeaea; margin-left: -12px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.gd-dtl__smry {width: 50%; padding-left: 60px; display: flex; flex-direction: column;}
.gd-dtl__smry h6 {font-size: 20px; color: #1a1dcc; font-weight: 600;}
.gd-dtl__smry h4 {font-size: 40px; font-weight: 600; color: #000; margin-top: 10px;}
.gd-dtl__smry dl {}
.gd-dtl__smry dl dt {font-size: 24px; font-weight: 600;}
.gd-dtl__smry dl dd {margin-top: 20px; font-size: 16px; line-height: 1.8;}
.gd-dtl__smry dl dd pre {display: none;}
.gd-dtl__smry dl dd ul {}
.gd-dtl__smry dl dd ul li {font-size: 18px; margin-bottom: 15px; position: relative; padding-left: 20px;}
.gd-dtl__smry dl dd ul li:last-child {margin-bottom: 0;}
.gd-dtl__smry dl dd ul li:before {content: ''; display: block; width: 3px; height: 3px; background: #000; position: absolute; left: 8px; top: 10px; -webkit-border-radius: 50%; border-radius: 50%;}

.goods-dtl__list2 li {display: flex;}
.goods-dtl__list2 li strong {flex-shrink: 0; width: 100px;}

.gd-dtl__shrink {flex-shrink: 0;}
.gd-dtl__grow {flex-grow: 1; margin-top: 30px; padding-top: 30px; border-top: dotted 2px #ddd;}
.gd-dtl__btn {flex-shrink: 0; margin-top: 30px;}
.gd-dtl__btn ul {display: flex; margin: 0 -5px;}
.gd-dtl__btn ul li {padding: 0 5px;}
.gd-dtl__btn ul li:first-child:nth-last-child(1) {width: 50%;}
.gd-dtl__btn ul li:first-child:nth-last-child(2),
.gd-dtl__btn ul li:first-child:nth-last-child(2) ~ li {width: 50%;}
.gd-dtl__btn ul li:first-child:nth-last-child(3),
.gd-dtl__btn ul li:first-child:nth-last-child(3) ~ li {width: 33.3333%;}
.gd-dtl__btn ul li:first-child:nth-last-child(4),
.gd-dtl__btn ul li:first-child:nth-last-child(4) ~ li {width: 25%;}
.gd-dtl__btn ul li a,
.gd-dtl__btn ul li button {width: 100%; height: 60px; border: solid 1px #333; background: none; padding: 0 40px; line-height: 1.0; font-size: 18px; display: flex; align-items: center; justify-content: center;}
.gd-dtl__btn ul li a.grn,
.gd-dtl__btn ul li button.grn {background: #00025a; border-color: #00025a; color: #fff;}

.gd-dtl__content {margin-top: 100px; font-size: 16px; line-height: 1.8;}
.gd-dtl__content h4 {font-size: 24px; font-weight: 600; margin-bottom: 20px;}
.gd-dtl__content dl {margin-top: 40px;}
.gd-dtl__content dl dt {font-size: 18px; color: #00025a; font-weight: 600; margin-bottom: 10px;}
.gd-dtl__content dl dd {font-size: 18px; margin-bottom: 5px; position: relative; padding-left: 20px;}
.gd-dtl__content dl dd:last-child {margin-bottom: 0;}
.gd-dtl__content dl dd:before {content: ''; display: block; width: 3px; height: 3px; background: #000; position: absolute; left: 8px; top: 10px; -webkit-border-radius: 50%; border-radius: 50%;}

@media screen and (max-width: 1280px) {
	.gd-dtl__smry h6 {font-size: 16px;}
	.gd-dtl__smry h4 {font-size: 36px;}
	.gd-dtl__smry dl dt {font-size: 20px;}
	.gd-dtl__smry dl dd {font-size: 15px;}
	.gd-dtl__smry dl dd ul li {font-size: 16px;}
	.gd-dtl__smry dl dd ul li:before {top: 8px;}
	.gd-dtl__grow {margin-top: 30px; padding-top: 30px;}
	.gd-dtl__btn ul {margin: 0 -2px;}
	.gd-dtl__btn ul li {padding: 0 2px;}
	.gd-dtl__btn ul li a,
	.gd-dtl__btn ul li button {height: 50px; padding: 0 30px; font-size: 16px;}
	.gd-dtl__content {margin-top: 100px; font-size: 15px;}
	.gd-dtl__content h4 {font-size: 20px;}
	.gd-dtl__content dl dt {font-size: 16px;}
	.gd-dtl__content dl dd {font-size: 16px;}
	.gd-dtl__content dl dd:before {top: 8px;}
}

@media screen and (max-width: 980px) {
	.gd-dtl__smry h4 {font-size: 30px;}
	.gd-dtl__smry dl dt {font-size: 16px;}
	.gd-dtl__smry dl dd {margin-top: 10px; font-size: 14px;}
	.gd-dtl__smry dl dd ul li {font-size: 14px; padding-left: 10px; margin-bottom: 10px;}
	.gd-dtl__smry dl dd ul li:before {top: 7px; left: 0;}	
	.gd-dtl__grow {margin-top: 20px; padding-top: 20px;}
	.gd-dtl__btn ul li a,
	.gd-dtl__btn ul li button {width: 100%; padding: 0 0; font-size: 14px;}

	.gd-dtl__content {margin-top: 60px; font-size: 14px;}
	.gd-dtl__content h4 {font-size: 16px; margin-bottom: 10px;}
	.gd-dtl__content dl {margin-top: 20px;}
	.gd-dtl__content dl dt {font-size: 14px;}
	.gd-dtl__content dl dd {font-size: 14px; padding-left: 10px;}
	.gd-dtl__content dl dd:before {top: 7px; left: 0;}
}

@media screen and (max-width: 768px) {
	.gd-dtl__top {display: block;}
	.gd-dtl__img {width: 100%;}
	.gd-dtl__smry {width: 100%; margin-top: 40px; padding-left: 0;}
	.goods-dtl__list2 li strong {width: 80px;}
}




.sub-name {font-size: 25px; color: #174168; font-weight: 700; margin-top: 120px; margin-bottom: 30px;}
.sub-name.mt0 {margin-top: 0;}
.sub-txt {font-size: 16px;}
.sub-dots li {display: flex; margin-bottom: 10px;}
.sub-dots li:last-child {margin-bottom: 0;}
.sub-dots li:before {content: ''; display: block; width: 3px; height: 3px; flex-shrink: 0; margin-top: 10px; margin-right: 10px; background: #000; -webkit-border-radius: 50%; border-radius: 50%;}

@media screen and (max-width: 1280px) {
	.sub-name {font-size: 22px; margin-top: 100px; margin-bottom: 20px;}
	.sub-txt {font-size: 15px;}
	.sub-dots li {font-size: 15px;}
}

@media screen and (max-width: 980px) {
	.sub-name {font-size: 20px; margin-top: 80px; margin-bottom: 15px;}
	.sub-txt {font-size: 14px;}
	.sub-dots li {font-size: 14px;}
	.sub-dots li:before {margin-top: 8px; margin-right: 8px;}
}

@media screen and (max-width: 768px) {
	.sub-name {font-size: 18px; margin-top: 60px; margin-bottom: 10px;}
	.sub-txt {font-size: 13px;}
	.sub-dots li {font-size: 13px;}
	.sub-dots li:before {margin-top: 7px; margin-right: 6px;}
}



/* 인증서 */
.lcn {display: flex; flex-wrap: wrap; justify-content: space-between; gap: 80px 120px;}
.lcn-item {width: calc(100% / 3 - 80px);}
.lcn-item button {background: none; border: none; border-radius: 0;}
.lcn-item div {padding: 10px; border: solid 1px #bdbdbd; position: relative;}
.lcn-item img {display: block;}
.lcn-item h5 {font-size: 18px; font-weight: 400; margin-top: 20px; text-align: left;}
.lcn-item p {font-size: 18px; text-align: left;}
.lcn-item div:before {opacity: 0; content: ''; display: block; background: rgba(0,0,0,0.7); position: absolute; left: 0; right: 0; top: 0; bottom: 0;}
.lcn-item div:after {opacity: 0; content: '+'; width: 70px; height: 70px; font-size: 20px; border-radius: 50%; background: #000; color: #fff; display: flex; align-items: center; justify-content: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.lcn-item:hover div:before,
.lcn-item:hover div:after {opacity: 1;}

.lcn-pop {display: none; position: fixed; z-index: 1000; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0.8);}
.lcn-pop > div {display: table; width: 100%; height: 100%; overflow-y: auto; padding: 30px 20px;}
.lcn-pop > div > div {display: table-cell; width: 100%; vertical-align: middle;}
.lcn-pop__box {width: 100%; max-width: 620px; margin: 0 auto; position: relative;}
.lcn-pop__title {display: flex; justify-content: flex-end;}
.lcn-pop__title h5 {display: none;}
.lcn-pop__title button {flex-shrink: 0; position: relative; width: 40px; height: 40px; margin-right: -10px; background: none; border: none; text-indent: -9999px;}
.lcn-pop__title button:before,
.lcn-pop__title button:after {content: ''; display: block; width: 30px; height: 2px; background: #fff; position: absolute; left: 50%; top: 50%; margin-left: -15px; margin-top: -1px;}
.lcn-pop__title button:before {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
.lcn-pop__title button:after {-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.lcn-pop__cont {}
.lcn-pop__cont img {display: block;}

@media screen and (max-width: 1280px) {
	.lcn {gap: 60px 80px;}
	.lcn-item {width: calc(100% / 3 - 60px);}
	.lcn-item h5 {font-size: 16px; margin-top: 15px;}
	.lcn-item p {font-size: 16px;}
}

@media screen and (max-width: 980px) {
	.lcn {gap: 40px 40px;}
	.lcn-item {width: calc(100% / 3 - 30px);}
	.lcn-item div {padding: 0;}
	.lcn-item h5 {font-size: 14px; margin-top: 10px;}
	.lcn-item p {font-size: 14px;}
}

@media screen and (max-width: 768px) {
	.lcn {gap: 40px 20px;}
	.lcn-item {width: calc(100% / 2 - 10px);}
	.lcn-item h5 {font-size: 13px;}
	.lcn-item p {font-size: 13px;}
}



/* about */
.abt-top dt {font-size: 35px; font-weight: 700;}
.abt-top dd {margin-top: 30px;}
.abt-top dd img {display: block; width: 100%;}

.abt-text {margin-top: 40px; display: flex;}
.abt-text dt {width: 50%; font-size: 40px; font-weight: 600; line-height: 1.3;}
.abt-text dt strong {font-weight: 800;}
.abt-text dd {width: 50%;}
.abt-text dd h5 {margin-top: 30px; margin-bottom: 20px; font-size: 20px;}
.abt-text dd h5 strong {font-weight: 700;}
.abt-text dd span {color: #407113; font-weight: 700;}

.abt-biz {margin-top: 120px; padding: 100px 0; position: relative;}
.abt-biz:before {content: ''; display: block; background: #f6f6f6; position: absolute; top: 0; bottom: 0; left: 50%; z-index: -1; width: 100vw; transform: translateX(-50%);}
.abt-biz h3 {font-size: 35px; font-weight: 700;}
.abt-biz__list {margin-top: 30px; display: flex; gap: 20px;}
.abt-biz__item {flex: 1;}
.abt-biz__item dt {position: relative;}
.abt-biz__item dt img {display: block; width: 100%;}
.abt-biz__item dt h5 {position: absolute; left: 30px; right: 30px; top: 40px; font-size: 22px; color: #fff; font-weight: 700;}
.abt-biz__item dd {padding-top: 20px;}
.abt-biz__item dd p + ul {margin-top: 20px;}
.abt-biz__item dd ul li {display: flex;}
.abt-biz__item dd ul li:before {content: ''; display: block; flex-shrink: 0; margin-top: 10px; margin-right: 5px; width: 3px; height: 3px; background: #000; border-radius: 50%;}
.abt-biz__total {margin-top: 30px;}
.abt-biz__total:before {content: ''; display: block; width: 95px; height: 114px; margin: 0 auto; background: url('/images/kor09r-22-0461/sub/about_arrow.png')no-repeat center center / cover;}
.abt-biz__total h5 {margin-top: 50px; text-align: center; font-size: 20px; font-weight: 700;}
.abt-biz__total img {display: block; margin: 10px auto 0; max-width: 100%;}

.abt-hsty {margin-top: 120px;}
.abt-hsty h3 {font-size: 35px; font-weight: 700;}
.abt-hsty dl {margin-top: 50px; padding-top: 50px; padding-left: 50%; position: relative;}
.abt-hsty dl:before {content: ''; display: block; background: #e5e5e5; height: 1px; position: absolute; top: 0; width: 100vw; left: 50%; transform: translateX(-50%);}
.abt-hsty dl:nth-child(2) {padding-top: 0;}
.abt-hsty dl:nth-child(2):before {display: none;}
.abt-hsty dl:nth-child(2) dt {color: #000; top: 0;}
.abt-hsty dl dt {font-size: 60px; font-weight: 700; font-family: 'Paperozi', sans-serif; position: absolute; left: 0; top: 40px; line-height: 1; color: rgba(0,0,0,0.5);}
.abt-hsty dl dd {display: flex; margin-bottom: 30px;}
.abt-hsty dl dd:last-child {margin-bottom: 0;}
.abt-hsty dl dd h5 {width: 50px; height: 30px; margin-right: 50px; flex-shrink: 0; background: #000; color: #fff; font-size: 14px; font-weight: 600; border-radius: 30px; display: flex; align-items: center; justify-content: center;}
.abt-hsty dl dd ul li {position: relative; padding-left: 10px; margin-bottom: 10px;}
.abt-hsty dl dd ul li:last-child {margin-bottom: 0;}
.abt-hsty dl dd ul li:before {content: ''; display: block; flex-shrink: 0; top: 10px; position: absolute; left: 0; width: 3px; height: 3px; background: #000; border-radius: 50%;}
.abt-hsty dl dd ul li span {color: #797979;}
.abt-hsty dl dd ul li img {margin-top: 10px;}

@media screen and (max-width: 1280px) {
	.abt-top dt {font-size: 30px;}
	.abt-top dd {margin-top: 20px;}
	.abt-text dt {font-size: 34px;}
	.abt-text dd h5 {font-size: 18px;}

	.abt-biz h3 {font-size: 30px;}
	.abt-biz__list {margin-top: 20px;}
	.abt-biz__item dt h5 {left: 20px; right: 20px; top: 30px; font-size: 18px;}

	.abt-hsty h3 {font-size: 30px;}
	.abt-hsty dl dt {font-size: 50px;}
}

@media screen and (max-width: 980px) {
	.abt-top dt {font-size: 26px;}
	.abt-top dd {margin-top: 15px;}
	.abt-text dt {width: 45%; font-size: 28px;}
	.abt-text dd {width: 55%;}
	.abt-text dd h5 {font-size: 16px;}

	.abt-biz {margin-top: 80px; padding: 80px 0;}
	.abt-biz h3 {font-size: 26px;}
	.abt-biz__list {margin-top: 15px;}
	.abt-biz__item dt h5 {left: 15px; right: 15px; top: 20px; font-size: 16px;}
	.abt-biz__total:before {width: 70px; height: 84px;}
	.abt-biz__total h5 {margin-top: 30px;}
	
	.abt-hsty {margin-top: 80px;}
	.abt-hsty h3 {font-size: 26px;}
	.abt-hsty dl {padding-left: 40%;}
	.abt-hsty dl dt {font-size: 40px;}
	.abt-hsty dl dd h5 {margin-right: 30px;}
}

@media screen and (max-width: 768px) {
	.abt-top dt {font-size: 22px;}
	.abt-top dd {margin-top: 10px; margin-left: -20px; margin-right: -20px; display: flex; justify-content: flex-end;}
	.abt-top dd img {width: 180%; max-width: none; margin-right: -40%;}
	.abt-text {display: block;}
	.abt-text dt {width: 100%; font-size: 22px;}
	.abt-text dd {width: 100%; margin-top: 20px;}
	.abt-text dd h5 {font-size: 16px;}

	.abt-biz {margin-top: 60px; padding: 60px 0;}
	.abt-biz h3 {font-size: 22px;}
	.abt-biz__list {margin-top: 10px; display: block;}
	.abt-biz__item {margin-bottom: 40px;}
	.abt-biz__item:last-child {margin-bottom: 0;}
	.abt-biz__item dt {padding-bottom: 50%; overflow: hidden;}
	.abt-biz__item dt img {position: absolute; left: 0; top: 0;}
	.abt-biz__item dt h5 {z-index: 1;}
	.abt-biz__item dd {padding-top: 15px;}
	.abt-biz__item dd p + ul {margin-top: 10px;}
	.abt-biz__total:before {width: 40px; height: 48px;}
	.abt-biz__total h5 {margin-top: 20px; font-size: 16px;}

	.abt-hsty {margin-top: 60px;}
	.abt-hsty h3 {font-size: 22px;}
	.abt-hsty dl {padding-left: 0; margin-top: 30px; padding-top: 30px;}
	.abt-hsty dl dt {position: static; font-size: 30px; margin-bottom: 20px;}
	.abt-hsty dl dd {margin-bottom: 15px;}
	.abt-hsty dl dd h5 {width: 34px; height: 24px; font-size: 12px; margin-right: 20px;}

}





.about-title {font-size: 30px; font-weight: 700;}
.about-cont {margin-top: 30px;}
.about-cont dl {display: flex; justify-content: space-between; align-items: center;}
.about-cont dl dt {width: calc(50% - 20px); overflow: hidden; border-radius: 20px;}
.about-cont dl dt img {display: block; width: 100%;}
.about-cont dl dd {width: 50%; padding-left: 70px;}
.about-cont dl dd h5 {font-size: 35px; font-weight: 700;}
.about-cont dl dd p {margin-top: 30px; font-size: 20px;}
.about-cont dl dd p strong {}
.about-cont dl:nth-child(even) dt {order: 2;}
.about-cont dl:nth-child(even) dd {padding-left: 0; padding-right: 70px;}

.about-str {margin-top: 200px; padding: 100px 0; position: relative;}
.about-str:before {content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 50%; z-index: -1; width: 100vw; transform: translateX(-50%); background: #f0f5fe url('/images/kor09r-22-0461/sub/about_bg.png')no-repeat left center / auto 100%;}
.about-str__wrap {padding-left: 40%; display: flex; align-items: center; gap: 20px;}
.about-str__col {flex: 1; display: flex; flex-direction: column; gap: 20px;}
.about-str__item {background: #fff; border-radius: 15px; padding: 40px;}
.about-str__item h5 {font-size: 22px; font-weight: 700; margin-bottom: 30px;}
.about-str__item p {color: #575757;}
.about-str__item ul li {color: #575757; display: flex; font-size: 18px;}
.about-str__item ul li:before {content: ''; display: block; flex-shrink: 0; margin-top: 12px; margin-right: 8px; width: 3px; height: 3px; background: #000; border-radius: 50%;}
.about-str__img {margin-top: 20px; display: flex; justify-content: flex-end;}

.about-ptnr {margin-top: 60px; overflow: hidden;}
.about-ptnr__circle {width: 100%; max-width: 874px; margin: 0 auto; position: relative; z-index: -1; margin-top: -20%;}
.about-ptnr__circle:before {content: ''; display: block; border: dotted 2px #d7d7d7; width: 68%; height: 68%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%;}
.about-ptnr__circle dl:before {content: ''; display: block; background: #fff; position: absolute; left: -100%; right: -100%; top: -100px; bottom: 50%;}
.about-ptnr__circle dl {padding-bottom: 100%; position: relative; border-radius: 50%; box-shadow: 0px 0px 30px 0px rgba(215, 215, 215, 0.4);}
.about-ptnr__circle dl img {display: block; width: 100%;}
.about-ptnr__circle dt {position: absolute; width: 35%; background: #efefef; border-radius: 50%; left: 50%; top: 50%; margin-left: -16.5%; margin-top: -16.5%;}
.about-ptnr__circle dd {position: absolute; border: solid 1px #d7d7d7; border-radius: 50%; overflow: hidden; width: 22%;}
.about-ptnr__circle dd:nth-child(2) {top: 50%; margin-top: -11%; left: 5%;}
.about-ptnr__circle dd:nth-child(3) {top: 67%; left: 20%;}
.about-ptnr__circle dd:nth-child(4) {top: 50%; margin-top: -11%; right: 5%;}
.about-ptnr__circle dd:nth-child(5) {top: 67%; right: 20%;}


@media screen and (max-width: 1280px) {
	.about-title {font-size: 26px;}
	.about-cont {margin-top: 20px;}
	.about-cont dl dd {padding-left: 40px;}
	.about-cont dl dd h5 {font-size: 30px;}
	.about-cont dl dd p {margin-top: 30px; font-size: 18px;}
	.about-cont dl:nth-child(even) dd {padding-right: 40px;}
	.about-str__wrap {padding-left: 30%;}
}

@media screen and (max-width: 980px) {
	.about-title {font-size: 24px;}
	.about-cont dl {margin-bottom: 30px;}
	.about-cont dl:last-child {margin-bottom: 0;}
	.about-cont dl dd {padding-left: 20px;}
	.about-cont dl dd h5 {font-size: 24px;}
	.about-cont dl dd p {margin-top: 20px; font-size: 16px;}
	.about-cont dl:nth-child(even) dd {padding-right: 20px;}
	.about-str {margin-top: 120px; padding: 80px 0;}
	.about-str__wrap {padding-left: 15%; margin-top: 20px;}
	.about-str__item ul li {font-size: 16px;}
	.about-str__item ul li:before {margin-top: 10px;}
	.about-ptnr__circle {margin-top: -30%;}
}

@media screen and (max-width: 768px) {
	.about-title {font-size: 20px;}
	.about-cont dl {display: block; margin-bottom: 60px;}
	.about-cont dl dt {width: calc(100% + 20px); padding-bottom: 70%; margin-left: -20px; border-radius: 0 15px 15px 0;}
	.about-cont dl dt img {display: block; width: 100%; position: absolute; left: 0; top: 0;}
	.about-cont dl dd {padding-left: 0; margin-top: 20px; width: 100%;}
	.about-cont dl dd h5 {font-size: 24px;}
	.about-cont dl dd p {margin-top: 20px; font-size: 14px;}
	.about-cont dl:nth-child(even) dt {margin-left: auto; margin-right: -20px; border-radius: 15px 0 0 15px;}
	.about-cont dl:nth-child(even) dd {padding-right: 0;}
	.about-str {margin-top: 80px; padding: 80px 0;}
	.about-str__wrap {padding-left: 0; display: block;}
	.about-str__col {display: block;}
	.about-str__item {padding: 30px; margin-bottom: 20px;}
	.about-str__item ul li {font-size: 14px;}
	.about-ptnr__circle {margin-top: -30%;}
}



.hsty-top {position: relative; overflow: hidden; padding-top: 40px; margin-top: -40px; }
.hsty-top dt {position: relative; font-size: 22px; padding-bottom: 70px; text-align: center; z-index: 1; font-weight: 700;}
.hsty-top dd {position: absolute; font-family: 'Paperozi', sans-serif; font-weight: 700; white-space: nowrap; font-size: 150px; color: #f2f2f2; line-height: 0.7; bottom: 0; left: 50%; transform: translateX(-50%);}

.hsty-list dl {position: relative; padding: 60px 0; padding-left: 35%;}
.hsty-list dl:before {content: ''; display: block; border-top: dashed 2px #e5e5e5; position: absolute; top: 0; width: 100vw; left: 50%; transform: translateX(-50%);}
.hsty-list dl dt {padding-left: 15%; font-size: 35px; font-weight: 700; font-family: 'Paperozi', sans-serif; position: absolute; left: 0; top: 60px; line-height: 1;}
.hsty-list dl dd {display: flex; margin-bottom: 30px;}
.hsty-list dl dd:last-child {margin-bottom: 0;}
.hsty-list dl dd h5 {width: 50px; height: 30px; margin-right: 50px; flex-shrink: 0; background: #000; color: #fff; font-size: 14px; font-weight: 600; border-radius: 30px; display: flex; align-items: center; justify-content: center;}
.hsty-list dl dd ul li {position: relative; padding-left: 10px; margin-bottom: 10px; font-size: 18px;}
.hsty-list dl dd ul li:last-child {margin-bottom: 0;}
.hsty-list dl dd ul li:before {content: ''; display: block; flex-shrink: 0; top: 12px; position: absolute; left: 0; width: 3px; height: 3px; background: #000; border-radius: 50%;}
.hsty-list dl dd ul li span {color: #797979;}
.hsty-list dl dd ul li img {margin-top: 10px;}

@media screen and (max-width: 1280px) {
	.hsty-top dt {padding-bottom: 50px; font-size: 20px;}
	.hsty-top dd {font-size: 120px;}
	.hsty-list dl dt {font-size: 30px;}
}

@media screen and (max-width: 980px) {
	.hsty-top dt {padding-bottom: 40px; font-size: 18px;}
	.hsty-top dd {font-size: 100px;}
	.hsty-list dl dt {padding-left: 10%; font-size: 26px;}
	.hsty-list dl dd h5 {margin-right: 30px;}
	.hsty-list dl dd ul li {font-size: 16px;}
	.hsty-list dl dd ul li:before {top: 10px;}
}

@media screen and (max-width: 768px) {
	.hsty-top {margin-left: -20px; margin-right: -20px;}
	.hsty-top dt {padding-bottom: 30px; font-size: 16px;}
	.hsty-top dd {font-size: 60px;}
	.hsty-list dl {padding: 40px 0; padding-left: 0;}
	.hsty-list dl dt {position: static; padding-left: 0; margin-bottom: 30px;}
	.hsty-list dl dd {margin-bottom: 15px;}
	.hsty-list dl dd h5 {width: 34px; height: 24px; font-size: 12px; margin-right: 20px;}
	.hsty-list dl dd ul li {font-size: 14px;}
}




.ci-title {font-size: 16px; font-weight: 700;}
.ci-logo {margin-top: 60px;}
.ci-logo img {display: block; margin: 0 auto;}

.ci-type {margin-top: 180px;}
.ci-type dl {margin-top: 20px; display: flex; align-items: center;}
.ci-type dl dt {width: 31.25%; height: 300px; padding: 30px; margin-right: 80px; flex-shrink: 0; background: #f8f8f8; border-radius: 20px; display: flex; align-items: center; justify-content: center;}
.ci-type dl dt img {display: block;}
.ci-type dl dd {flex-grow: 1;}
.ci-type dl dd ul {display: flex; gap: 120px;}
.ci-type dl dd ul li {text-align: center;}
.ci-type dl dd ul li img {display: block; margin: 0 auto;}
.ci-type dl dd ul li span {display: block; margin-top: 25px;}
.ci-type dl dd p {margin-top: 50px;}
.ci-type dl dd p span {display: flex;}
.ci-type dl dd p span:before {content: ''; display: block; flex-shrink: 0; margin-top: 10px; margin-right: 5px; width: 3px; height: 3px; background: #000; border-radius: 50%;}

.ci-color {margin-top: 100px;}
.ci-color ul {margin-top: 20px; display: flex; gap: 100px;}
.ci-color ul li {flex: 1; height: 50px; padding: 0 20px; color: #fff; display: flex; align-items: center;}
.ci-color ul li:nth-child(1) {background: #709F44; background: linear-gradient(to right, #709F44 0%, #4F7E43 100%);}
.ci-color ul li:nth-child(2) {background: #446e39; background: linear-gradient(to right, #446e39 0%, #0d2b25 100%);}
.ci-color ul li:nth-child(3) {background: #1f2622;}

.ci-combi {margin-top: 100px; display: flex; gap: 40px;}
.ci-combi dl {flex: 1;}
.ci-combi dl dd {margin-top: 30px; height: 270px; padding: 30px; background: #f8f8f8; border-radius: 20px; display: flex; align-items: center; justify-content: center;}
.ci-combi dl dd img {display: block;}

@media screen and (max-width: 1280px) {
	.ci-type {margin-top: 100px;}
	.ci-type dl dd ul {gap: 90px;}
	.ci-color ul {gap: 60px;}
}

@media screen and (max-width: 980px) {
	.ci-type dl dt {height: 200px; margin-right: 60px;}
	.ci-type dl dd ul {gap: 60px;}
	.ci-type dl dd p {margin-top: 30px;}
	.ci-color ul {gap: 20px;}
}

@media screen and (max-width: 768px) {
	.ci-logo {margin-top: 10px; padding: 30px 20%; background: #f8f8f8; height: 160px; border-radius: 20px; display: flex; align-items: center; justify-content: center;}
	.ci-type {margin-top: 60px;}
	.ci-type dl {display: block;}
	.ci-type dl dt {width: 100%; margin-right: 0; height: 160px;}
	.ci-type dl dt img {height: 100px;}
	.ci-type dl dd ul {margin-top: 30px; gap: 0; justify-content: space-between;}
	.ci-type dl dd ul li span {margin-top: 15px;}

	.ci-color {margin-top: 60px;}
	.ci-color ul {display: block;}
	.ci-color ul li {margin-bottom: 10px;}
	.ci-color ul li:last-child {margin-bottom: 0;}

	.ci-combi {margin-top: 60px; display: block;}
	.ci-combi dl {margin-bottom: 60px;}
	.ci-combi dl:lasta-child {margin-bottom: 0;}
	.ci-combi dl dd {margin-top: 10px; height: 160px; padding: 30px 30%;}
}





.org-title {font-size: 30px; font-weight: 700;}
.org-tlnt {margin-top: 20px; padding-bottom: 100px; margin-bottom: 120px;}
.org-tlnt ul {display: flex; padding: 20px 50px; border: dashed 1px #979797; border-radius: 300px;}
.org-tlnt ul li {flex: 1; position: relative;}
.org-tlnt ul li h5 {margin: 0 -30px; border-radius: 300px; padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;}
.org-tlnt ul li:nth-child(1) h5 {background: rgba(246,243,238,0.6);}
.org-tlnt ul li:nth-child(2) h5 {background: rgba(233,237,243,0.6);}
.org-tlnt ul li:nth-child(3) h5 {background: rgba(234,233,232,0.6);}
.org-tlnt ul li h5 img {display: block; width: 55px;}
.org-tlnt ul li h5 span {font-size: 20px; font-weight: 700; margin-top: 10px; line-height: 1.4; height: 2.8em; display: flex; align-items: center;}
.org-tlnt ul li p {font-size: 20px; text-align: center; font-weight: 500; padding-top: 80px; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); margin-top: 20px;}
.org-tlnt ul li p:before {content: ''; display: block; height: 60px; border-left: dashed 1px #979797; position: absolute; top: 0; left: 50%; margin-left: -1px;}
.org-tlnt ul li p:after {content: ''; display: block; background: #000; width: 10px; height: 10px; border-radius: 50%; position: absolute; top: 60px; left: 50%; margin-left: -5px;}

.org-list {margin-top: 30px;}
.org-list h4 {margin: 0 auto; position: relative; z-index: 1;}
.org-list h4:before,
.org-list h4:after,
.org-list h4 span {content: ''; display: block; position: absolute; left: 50%; top: 50%;}
.org-list h4,
.org-list h4:before,
.org-list h4:after,
.org-list h4 span{width: 170px; height: 170px; border-radius: 30px 0 30px 0;}
.org-list h4 {transform: rotate(-65deg); background: #eaf0f8;}
.org-list h4:before {z-index: 1; background: #c5d9f2; transform: translate(-50%, -50%) rotate(40deg);}
.org-list h4:after {z-index: 2; background: #2652f5; transform: translate(-50%, -50%) rotate(20deg);}
.org-list h4 span {z-index: 3; font-size: 20px; transform: translate(-50%, -50%) rotate(65deg); color: #fff; display: flex; align-items: center; justify-content: center;}
.org-list h5 {border-left: solid 1px #d9d9d9; width: 50%; margin-left: auto; padding-top: 60px; padding-bottom: 90px; position: relative; display: flex; justify-content: flex-end; align-items: center;}
.org-list h5:before {content: ''; display: block; height: 1px; background: #d9d9d9; flex-grow: 1;}
.org-list h5:after {content: ''; display: block; background: #000; width: 5px; height: 5px; border-radius: 50%; left: -3px; top: 98px; position: absolute;}
.org-list h5 span {width: 200px; height: 80px; flex-shrink: 0; background: #f2f2f2; border-radius: 10px; display: flex; align-items: center; justify-content: center;}

.org-list ul {display: flex; margin: 0 -100px;}
.org-list ul li {width: calc(100% / 3); padding: 0 100px; position: relative;}
.org-list ul li:before {content: ''; display: block; height: 1px; background: #d9d9d9; position: absolute; left: 0; right: 0; top: 0;}
.org-list ul li:first-child:before {left: 50%;}
.org-list ul li:last-child:before {right: 50%;}
.org-list ul li:after {content: ''; display: block; background: #000; width: 5px; height: 5px; border-radius: 50%; left: 50%; margin-left: -2px; top: -2px; position: absolute;}
.org-list ul li dl {padding-top: 50px; position: relative;}
.org-list ul li dl:before {content: ''; display: block; width: 1px; background: #d9d9d9; position: absolute; left: 50%; top: 0; bottom: 0;}
.org-list ul li dl dt {height: 100px; background: #393939; color: #fff; text-align: center; padding: 0 30px; border-radius: 10px; display: flex; align-items: center; justify-content: center; position: relative;}
.org-list ul li dl dd {height: 80px; background: #fff; border: solid 1px #c5c5c5; margin-top: 20px; text-align: center; padding: 0 30px; border-radius: 10px; display: flex; align-items: center; justify-content: center; position: relative;}

@media screen and (max-width: 1280px) {
	.org-title {font-size: 26px;}
	.org-tlnt ul li h5 span {font-size: 16px;}
	.org-tlnt ul li p {font-size: 16px;}
	.org-list ul {margin: 0 -60px;}
	.org-list ul li {padding: 0 60px;}
}

@media screen and (max-width: 980px) {
	.org-title {font-size: 24px;}
	.org-tlnt {padding-bottom: 80px; margin-bottom: 80px;}
	.org-tlnt ul {padding: 10px 25px;}
	.org-tlnt ul li h5 {margin: 0 -15px;}
	.org-tlnt ul li h5 img {width: 40px;}
	.org-tlnt ul li h5 span {font-size: 14px;}
	.org-tlnt ul li p {font-size: 14px; margin-top: 10px; padding-top: 60px;}
	.org-tlnt ul li p:before {height: 40px;}
	.org-tlnt ul li p:after {top: 40px;}
	.org-list h4,
	.org-list h4:before,
	.org-list h4:after,
	.org-list h4 span{width: 140px; height: 140px; font-size: 18px;}
	.org-list h5 {padding-bottom: 60px;}
	.org-list h5:after {top: 88px;}
	.org-list h5 span {width: 160px; height: 60px;}
	.org-list ul {margin: 0 -20px;}
	.org-list ul li {padding: 0 20px;}
	.org-list ul li dl dd {height: 60px;}
}

@media screen and (max-width: 768px) {
	.org-title {font-size: 20px;}
	.org-tlnt {padding-bottom: 0; margin-bottom: 60px;}
	.org-tlnt ul {padding: 0; border: none; display: block;}
	.org-tlnt ul li {display: flex; align-items: center; margin-bottom: 10px;}
	.org-tlnt ul li:last-child {margin-bottom: 0;}
	.org-tlnt ul li h5 {flex-grow: 1; margin: 0; padding: 20px 30px;}
	.org-tlnt ul li h5 img {}
	.org-tlnt ul li h5 span {height: auto; font-size: 12px;}
	.org-tlnt ul li h5 span br {display: none;}
	.org-tlnt ul li p {flex-shrink: 0; width: 100px; position: static; margin-top: 0; transform: translateX(0); padding-left: 30px; padding-top: 0;}
	.org-tlnt ul li p:before {height: 0; width: 30px; border-left: none; border-top: dashed 1px #979797; top: 50%; left: 0;}
	.org-tlnt ul li p:after {left: 30px; top: 50%; margin-top: -5px;}

	.org-list h4,
	.org-list h4:before,
	.org-list h4:after,
	.org-list h4 span{width: 90px; height: 90px; font-size: 16px; border-radius: 20px 0 20px 0;}

	.org-list h5 {padding-top: 40px; padding-bottom: 20px;}
	.org-list h5:after {top: 62px;}
	.org-list h5 span {width: 120px; height: 50px;}
	.org-list ul {margin: 0 -3px;}
	.org-list ul li {padding: 0 3px;}
	.org-list ul li dl {padding-top: 20px;}
	.org-list ul li dl dt {padding: 0 5px; font-size: 11px;}
	.org-list ul li dl dd {height: 40px; font-size: 12px; margin-top: 10px;}
}








.ptn-title {text-align: center;}
.ptn-title h4 {font-size: 30px; font-weight: 700;}
.ptn-title p {font-size: 20px; margin-top: 5px;}

.ptn-cate {margin-top: 100px; font-size: 30px; font-weight: 700;}

.ptn-list {margin-top: 35px; display: flex; flex-wrap: wrap; gap: 40px;}
.ptn-list li {width: calc(100% / 4 - 30px); border: solid 1px #f1f1f1; overflow: hidden; border-radius: 15px;}
.ptn-list li img {display: block;}
.ptn-list li:hover {box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 0.6);}

@media screen and (max-width: 1280px) {
	.ptn-title h4 {font-size: 26px;}
	.ptn-title p {font-size: 18px;}
	.ptn-cate {margin-top: 80px; font-size: 26px;}
	.ptn-list {gap: 20px;}
	.ptn-list li {width: calc(100% / 4 - 15px);}
}

@media screen and (max-width: 980px) {
	.ptn-title h4 {font-size: 22px;}
	.ptn-title p {font-size: 16px;}
	.ptn-cate {margin-top: 60px; margin-bottom: -20px; font-size: 24px;}
}

@media screen and (max-width: 768px) {
	.ptn-title h4 {font-size: 18px;}
	.ptn-title p {font-size: 14px; margin-top: 0;}
	.ptn-cate {margin-top: 40px; font-size: 20px;}
	.ptn-list {gap: 10px;}
	.ptn-list li {width: calc(100% / 2 - 5px);}
}






.loc-top img {display: block;}
.loc-dtl {margin-top: 100px;}
.loc-dtl dt {font-size: 30px; font-weight: 700;}
.loc-dtl dd {margin-top: 25px; display: flex; align-items: flex-end;}
.loc-info {width: 50%;}
.loc-info li {font-size: 20px; margin-bottom: 10px; display: flex; align-items: center;}
.loc-info li:last-child {margin-bottom: 0;}
.loc-info li strong {width: 100px; flex-shrink: 0; font-weight: 400; display: flex; align-items: center;}
.loc-info li strong:before {content: ''; display: block; width: 20px; height: 20px; margin-right: 10px;}
.loc-info li:nth-child(1) strong:before {background: url('/images/kor09r-22-0461/sub/location_ico_1.png')no-repeat center center / cover;}
.loc-info li:nth-child(2) strong:before {background: url('/images/kor09r-22-0461/sub/location_ico_2.png')no-repeat center center / cover;}
.loc-info li:nth-child(3) strong:before {background: url('/images/kor09r-22-0461/sub/location_ico_3.png')no-repeat center center / cover;}
.loc-info li span {font-weight: 600;}

.loc-odh {width: 50%;}
.loc-odh li {font-size: 20px; margin-bottom: 10px; display: flex; align-items: flex-start;}
.loc-odh li:last-child {margin-bottom: 0;}
.loc-odh li strong {width: 150px; flex-shrink: 0; font-weight: 400; display: flex; align-items: center;}
.loc-odh li strong:before {content: '!'; width: 20px; height: 20px; flex-shrink: 0; font-size: 12px; font-weight: 700; background: #000; color: #fff; margin-right: 10px; display: flex; align-items: center; justify-content: center; border-radius: 50%;}
.loc-odh li span {font-weight: 600;}

.loc-map {margin-top: 40px; height: 600px;}
.loc-map iframe {display: block; width: 100%; height: 100%;}

@media screen and (max-width: 1280px) {
	.loc-info li {font-size: 18px;}
	.loc-odh li {font-size: 18px;}
	.loc-odh li strong {width: 120px;}
	.loc-map {height: 400px;}
}

@media screen and (max-width: 980px) {
	.loc-top {margin: 0 -20px;}
	.loc-dtl {margin-top: 80px;}
	.loc-dtl dt {font-size: 26px;}
	.loc-info li {font-size: 16px;}
	.loc-odh li {font-size: 16px;}
	.loc-map {height: 300px;}
}

@media screen and (max-width: 768px) {
	.loc-dtl {margin-top: 60px;}
	.loc-dtl dt img {width: 140px;}
	.loc-dtl dt {font-size: 22px;}
	.loc-dtl dd {display: block;}
	.loc-info {width: 100%;}
	.loc-info li {font-size: 14px;}
	.loc-info li strong {width: 100px;}
	.loc-odh {width: 100%; margin-top: 30px;}
	.loc-odh li {font-size: 14px;}
	.loc-odh li strong {width: 100px;}
	.loc-map {height: 200px; margin-top: 20px;}
}





.prdt-top {display: flex;}
.prdt-slider {width: 50%; padding-right: 40px; border-right: solid 1px #e5e5e5;}
.prdt-big {}
.prdt-big .slick-arrow {width: 30px; height: 40px; background: none; text-indent: -9999px; border: none; position: absolute; z-index: 1; top: 50%; margin-top: -20px;}
.prdt-big .slick-prev {left: 0;}
.prdt-big .slick-next {right: 0;}
.prdt-big .slick-arrow:after {content: ''; display: block; width: 28px; height: 28px; position: absolute; top: 50%; left: 50%; margin-top: -14px; border-top: solid 5px #eaeaea;}
.prdt-big .slick-prev:after {transform: rotate(-45deg); border-left: solid 5px #eaeaea; margin-left: -6px;}
.prdt-big .slick-next:after {transform: rotate(45deg); border-right: solid 5px #eaeaea; margin-left: -22px;}

.prdt-sm {margin: 0 -5px; position: relative; padding: 0 20px;}
.prdt-sm .slick-slide {padding: 0 5px;}
.prdt-sm .slick-slide img {display: block; border: solid 1px #ddd;}
.prdt-sm .slick-arrow {width: 20px; background: none; text-indent: -9999px; border: none; position: absolute; z-index: 1; top: 0; bottom: 0;}
.prdt-sm .slick-prev {left: 0;}
.prdt-sm .slick-next {right: 0;}
.prdt-sm .slick-arrow:after {content: ''; display: block; width: 16px; height: 16px; position: absolute; top: 50%; left: 50%; margin-top: -8px; border-top: solid 3px #eaeaea;}
.prdt-sm .slick-prev:after {transform: rotate(-45deg); border-left: solid 3px #eaeaea; margin-left: -4px;}
.prdt-sm .slick-next:after {transform: rotate(45deg); border-right: solid 3px #eaeaea; margin-left: -12px;}

.prdt-text {width: 50%; padding: 0 80px; display: flex; flex-direction: column; justify-content: center;}
.prdt-text h4 {font-size: 40px; font-weight: 700;}
.prdt-text p {margin-top: 60px;}
.prdt-text a {margin-top: 100px; width: 170px; height: 60px; padding: 0 20px; font-size: 14px; background: #000; color: #fff; position: relative; display: flex; align-items: center; justify-content: space-between;}
.prdt-text a:after {content: ''; display: block; width: 8px; height: 8px; border-top: solid 2px #fff; border-right: solid 2px #fff; transform: rotate(45deg); transition: all .3s ease-out;}
.prdt-text a:before {content: ''; display: block; width: 12px; height: 2px; background: #fff; position: absolute; right: 20px; top: 50%; margin-top: -1px; transition: all .3s ease-out;}

.prdt-dtl {margin-top: 120px; padding-bottom: 120px; border-bottom: solid 1px #e5e5e5;}
.prdt-dtl h4 {font-size: 22px; font-weight: 600;}
.prdt-dtl ul {margin-top: 40px;}
.prdt-dtl ul li {margin-bottom: 10px; display: flex; align-items: flex-start;}
.prdt-dtl ul li:last-child {margin-bottom: 0;}
.prdt-dtl ul li strong {flex-shrink: 0; width: 100px; display: flex; align-items: center;}
.prdt-dtl ul li strong:before {content: ''; display: block; width: 3px; height: 3px; background: #000; margin-right: 10px; border-radius: 50%;}
.prdt-dtl ul li span {}


@media screen and (max-width: 1280px) {
	.prdt-text {padding: 0 40px;}
	.prdt-text h4 {font-size: 30px;}
	.prdt-text p {margin-top: 30px;}
	.prdt-text a {margin-top: 60px; width: 160px; height: 50px;}
	.prdt-dtl {margin-top: 100px; padding-bottom: 100px;}
	.prdt-dtl h4 {font-size: 20px;}
	.prdt-dtl ul {margin-top: 20px;}
}

@media screen and (max-width: 980px) {
	.prdt-text {padding-left: 30px; padding-right: 0;}
	.prdt-text h4 {font-size: 24px;}
	.prdt-text p {margin-top: 20px; font-size: 14px;}
	.prdt-text a {margin-top: 40px; width: 140px; height: 44px;}
	.prdt-dtl {margin-top: 80px; padding-bottom: 80px;}

}

@media screen and (max-width: 768px) {
	.prdt-top {display: block;}
	.prdt-slider {width: 100%; padding-right: 0; border-right: none;}
	.prdt-big .slick-arrow {width: 20px;}
	.prdt-big .slick-arrow:after {border-top-width: 3px;}
	.prdt-big .slick-prev:after {border-left-width: 3px;}
	.prdt-big .slick-next:after {border-right-width: 3px;}
	.prdt-sm {margin: 0 -2px; padding: 0;}
	.prdt-sm .slick-slide {padding: 0 2px;}
	.prdt-sm .slick-arrow {display: none !important;}

	.prdt-text {width: 100%; margin-top: 30px; padding-left: 0;}
	.prdt-text h4 {font-size: 20px;}
	.prdt-text p {font-size: 13px; margin-top: 10px;}
	.prdt-text a {margin-top: 30px;}

	.prdt-dtl {margin-top: 40px; padding-bottom: 40px;}
	.prdt-dtl h4 {font-size: 16px;}
	.prdt-dtl ul {margin-top: 15px;}
	.prdt-dtl ul li {font-size: 13px;}
	.prdt-dtl ul li strong {width: 80px;}
	.prdt-dtl ul li strong:before {margin-right: 5px;}
}






.biz-title {text-align: center;}
.biz-title h4 {font-size: 28px; font-weight: 700;}
.biz-title p {font-size: 20px; margin-top: 20px;}
.biz-title p span {box-shadow: inset 0px -1rem 0 #bceefd;}
.biz-dtl {margin-top: 90px; display: flex; align-items: center;}
.biz-dtl dt {width: 50%; display: flex; justify-content: flex-end;}
.biz-dtl dt img {display: block; max-width: none;}
.biz-dtl dd {width: 50%; padding-left: 100px;}
.biz-dtl dd h5 {font-size: 35px; font-weight: 700;}
.biz-dtl dd h5 span {box-shadow: inset 0px -1rem 0 #bceefd;}
.biz-dtl dd p {font-size: 20px; margin-top: 15px;}
.biz-dtl dd p span {box-shadow: inset 0px -1rem 0 #bceefd;}
.biz-dtl dd a {margin-top: 60px; width: 180px; height: 60px; padding: 0 20px; background: #000; color: #fff; position: relative; display: flex; align-items: center; justify-content: space-between; border-radius: 10px;}
.biz-dtl dd a:after {content: ''; display: block; width: 8px; height: 8px; border-top: solid 2px #fff; border-right: solid 2px #fff; transform: rotate(45deg); transition: all .3s ease-out;}
.biz-dtl dd a:before {content: ''; display: block; width: 12px; height: 2px; background: #fff; position: absolute; right: 20px; top: 50%; margin-top: -1px; transition: all .3s ease-out;}


@media screen and (max-width: 1280px) {
	.biz-title h4 {font-size: 24px;}
	.biz-title p {font-size: 18px; margin-top: 10px;}
	.biz-dtl {margin-top: 60px;}
	.biz-dtl dt img {height: 360px;}
	.biz-dtl dd {padding-left: 60px;}
	.biz-dtl dd h5 {font-size: 30px;}
	.biz-dtl dd p {font-size: 16px; margin-top: 10px;}
	.biz-dtl dd a {margin-top: 40px; width: 140px; height: 50px; font-size: 14px;}
}

@media screen and (max-width: 980px) {
	.biz-title h4 {font-size: 20px;}
	.biz-title p {font-size: 16px;}
	.biz-dtl dt img {height: 240px;}
	.biz-dtl dd {padding-left: 40px;}
	.biz-dtl dd h5 {font-size: 24px;}
	.biz-dtl dd p {font-size: 14px;}
	.biz-dtl dd a {margin-top: 20px; border-radius: 8px;}
}

@media screen and (max-width: 768px) {
	.biz-title p {font-size: 14px;}
	.biz-dtl {display: block; margin-top: 30px;}
	.biz-dtl dt {width: 100%;}
	.biz-dtl dt img {height: 240px;}
	.biz-dtl dd {padding-left: 0; width: 100%; margin-top: 20px;}
	.biz-dtl dd h5 {font-size: 20px;}
	.biz-dtl dd p {margin-top: 5px;}
	.biz-dtl dd a {height: 44px; border-radius: 4px; padding: 0 15px;}
	.biz-dtl dd a:before {right: 15px;}
}





.biz3-title h4 {font-size: 35px; font-weight: 700;}
.biz3-title p {font-size: 20px; margin-top: 10px;}

.biz3-img {margin-top: 60px; display: flex; gap: 70px;}
.biz3-img p {text-align: center; font-size: 20px; margin-top: 15px; font-weight: 500;}
.biz3-img img {display: block;}

.biz3-list {margin-top: 60px; padding: 40px 0; position: relative; display: flex; align-items: center;}
.biz3-list:before {content: ''; display: block; background: #f9f9f9; position: absolute; width: 100vw; z-index: -1; top: 0; bottom: 0; left: 50%; transform: translateX(-50%);}
.biz3-list dt ul li {font-size: 20px;}
.biz3-list dd {margin-left: 60px;}
.biz3-list dd a {width: 180px; height: 60px; padding: 0 20px; background: #000; color: #fff; position: relative; display: flex; align-items: center; justify-content: space-between; border-radius: 10px;}
.biz3-list dd a:after {content: ''; display: block; width: 8px; height: 8px; border-top: solid 2px #fff; border-right: solid 2px #fff; transform: rotate(45deg); transition: all .3s ease-out;}
.biz3-list dd a:before {content: ''; display: block; width: 12px; height: 2px; background: #fff; position: absolute; right: 20px; top: 50%; margin-top: -1px; transition: all .3s ease-out;}

.biz3-efr {margin-top: 120px;}
.biz3-efr h4 {font-size: 35px; font-weight: 700;}
.biz3-efr dl {margin-top: 60px; display: flex; align-items: center;}
.biz3-efr dl dt {width: 50%; font-size: 20px;}
.biz3-efr dl dd {width: 50%;}
.biz3-efr dl dd img {display: block;}

.video-modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; }
.video-modal.active { display: flex; align-items: center; justify-content: center; }
.video-modal__dim { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); cursor: pointer; }
.video-modal__content { position: relative; z-index: 10; width: 90%; max-width: 1000px; background: #000; }
.video-modal__video { position: relative; padding-top: 56.25%; /* 16:9 비율 */ }
.video-modal__video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.video-modal__close { position: absolute; top: -40px; right: 0; width: 32px; height: 32px; background: none; border: none; text-indent: -9999px; cursor: pointer; }
.video-modal__close:before,
.video-modal__close:after {content: ''; display: block; width: 40px; height: 2px; background: #fff; position: absolute; left: 50%; top: 50%; margin-left: -20px; margin-top: -1px;}
.video-modal__close:before {transform: rotate(-45deg);}
.video-modal__close:after {transform: rotate(45deg);}

@media screen and (max-width: 1280px) {
	.biz3-title h4 {font-size: 28px;}
	.biz3-title p {font-size: 18px; margin-top: 5px;}
	.biz3-img {margin-top: 30px; gap: 40px;}
	.biz3-img p {margin-top: 10px; font-size: 18px;}
	.biz3-list dt ul li {font-size: 18px;}
	.biz3-list dd {margin-left: 40px;}
	.biz3-list dd a {width: 140px; height: 50px; font-size: 14px;}
	.biz3-efr {margin-top: 80px;}
	.biz3-efr h4 {font-size: 28px;}
	.biz3-efr dl {margin-top: 30px;}
	.biz3-efr dl dt {font-size: 18px;}
}

@media screen and (max-width: 980px) {
	.biz3-title h4 {font-size: 24px;}
	.biz3-title p {font-size: 16px;}
	.biz3-img {gap: 20px;}
	.biz3-img p {font-size: 16px;}
	.biz3-list dt ul li {font-size: 16px;}
	.biz3-list dd {margin-left: 20px;}
	.biz3-list dd a {border-radius: 8px;}
	.biz3-efr {margin-top: 60px;}
	.biz3-efr h4 {font-size: 24px;}
	.biz3-efr dl dt {font-size: 16px;}
}

@media screen and (max-width: 768px) {
	.biz3-title h4 {font-size: 18px;}
	.biz3-title p {font-size: 13px;}
	.biz3-img {gap: 10px;}
	.biz3-img p {font-size: 13px;}
	.biz3-list {padding: 30px 0; display: block;}
	.biz3-list dt ul li {font-size: 13px;}
	.biz3-list dd {margin-left: 0; margin-top: 20px;}
	.biz3-list dd a {height: 44px; border-radius: 4px; padding: 0 15px;}
	.biz3-list dd a:before {right: 15px;}
	.biz3-efr h4 {font-size: 18px;}
	.biz3-efr dl {display: block; margin-top: 20px;}
	.biz3-efr dl dt {width: 100%; font-size: 13px;}	
	.biz3-efr dl dd {width: 100%; margin-top: 20px;}
}






.biz4-grp {padding: 80px 0; position: relative; display: flex; align-items: flex-start;}
.biz4-grp:first-child {padding-top: 0;}
.biz4-grp:last-child {padding-bottom: 0;}
.biz4-grp:last-child:after {display: none;}
.biz4-grp:after {content: ''; display: block; background: #e5e5e5; height: 1px; position: absolute; bottom: 0; left: -100%; right: -100%;}
.biz4-grp dt {width: 35%; font-size: 25px; padding-right: 20px;}
.biz4-grp dt strong {display: block;}
.biz4-grp dd {width: 65%; padding-top: 5px;}
.biz4-grp dd p {font-size: 18px;}
.biz4-grp dd ul {display: flex; gap: 30px; margin-top: 30px;}
.biz4-grp dd ul li {border-radius: 30px; overflow: hidden;}
.biz4-grp dd ul li img {display: block;}

@media screen and (max-width: 1280px) {
	.biz4-grp dt {font-size: 20px;}
	.biz4-grp dd p {font-size: 16px;}
	.biz4-grp dd ul {gap: 20px;}
}

@media screen and (max-width: 980px) {
	.biz4-grp dt {font-size: 18px;}
	.biz4-grp dd p {font-size: 14px;}
}

@media screen and (max-width: 768px) {
	.biz4-grp {display: block; padding: 60px 0;}
	.biz4-grp dt {width: 100%; padding-right: 0;}
	.biz4-grp dt strong {display: inline;}
	.biz4-grp dd {width: 100%; margin-top: 5px;}
	.biz4-grp dd p {font-size: 13px;}
	.biz4-grp dd ul {gap: 10px; margin-top: 20px;}
	.biz4-grp dd ul li {border-radius: 15px;}
}







.rnd-title h4 {font-size: 30px; font-weight: 700;}
.rnd-title p {margin-top: 20px;}

.rnd-flow {margin-top: 40px; display: flex; gap: 40px;}
.rnd-flow li {flex: 1; position: relative;}
.rnd-flow li dl {border: solid 1px #d3d3d3; border-radius: 15px;}
.rnd-flow li dl dt {width: 110px; height: 40px; background: #000; color: #fff; font-size: 14px; margin: 0 auto; border-radius: 0 0 10px 10px; display: flex; align-items: center; justify-content: center;}
.rnd-flow li dl dd {padding: 40px 20px; text-align: center;}
.rnd-flow li dl dd img {display: block; margin: 0 auto;}
.rnd-flow li dl dd h5 {margin-top: 30px; font-size: 16px;}
.rnd-flow li dl dd p {margin-top: 5px; color: #7a7a7a;}
.rnd-flow li:after {content: ''; display: block; width: 20px; height: 19px; margin: 10px; position: absolute; left: 100%; top: 50%; margin-top: -10px; background: url('/images/kor09r-22-0461/sub/rnd_arrow1.png')no-repeat center center / cover;}
.rnd-flow li:last-child:after {display: none;}

.rnd-total {margin-top: 100px; padding: 50px; background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='gray' stroke-width='4' stroke-dasharray='2%2c 4' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e"); border-radius: 15px;}
.rnd-total ul {padding: 0 140px; display: flex;}
.rnd-total ul li {margin: 0 -35px; flex: 1;}
.rnd-total ul li span {height: 70px; font-size: 18px; color: #fff; font-weight: 600; border-radius: 60px; display: flex; align-items: center; justify-content: center;}
.rnd-total ul li:nth-child(1) span {background: rgba(90,139,240,0.8);}
.rnd-total ul li:nth-child(2) span {background: rgba(20,46,103,0.8);}
.rnd-total h5 {font-size: 25px; text-align: center; margin-top: 80px; font-weight: 700;}

.rnd-int {margin-top: 120px; padding: 60px 0; position: relative;}
.rnd-int:before {content: ''; display: block; background: #f9f9f9; position: absolute; width: 100vw; z-index: -1; top: 0; bottom: 0; left: 50%; transform: translateX(-50%);}
.rnd-int h4 {font-size: 30px; font-weight: 700;}
.rnd-int p {margin-top: 20px;}
.rnd-int h5 {margin-top: 40px;}
.rnd-int h5 img {display: block; margin: 0 auto;}
.rnd-int ul {margin-top: 40px; display: flex; gap: 40px; flex-wrap: wrap;}
.rnd-int ul li {width: calc(50% - 20px);}
.rnd-int ul li img {display: block; width: 100%; border-radius: 15px;}

.rnd-eva {margin-top: 80px;}
.rnd-eva h4 {font-size: 30px; font-weight: 700;}
.rnd-eva ul {margin-top: 20px; display: flex; gap: 100px;}
.rnd-eva ul li {flex: 1;}
.rnd-eva ul li img {display: block; border: solid 1px #d3d3d3; border-radius: 15px;}
.rnd-eva ul li h5 {font-size: 18px; margin-top: 20px; font-weight: 600; margin-bottom: 10px;}
.rnd-eva ul li p {margin-top: 5px; display: flex; align-items: center;}
.rnd-eva ul li p:before {content: ''; display: block; width: 3px; height: 3px; background: #000; margin-right: 10px; border-radius: 50%;}

@media screen and (max-width: 1280px) {
	.rnd-title h4 {font-size: 26px;}
	.rnd-flow li dl dd {padding: 30px 10px;}
	.rnd-flow li dl dd h5 {margin-top: 20px;}
	.rnd-total ul {padding: 0 100px;}
	.rnd-total h5 {margin-top: 40px;}
	.rnd-int h4 {font-size: 26px;}
	.rnd-eva h4 {font-size: 26px;}
	.rnd-eva ul {gap: 60px;}
}

@media screen and (max-width: 980px) {
	.rnd-title h4 {font-size: 22px;}
	.rnd-flow li dl dt {width: 80px; height: 30px; font-size: 13px;}
	.rnd-flow li dl dd {padding: 20px 10px;}
	.rnd-flow li dl dd h5 {margin-top: 10px; font-size: 14px;}
	.rnd-flow li dl dd p {font-size: 14px;}
	.rnd-total ul {padding: 0 60px;}
	.rnd-total ul li span {height: 60px; font-size: 16px;}
	.rnd-total h5 {font-size: 20px;}
	.rnd-int h4 {font-size: 22px;}
	.rnd-eva h4 {font-size: 22px;}
}

@media screen and (max-width: 768px) {
	.rnd-title h4 {font-size: 18px;}
	.rnd-title p {margin-top: 10px;}

	.rnd-flow {display: block; margin-top: 20px;}
	.rnd-flow li {margin-bottom: 40px;}
	.rnd-flow li:last-child {margin-bottom: 0;}
	.rnd-flow li:after {left: 50%; margin-left: -10px; top: 100%; margin-top: 10px; transform: rotate(90deg);}
	
	.rnd-total {margin-top: 60px; padding: 30px;}
	.rnd-total ul {padding: 0;}
	.rnd-total ul li {margin: 0 -15px;}
	.rnd-total ul li span {height: 50px; font-size: 14px;}
	.rnd-total h5 {font-size: 18px; margin-top: 20px;}


	.rnd-int {margin-top: 60px; padding: 40px 0;}
	.rnd-int h4 {font-size: 18px;}
	.rnd-int p {margin-top: 10px;}
	.rnd-int ul {flex-direction: column; gap: 20px;}
	.rnd-int ul li {padding: 0 10%;}

	.rnd-eva {margin-top: 60px;}
	.rnd-eva h4 {font-size: 18px;}
	.rnd-eva ul {flex-direction: column; gap: 40px;}
	.rnd-eva ul li h5 {font-size: 16px; margin-top: 15px;}
	.rnd-eva ul li p {font-size: 13px;}
}






.tech dl {margin-bottom: 100px; display: flex;}
.tech dl:last-child {margin-bottom: 0;}
.tech dl dt {width: 58%;}
.tech dl dt img {display: block; width: 100%;}
.tech dl dd {width: 42%; padding-left: 40px; position: relative; display: flex; flex-direction: column; justify-content: center;}
.tech dl dd:after {content: ''; display: block; position: absolute; right: 0; bottom: 0; transform-origin: right bottom;}
.tech dl dd h5 {font-size: 40px; font-weight: 700;}
.tech dl dd ul {margin-top: 40px;}
.tech dl dd ul li {position: relative; padding-left: 20px;}
.tech dl dd ul li:before {content: ''; display: block; width: 3px; height: 3px; background: #000; position: absolute; left: 8px; top: 10px; -webkit-border-radius: 50%; border-radius: 50%;}
.tech dl:nth-child(even) {padding: 60px 0; position: relative;}
.tech dl:nth-child(even):before {content: ''; display: block; background: #f1f6fb; z-index: -1; position: absolute; top: 0; bottom: 0; width: 100vw; left: 50%; transform: translateX(-50%);}
.tech dl:nth-child(even) dt {order: 2;}
.tech dl:nth-child(even) dd {padding-left: 0;}
.tech dl:nth-child(1) dd:after {width: 258px; height: 205px; background: url('/images/kor09r-22-0461/sub/tech_bg_1.png')no-repeat center center / cover;}
.tech dl:nth-child(2) dd:after {width: 230px; height: 253px; background: url('/images/kor09r-22-0461/sub/tech_bg_2.png')no-repeat center center / cover;}
.tech dl:nth-child(3) dd:after {width: 227px; height: 196px; background: url('/images/kor09r-22-0461/sub/tech_bg_3.png')no-repeat center center / cover;}

@media screen and (max-width: 1280px) {
	.tech dl dt {width: 50%;}
	.tech dl dd {width: 50%;}
	.tech dl dd h5 {font-size: 36px;}
	.tech dl dd ul {margin-top: 30px;}
	.tech dl dd:after {transform: scale(0.8);}
}

@media screen and (max-width: 980px) {
	.tech dl {margin-bottom: 80px;}
	.tech dl dd h5 {font-size: 30px;}
	.tech dl dd ul {margin-top: 20px;}
	.tech dl dd:after {transform: scale(0.5);}
}

@media screen and (max-width: 768px) {
	.tech dl {display: block; margin-bottom: 60px;}
	.tech dl dt {width: 100%;}
	.tech dl dd {width: 100%; padding-left: 0; margin-top: 20px;}
	.tech dl dd h5 {font-size: 22px;}
	.tech dl dd ul {margin-top: 10px;}
}





.try dl {display: flex; gap: 120px; margin-bottom: 160px;}
.try dl:last-child {margin-bottom: 0;}
.try dl dt {flex: 1;}
.try dl dt img {display: block; width: 100%;}
.try dl dd {flex: 1; display: flex; flex-direction: column; align-items: flex-start;}
.try dl dd img {display: block; flex-shrink: 0;}
.try dl dd ul {flex-grow: 1; margin-top: 30px;}
.try dl dd ul li {margin-bottom: 15px; display: flex;}
.try dl dd ul li:last-child {margin-bottom: 0;}
.try dl dd ul li:before {content: ''; display: block; width: 3px; height: 3px; background: #000; margin-right: 10px; margin-top: 10px; flex-shrink: 0; border-radius: 50%;}
.try dl dd a {height: 60px; margin-top: 30px; background: #000; color: #fff; font-size: 14px; padding: 0 30px; position: relative; flex-shrink: 0; display: flex; align-items: center; justify-content: center;}
.try dl dd a:after {content: ''; display: block; margin-left: 25px; width: 7px; height: 7px; border-top: solid 2px #fff; border-right: solid 2px #fff; transform: rotate(45deg);}
.try dl dd a:before {content: ''; display: block; width: 12px; height: 2px; background: #fff; position: absolute; right: 30px; top: 50%; margin-top: -1px;}

@media screen and (max-width: 1280px) {
	.try dl {gap: 80px; margin-bottom: 120px;}
	.try dl dd a {height: 50px; padding: 0 20px;}
	.try dl dd a:before {right: 20px;}
}

@media screen and (max-width: 980px) {
	.try dl {gap: 40px; margin-bottom: 100px;}
}

@media screen and (max-width: 768px) {
	.try dl {display: block; margin-bottom: 80px;}
	.try dl dd {margin-top: 30px;}
	.try dl dd img {max-height: 20px;}
	.try dl dd ul {margin-top: 20px;}
	.try dl dd a {margin-top: 20px; height: 46px; padding: 0 15px;}
	.try dl dd a:after {margin-left: 20px;}
	.try dl dd a:before {right: 15px;}
}




