@charset "utf-8";

.real-cont {padding:120px 0 180px;}
/* sub-visual */
.sub-visual {height:500px; background-repeat:no-repeat; background-size:cover; background-position:center center; padding-top:100px;}
.sub-visual01 {background-image:url('../img/sub/sub-visual01.jpg');}
.sub-visual02 {background-image:url('../img/sub/sub-visual02.jpg');}
.sub-visual03 {background-image:url('../img/sub/sub-visual03.jpg');}
.sub-visual04 {background-image:url('../img/sub/sub-visual04.jpg');}
.sub-visual05 {background-image:url('../img/sub/sub-visual05.jpg');}
.sub-visual08 {background-image:url('../img/sub/sub-visual01.jpg');}
.sub-visual .sub-title {display:flex; height:100%; width:100%; justify-content:center; align-items:center;}
.sub-visual .sub-title h2 {font-size:55px; line-height:1.3em; color:#fff; font-family:'NanumSquareExtraBold'; text-shadow:3px 3px 6px rgba(0,0,0,0.3);}
/* lnb */
#lnb {border-bottom:1px solid #ddd;}
.lnb ul {display:flex;}
.lnb ul li {width:100%; position:relative; text-align:center;}
.lnb ul li:after {content:''; width:1px; height:16px; background:#ddd; position:absolute; top:50%; margin-top:-8px; right:0;}
.lnb ul li:last-child:after {display:none;}
.lnb ul li a {font-size:20px; line-height:1.5em; color:#666; font-weight:500; padding:17px 10px; position:relative; transition:all 0.6s;}
.lnb ul li.active a {color:#d23145;}
.lnb ul li a:hover {color:#d23145;}
.lnb ul li a:after {content:''; width:0; height:3px; background:#d23145; position:absolute; bottom:-1px; left:50%; transition:all 0.6s;}
.lnb ul li.active a:after {width:100%; left:0;}
.lnb ul li a:hover:after {width:100%; left:0;}
/* page name */
.page-name {text-align:center; margin-bottom:74px;}
.page-name h3 {font-size:45px; line-height:1.4em; color:#000;}
.page-name p {font-size:20px; line-height:1.8em; color:#666; margin-top:32px;}
/* sub 01 01 */
.greeting {}
.greeting .img-box {height:400px; margin-bottom:54px; display:flex; align-items:center; background:url('../img/sub/greeting-bg.jpg') center bottom no-repeat; background-size:cover; border-radius:0 90px 0 90px;}
.greeting .img-box > div {width:50%;}
.greeting .img-box .txt {padding:0 100px;}
.greeting .img-box .txt p {font-size:20px; line-height:1.5em; color:#8d8d8d; font-weight:700; font-family:'Play'; margin-bottom:26px;}
.greeting .img-box .txt h4 {font-size:45px; line-height:1.3em; color:#000; }
.greeting .img-box .txt h4 span {color:#d23145;}
.greeting .txt-box {display:flex; margin:0 -40px;}
.greeting .txt-box .row {width:50%; padding:0 40px;}
.greeting .txt-box p {font-size:18px; line-height:1.8em; color:#666; margin-bottom:32px;}
.greeting .txt-box p:last-of-type {margin-bottom:0;}
.greeting .txt-box .sign {margin-top:120px; text-align:right; font-size:18px; color:#000; line-height:1.6em;}
.greeting .txt-box .sign strong {display:inline-block; vertical-align:middle; margin-top:-6px; margin-left:20px; font-size:28px; font-weight:600;}
/* sub 01 02 */
.found {}
.found .img-box {height:400px; margin-bottom:70px; display:flex; align-items:center; background:url('../img/sub/found-bg.jpg') center bottom no-repeat; background-size:cover; border-radius:0 90px 0 90px; justify-content:center;}
.found .img-box h4 {font-size:40px; line-height:1.3em; color:#fff; font-weight:600;}
.found .col {display:flex; flex-wrap:wrap; margin:0 -15px -30px;}
.found .col .row {width:50%; padding:0 15px; margin-bottom:30px;}
.found .inner {border:1px solid #ddd; border-radius:10px; display:flex; align-items:center; padding:40px 30px; height:100%;}
.found .inner .icon {width:100%; max-width:95px;}
.found .inner .txt {width:1%; flex:1 1 auto; padding-left:30px;}
.found .inner .txt h5 {font-size:16px; line-height:1.6em; color:#d23145; font-weight:600; margin-bottom:10px;}
.found .inner .txt p {font-size:20px; line-height:1.5em; color:#000; font-weight:500;}
/* sub 01 03 */
.history .real-cont {padding-bottom:0;}
.history .img-box {border-radius:0 90px 0 90px; overflow:hidden; margin-bottom:96px;}
.history .col {display:flex;}
.history .year-wrap {width:100%; max-width:570px;}
.history .year-wrap .year {position:sticky; top:100px; padding-left:90px;}
.history .year-wrap .year p {font-size:24px; line-height:1.3em; color:#000; font-weight:700; margin-bottom:10px;}
.history .year-wrap .year h4 {font-size:120px; color:#d12338; line-height:1.1em;}
.history .txt-wrap {width:1%; flex:1 1 auto; position:relative;}
.history .txt-wrap:before {content:''; width:1px; height:calc(100% - 10px); background:#ddd; position:absolute; top:10px; left:0;}
.history .txt-wrap .txt-box {padding-bottom:80px; padding-left:70px; position:relative;}
.history .txt-wrap .txt-box:before {content:''; width:9px; height:9px; background:#d12338; border-radius:50%; position:absolute; top:9px; left:-4px; z-index:1;}
.history .txt-wrap .txt-box:last-child {padding-bottom:250px;}
.history .txt-wrap .mob-year {display:none;}
.history .txt-wrap .txt {display:flex; margin-bottom:16px;}
.history .txt-wrap .txt .month {width:100%; max-width:75px; font-size:20px; line-height:1.5em; color:#000; font-weight:700;}
.history .txt-wrap .txt ul li {font-size:20px; line-height:1.5em; color:#000;}
/* sub 01 04 */
.objective .real-cont {padding-bottom:0;}
.objective .wrap {background:url('../img/sub/objective-bg.jpg') center center no-repeat; background-size:cover; text-align:center;}
/* sub 01 05 */
.organization .real-cont {padding-bottom:0;}
.organization .wrap {padding-bottom:210px; background:url('../img/sub/organization-bg.jpg') center center no-repeat; background-size:cover; text-align:center;}
/* sub 01 06 */
.directions .maps {width:100%; height:480px; border-radius:0 90px 0 90px; overflow:hidden; margin-bottom:50px;}
.directions .maps iframe {width:100%; height:100%;}
.directions .col {display:flex; margin:0 -18px;}
.directions .col .row {width:33.333333%; padding:0 18px;}
.directions .inner {display:flex; align-items:center; border:1px solid #ddd; border-radius:10px; padding:36px 30px;}
.directions .inner .icon {width:100%; max-width:95px;}
.directions .inner .txt {width:1%; flex:1 1 auto; padding-left:30px;}
.directions .inner .txt h5 {display:inline-block; font-size:22px; color:#000; line-height:1.4em; position:relative; padding-right:30px; margin-bottom:6px;}
.directions a.inner .txt h5:after {content:''; width:12px; height:12px; background:url('../img/sub/directions-more.png') no-repeat; position:absolute; right:0; top:50%; margin-top:-6px; opacity:0.5; transition:all 0.6s;}
.directions a.inner:hover .txt h5:after {opacity:1; transform:rotate(-45deg);}
.directions a.tel .txt h5:after {display:none;}
.directions .inner .txt p {font-size:18px; line-height:1.6em; color:#666;}
/* doc-tit */
.doc-tit {margin-bottom:40px;}
.doc-tit h4 {font-size:35px; line-height:1.3em; font-weight:600; color:#000; position:relative; padding-left:24px;}
.doc-tit h4:before {content:''; width:5px; height:24px; background:#d23145; position:absolute; top:50%; margin-top:-12px; left:0;}
/* sub 02 01 */
.union .cnt {margin-bottom:120px;}
.union .cnt01 .col {display:flex; margin:0 -20px;}
.union .cnt01 .col .row {width:25%; padding:0 20px; text-align:center; position:relative;}
.union .cnt01 .col .row:after {content:''; width:30px; height:40px; background:url('../img/sub/union-arrow.png') no-repeat; background-size:cover; position:absolute; top:50%; margin-top:-20px; right:-15px;}
.union .cnt01 .col .row:last-child:after {display:none;}
.union .cnt01 .inner {padding:50px 20px; background:#f7f7f7; border-radius:10px; height:100%;}
.union .cnt01 .inner .icon {margin-bottom:26px;}
.union .cnt01 .inner h5 {font-size:24px; line-height:1.3em; color:#000; font-weight:600;}
.union .cnt01 .inner p {font-size:16px; line-height:1.8em; color:#666; margin-top:8px;}
.union .cnt02 .col {display:flex; margin:0 -18px;}
.union .cnt02 .col .row {width:33.3333333%; padding:0 18px;}
.union .cnt02 .inner {border:1px solid #ddd; border-radius:10px; padding:40px 50px; height:100%;}
.union .cnt02 .inner .tit {display:flex; justify-content:space-between;}
.union .cnt02 .inner .tit p {font-size:24px; font-weight:600; color:#000; line-height:1.3em; margin-bottom:16px;}
.union .cnt02 .inner .txt p {font-size:16px; line-height:1.6em; color:#666;}
.union .cnt03 table {width:100%; border-spacing:0; border-collapse:collapse; border-top:2px solid #000; text-align:center;}
.union .cnt03 table th {font-size:18px; padding:13px 10px; font-weight:600; line-height:1.8em; color:#000; border-bottom:1px solid #ddd; border-right:1px solid #ddd; background:#f7f7f7;}
.union .cnt03 table th:last-child {border-right:0;}
.union .cnt03 table td {font-size:16px; padding:8px 10px; line-height:1.6em; color:#666; border-bottom:1px solid #ddd; border-left:1px solid #ddd;}
.union .cnt03 table td:first-child {border-left:0;}
.union .cnt03 table td.bg {background:#f7f7f7; color:#000; font-weight:600; font-size:18px; line-height:1.4em;}
.union .cnt04 .col {display:flex; flex-wrap:wrap; margin:0 -25px -45px;}
.union .cnt04 .col .row {width:33.3333333%; padding:0 25px; margin-bottom:45px;}
.union .cnt04 .inner {display:flex; font-size:24px; line-height:1.3em; font-weight:600; color:#000; border-top:1px solid #000; padding-right:40px; min-height:88px; align-items:center; position:relative;}
.union .cnt04 a.inner:after {content:''; position:absolute; top:50%; margin-top:-20px; right:0; width:40px; height:40px; background-image:url('../img/sub/union-down-on.png'); background-color:#f7f7f7; border-radius:50%; background-repeat:no-repeat; background-size:20px; background-position:center center; transition:all 0.6s;}
.union .cnt04 a.inner:hover:after {background-color:#000; background-image:url('../img/sub/union-down.png');}
/* sub 02 02 */
.membership table {width:100%; border-collapse:collapse; border-spacing:0; border-top:2px solid #000; text-align:center;}
.membership table thead th {font-size:18px; padding:16px 10px; line-height:1.5em; font-weight:600; color:#000; background:#f7f7f7; border-bottom:1px solid #ddd; border-right:1px solid #ddd;}
.membership table thead th:last-child {border-right:0;}
.membership table tbody {font-size:18px; line-height:1.5em;}
.membership table tbody th {color:#000; padding:16px 10px; background:#f7f7f7; border-right:1px solid #ddd; border-bottom:1px solid #ddd;}
.membership table tbody td {color:#666; padding:16px 10px; background:#fff; border-bottom:1px solid #ddd; border-right:1px solid #ddd; height: 89px;}
.membership table tbody td:last-child {border-right:0;}
.membership table tbody td a.page {border:1px solid #d23145; line-height:30px; font-size:16px; color:#d23145; display:inline-block; padding:0 10px; transition:all 0.6s;}
.membership table tbody td a.page:hover {background:#d23145; color:#fff; border-radius:12px 0 12px 0;}
/* sub 03 01 */
.product .cnt {margin-bottom:120px;}
.product .cnt:last-child {margin-bottom:0;}
.product .col {display:flex; margin-bottom:80px;}
.product .col .img-box {max-width:610px; width:100%; border-radius:0 50px 0 50px; overflow:hidden;}
.product .col .txt-box {width:1%; flex:1 1 auto; padding-left:90px;}
.product .col .txt-box .doc-tit {margin-bottom:26px;}
.product .col .txt-box .doc-tit h3:before {margin-top:0; top:12px;}
.product .col .txt-box p {font-size:18px; line-height:1.8em; color:#666;}
.product .col .txt-box li {font-size:18px; line-height:1.8em; color:#666;}
.product table {width:100%; border-collapse:collapse; border-spacing:0; border-top:2px solid #000; text-align:center;}
.product table thead th {font-size:18px; padding:16px 10px; line-height:1.5em; font-weight:600; color:#000; background:#f7f7f7; border-bottom:1px solid #ddd; border-right:1px solid #ddd;}
.product table thead th:last-child {border-right:0;}
.product table tbody {font-size:18px; line-height:1.5em;}
.product table tbody th {color:#000; padding:16px 10px; background:#f7f7f7; border-right:1px solid #ddd; border-bottom:1px solid #ddd;}
.product table tbody td {color:#666; padding:16px 10px; background:#fff; border-left:1px solid #ddd; border-bottom:1px solid #ddd; border-right:1px solid #ddd;}
.product table tbody td:last-child {border-right:0;}
/* sub 05 01 */
.regulations .cnt {margin-bottom:120px;}
.regulations .doc-tit {margin-bottom:24px;}
.regulations .cnt:last-child {margin-bottom:0;}
.regulations .cnt01 p {font-size:18px; line-height:1.8em; color:#666;}
.regulations .cnt02 .col {display:flex; margin-bottom:40px;}
.regulations .cnt02 .col:last-child {margin-bottom:0;}
.regulations .cnt02 .icon {max-width:250px; width:100%; position:relative;}
.regulations .cnt02 .icon:before {content:''; width:100%; height:1px; background:#ddd; position:absolute; top:50%; left:0;}
.regulations .cnt02 .icon .box {width:180px; height:180px; border-radius:50%; background:#fff; padding:10px; position:relative; border:1px solid #ddd;}
.regulations .cnt02 .icon .backdr {background:#d12338; width:100%; height:100%; border-radius:50%; display:flex; align-items:center; justify-content:center; flex-direction:column; text-align:center;}
.regulations .cnt02 .icon h5 {font-size:24px; line-height:1.1em; font-weight:600; color:#fff; margin-top:10px;}
.regulations .cnt02 .txt-box {width:1%; flex:1 1 auto; border:1px solid #ddd; border-radius:5px; padding:40px 50px; height:auto; position:relative;}
.regulations .cnt02 .txt-box:before {content:''; width:18px; height:18px; border:5px solid #fff; background:#d12338; border-radius:50%; position:absolute; top:50%; margin-top:-8px; left:-9px;}
.regulations .cnt02 .txt-box h5 {font-size:24px; line-height:1.3em; color:#000; font-weight:600; margin-bottom:12px;}
.regulations .cnt02 .txt-box p {font-size:18px; line-height:1.8em; color:#666;}
.regulations .cnt03 .col {display:flex; align-items:center; height:400px; background:url('../img/sub/regulations03bg.jpg') center center no-repeat; background-size:cover; border-radius:0 90px 0 90px; overflow:hidden;}
.regulations .cnt03 .img-box {width:100%; max-width:690px; height:100%; background:url('../img/sub/regulations03.jpg') center center no-repeat; background-size:cover; border-top-right-radius:90px; overflow:hidden;}
.regulations .cnt03 .txt-box {width:1%; flex:1 1 auto; display:flex; flex-direction:column; justify-content:center; padding-left:45px; padding-right:60px;}
.regulations .cnt03 .txt-box p {font-size:18px; line-height:1.8em; color:#fff; padding-bottom:18px; margin-bottom:18px; border-bottom:1px solid rgba(255,255,255,0.2);}
.regulations .cnt03 .txt-box p:last-child {margin-bottom:0; padding-bottom:0; border-bottom:0;}
.regulations .cnt04 ol {display:flex; flex-wrap:wrap; margin:0 -18px -20px;}
.regulations .cnt04 ol li {width:33.333333%; padding:0 18px; margin-bottom:20px;}
.regulations .cnt04 .inner {display:flex; padding:0 20px;height:70px; background:#f5f5f5; border-radius:20px 0 20px 0; overflow:hidden; align-items:center;}
.regulations .cnt04 .inner .num {width:30px; height:30px; line-height:30px; background:#d12338; border-radius:10px 0 10px 0; color:#fff; text-align:center; font-size:18px; font-weight:500;}
.regulations .cnt04 .inner .txt {width:1%; flex:1 1 auto; padding-left:15px;}
.regulations .cnt04 .inner .txt p {font-size:18px; line-height:1.4em; color:#000; font-weight:500;}
/* sub 05 02 */
.reference table {width:100%; border-collapse:collapse; border-spacing:0; border-top:2px solid #000; text-align:center;}
.reference table thead th {font-size:18px; padding:16px 10px; line-height:1.5em; font-weight:600; color:#000; background:#f7f7f7; border-bottom:1px solid #ddd; border-right:1px solid #ddd;}
.reference table thead th:last-child {border-right:0;}
.reference table tbody {font-size:18px; line-height:1.5em;}
.reference table tbody th {color:#000; padding:16px 10px; background:#f7f7f7; border-right:1px solid #ddd; border-bottom:1px solid #ddd;}
.reference table tbody td {color:#666; padding:16px 10px; background:#fff; border-bottom:1px solid #ddd; border-right:1px solid #ddd;}
.reference table tbody td:last-child {border-right:0;}
.reference table tbody td a {border:1px solid #d23145; line-height:30px; font-size:16px; color:#d23145; display:inline-block; padding:0 20px; transition:all 0.6s;}
.reference table tbody td a:hover {background:#d23145; color:#fff; border-radius:12px 0 12px 0;}
