@charset "utf-8";

/*
 * File       : common.css
 *
 * SUMMARY:
 * 1) BUTTON
 * 2) TAB
 * 3) TABLE & SEARCH
 * 4) SELECTRIC
 * 5) PAGINATION
 * 6) FORM
 * 7) CHECK BOX 
 * 8) SCROLL
 * 9) POLICY
 * 10) A11Y
 */



/* **************************************** *
 * BUTTON
 * **************************************** */
.basic-btn__wrap {margin-top:80rem; font-size:0;}
.basic-btn__wrap.center {text-align:center;}
.basic-btn {display: inline-block;color:#fff;min-width:190rem;padding: 19rem 30rem;font-size:18rem;text-align:center;border:none;cursor:pointer;-webkit-transition:all 300ms;transition: all 300ms;}
.basic-btn + .basic-btn {margin-left:10rem;}
.basic-btn span {position:relative;display: inline-block;}
.basic-btn__round {border-radius:60rem;}
.basic-btn__primary { background:#000}
.basic-btn__secondary { background:#004EA1}
.basic-btn__tertiary { background:#888;}
.btn-external span {padding-right: 26rem;}
.btn-external span:after {position:absolute;right:0;top:50%;transform: translateY(-50%);font-family: 'minjoo';content: '\e90e';font-size: 15rem;color: #fff;}
.btn-download {display: block;border:1rem solid #000;padding: 11rem 30rem;width: 100%;max-width: 300rem;font-size: 16rem;text-align: center;}
.btn-download span {position:relative;padding-left: 18rem;}
.btn-download span:before {font-family: 'minjoo';font-size: 16rem;font-weight: normal;color: #000;content: '\e90d';position: absolute;left: 0;top: 50%;transform: translate(-50%,-50%);}
.btn-small {font-size:16rem;min-width: 160rem;padding: 15rem 30rem;}

.btn-write {display:block; margin-left: 32rem;font-size:16rem;color:#fff;background:#000;padding: 9rem;height: 44rem;width: 146rem;text-align: center;}

.btn-all-view {text-align: right;font-size: 20rem;color:#000;}
.btn-all-view span {position:relative;padding-left: 25rem; color:#000;}
.btn-all-view span:before {font-family:'minjoo';content:'\e913';font-style:normal;font-size: 16rem;font-weight: bold;color:#000;position: absolute;left: 0;top: calc(50% + 1rem);transform: translateY(-50%);}


/* **************************************** *
 * TAB
 * **************************************** 
.basic-tab {display:flex; text-align:center; margin-bottom:40rem;}
.basic-tab li {border-bottom:1rem solid #ddd;flex-grow: 1;}
.basic-tab a {font-size:20rem;color:#ccc;display: block;padding: 15rem;}
.basic-tab li.active {border-bottom:3rem solid #0070E8;pointer-events: none;}
.basic-tab li.active a {font-weight:500; color:#0070E8;}
.tab-type__narrow {border-bottom: 1rem solid #ccc; justify-content: center;}
.tab-type__narrow li {flex-grow: 0; border-bottom:none;}
.tab-type__narrow a {font-size:22rem;}
.selectric-basic-tab--mob {display:none;}
*/

/* **************************************** *
 * SELECTRIC
 * **************************************** */
.selectric {width: 100%;text-align: left;background: #fff;border: 1rem solid #bbb;-webkit-transition: border-color 300ms;transition: border-color 300ms;}
.selectric:after {content: '';display: block;position: absolute;left: -1rem;right: -1rem;top: -1rem;bottom: -1rem; opacity: 0;-webkit-transition: opacity 300ms;transition: opacity 300ms;}
.selectric .label {height: 48rem;margin: 0 60rem 0 10rem;font-size: 16rem;line-height: 48rem;color: #000;}
.selectric .button {width: 36rem;height: 50rem;}
.selectric .button:after {border-style: solid;border-width: 8px 5px 0 5px;border-color: #000000 transparent transparent transparent;-webkit-transition: -webkit-transform 0.4s;transition: -webkit-transform 0.4s;transition: transform 0.4s;transition: transform 0.4s, -webkit-transform 0.4s;}
.selectric-items ul, .selectric-items li {width: 100%;font-size: 16rem;text-align: left;}
.selectric-items {background: #fff;border: solid #bbb;border-width: 0 1rem 1rem;-webkit-box-shadow: none;box-shadow: none;opacity: 0;-webkit-transition: all 0.4s;transition: all 0.4s;}
.selectric-items ul {margin: 0;padding: 0;}
.selectric-items li {padding: 10rem 10rem 10rem;line-height: 1.4;font-weight: 400;color: #778;}
html.desktop .selectric-items li:hover {background:none; color:#000;}
.selectric-items li.selected {color: #000;background:none;}
html.desktop .selectric-items li.selected:hover {color:#000;}
.selectric-hover .selectric {background: #fff;border-color:#bbb;}
.selectric-hover .selectric:after {opacity: 1;}
.selectric-hover .selectric .button:after { border-top-color: #000;}
.selectric-focus .selectric {background: #fff;border-color:#bbb;}
.selectric-focus .selectric:after {opacity: 1;-webkit-box-shadow:0 0 0 #bbb;box-shadow:0 0 0 #bbb;}
.selectric-open .selectric {background: #fff;border-color: #bbb;}
.selectric-open .selectric:after {border-bottom: none;-webkit-box-shadow: none;box-shadow: none;opacity: 1;}
.selectric-open .selectric .button:after {-webkit-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transform: rotate(-180deg);}
.selectric-open .selectric-items {opacity: 1;}
.selectric-above.selectric-open .selectric {border-top-color: #bbb;border-bottom-color:#bbb;}
.selectric-above.selectric-open .selectric:after {border-bottom:1rem solid #bbb;border-top: none;}
.selectric-above.selectric-open .selectric-items {border-width: 1rem 1rem 0;}

.selectric-not-valid .selectric {border-color:#f4263a;}


/* **************************************** *
 * FORM
 * **************************************** */
.form-tit {font-size:24rem; text-align:center;border-bottom: 1rem solid #ccc;padding-bottom: 20rem;margin-bottom: 40rem;}
.form-field-wrap.col {margin:0;}
.form-field-wrap.col > * {margin:0;}
.form-field-item {position:relative;display: table;width: 100%;border-bottom: 1rem solid #bbb;}
.form-field-item > .form-input__wrap {position:relative;padding: 16rem 30rem;display: table-cell; vertical-align: middle;}
.form-input {display: inline-block;width: 100%;height: 48rem;padding: 10rem 20rem 12rem;vertical-align: middle;font-size: 16rem;line-height: 1.66;border: 1rem solid #ddd;outline: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transition: border 300ms;transition: border 300ms;text-overflow: ellipsis;}
textarea.form-input {height: 200rem;padding: 18rem 25rem;overflow: auto;resize: none;}
.form-input:focus, html.desktop .form-input:hover {border-color: #aaa;}
.form-input:disabled, .form-input:-moz-read-only {color: #333;border-color: #333;}
.form-input:disabled, .form-input:read-only {color: #333;background: #F9F9F9;border-color: #ddd;}
.form-input:disabled:focus, html.desktop .form-input:disabled:hover, .form-input:-moz-read-only:focus, html.desktop .form-input:-moz-read-only:hover {border-color: #333;}
.form-input:disabled:focus, html.desktop .form-input:disabled:hover, .form-input:read-only:focus, html.desktop .form-input:read-only:hover {border-color: #ddd;}
.form-input.not-valid, html.desktop .form-input.not-valid:hover {border-color:#f4263a;}
.form-label {display: table-cell;vertical-align:middle;font-size: 16rem;font-weight: 600;color: #232527;background: #F3F3F3;word-break: keep-all;width: 166rem;height: 100%;padding: 24rem 40rem 24rem;}
.form-input__wrap .selectric .label {margin-left: 20rem;}

.form-type-02 {padding-top:40rem; margin-bottom:20rem; border-top:1rem solid #E6E6E6;}
.form-type-02 .form-title {font-size:18rem; font-weight:600; margin-bottom:15rem;}
.form-type-02 .form-label {background:none; padding:0; width:70rem;}
.form-type-02 .form-label.align-top {vertical-align:top; padding-top:24rem;}
.form-type-02 .form-field-item {border-bottom:none;}
.form-type-02 .form-field-item > .form-input__wrap {padding-top:10rem; padding-bottom:10rem;}

.form-field-item.required .form-label span:after {content:'*'; color:#004EA1; margin-left:4rem;}

/* SEARCH */
.search {width:240rem; font-size: 0;position: absolute;right: 0;top: 0;z-index:50;}
.search-field {position: relative;height: 54rem;border: 1rem solid #B1B1B1;background:#fff;font-size: 0;-webkit-transition: border-color .3s;transition: border-color .3s;}
.search-label {display:inline-block;vertical-align: top;width: calc(100% - 53rem);height: 100%;}
.search-input {width: 100%;height: 100%;padding: 0 20rem 0;font-size:16rem;vertical-align: top;background: transparent;border: none;text-overflow: ellipsis;line-height:1.2;}
.search-field.focus_in {border-color:#e9463f;}
.search-submit {display: inline-block;vertical-align: top;width: 53rem;height: 100%;padding: 0;padding-top: 2rem;position: absolute;right: 0;border: none;background: none;outline: none;cursor: pointer;}
.search-submit:before {font-family: 'minjoo';content: '\e914';font-weight: normal;font-size: 18rem;color: #000;}

/* FILE */
#file-upload {visibility: hidden; position: absolute;}
.custom-file .btn-file {background:#fff;border:1rem solid #bbb;border-radius:4rem;padding:10rem;font-size: 14rem;width: 135rem;cursor: pointer;}
.custom-file .btn-file span {position:relative;padding-left: 26rem;}
.custom-file .btn-file span:before {font-family: 'minjoo';content: '\e923';font-weight: normal;font-size:16rem;color:#000;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.file-list {display: flex;flex-direction: column;align-items: flex-start;font-size: 0;margin-bottom: 20rem;}
.file-list:empty {display:none;}
.file-list li {}
.file-list li p {font-size:14rem;color:#444;display: inline-block;vertical-align: middle;}
.file-list li button {display: inline-block;vertical-align: middle;position:relative;border:none;background:none; padding:5rem; margin-left:20rem;cursor: pointer;}
.file-list li button:before {border-radius:50%;background: #bbb;width:18rem;height:18rem;content:'';display:block;}
.file-list li button:after {font-family: 'minjoo';content: '\e928';font-weight: normal;font-size: 12rem;color:#fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}

.file-list li + li {margin-top:10rem;}
.file-list li {border:1rem solid #bbb;font-size:14rem;padding:14rem 20rem;border-radius:5rem;transition: border .3s;}
.file-icon {width:18rem;height:24rem;background:url(../images/icon/icon-file.svg);display: inline-block;vertical-align: middle;margin-right: 12rem;}

.file-button {display:flex;gap:10rem;}
.file-all-delete {background:#fff;border:1rem solid #FF5151;border-radius:4rem;padding:10rem;font-size: 14rem;color: #FF5151;width: 135rem;text-align: center;cursor: pointer;}
.file-all-delete span {position:relative;padding-left: 26rem;}
.file-all-delete span:before {font-family: 'minjoo';content: '\e925';font-weight: normal;font-size:16rem;color:#FF5151;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}

.file-list.file-type-02 {margin:6rem -4rem -4rem;display:inline-block;font-size: 0;}
.file-list.file-type-02 li {margin:4rem;display: inline-block;background:#F5F5F5;border-radius:4rem;padding: 5rem 10rem 5rem 15rem;border:none;}
.file-list.file-type-02 li p {font-size:14rem;color:#444);display: inline-block;vertical-align: middle;}
.file-list.file-type-02 li button {display: inline-block;vertical-align: middle;position:relative;border:none;background:none; padding:5rem; margin-left:20rem;cursor: pointer;}
.file-list.file-type-02 li button:before {border-radius:50%;background:#A0A0A0;width:18rem;height:18rem; content:''; display:block;}
.file-list.file-type-02 li button:after {font-family: 'minjoo';content: '\e928';font-weight: normal;font-size:12rem;color:#fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.file-list.file-type-02 .file-icon {display:none;}


/* **************************************** *
 * PAGINATION
 * **************************************** */
 .board-pagination {display: block;width: 100%;margin-top: 60rem;font-size: 0;text-align: center;}
 .board-pagination .board-pagination__numbers {display: inline-block;border:1rem solid #bbb;background:none;width: 42rem;height: 42rem;padding: 0 6rem;margin: 0;position: relative;font-size: 16rem;font-weight: 400;line-height: 41rem;text-align: center;vertical-align: top;color: #7A7A7A;cursor: pointer;-webkit-transition: color 300ms;transition: color 300ms;}
 .board-pagination .board-pagination__numbers i {font-style:normal;display: block;position: relative;}
 .board-pagination .board-pagination__numbers.board-pagination--current {color: #fff;background: #004EA1;cursor: default;}
 .board-pagination .board-pagination__numbers.board-pagination--current:hover {color: #fff;}
 .board-pagination .board-pagination__numbers.board-pagination--first, .board-pagination .board-pagination__numbers.board-pagination--prev, .board-pagination .board-pagination__numbers.board-pagination--next, .board-pagination .board-pagination__numbers.board-pagination--last {font-size: 0;margin: 0;width: 40rem;}
 .board-pagination .board-pagination__numbers.board-pagination--first:before, .board-pagination .board-pagination__numbers.board-pagination--prev:before, .board-pagination .board-pagination__numbers.board-pagination--next:before, .board-pagination .board-pagination__numbers.board-pagination--last:before {display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;font-family: 'minjoo';font-size: 14rem;font-weight: normal;line-height: 41rem;color: #767676;-webkit-transition: color 300ms;transition: color 300ms;}
 .board-pagination .board-pagination__numbers.board-pagination--first {margin-left: 0;margin-right: 0;}
 .board-pagination .board-pagination__numbers.board-pagination--first:before {content: '\e909';font-size: 13rem;}
 .board-pagination .board-pagination__numbers.board-pagination--prev:before {content: '\e90c';}
 .board-pagination .board-pagination__numbers.board-pagination--next:before {content: '\e90b';}
 .board-pagination .board-pagination__numbers.board-pagination--last {margin-left: 0;margin-right: 0;}
 .board-pagination .board-pagination__numbers.board-pagination--last:before {content: '\e90a';font-size: 14rem;}
 .board-pagination .board-pagination__numbers + .board-pagination__numbers {margin-left:-1rem;}
 html.desktop .board-pagination__numbers:hover, html.desktop .board-pagination .board-pagination__numbers.board-pagination--first:hover:before, html.desktop .board-pagination .board-pagination__numbers.board-pagination--prev:hover:before, html.desktop .board-pagination .board-pagination__numbers.board-pagination--next:hover:before, html.desktop .board-pagination .board-pagination__numbers.board-pagination--last:hover:before {color:#000;}
 


/* **************************************** *
 * TABLE
 * **************************************** */
.board-list__head {display:flex;align-items: end; flex-wrap: wrap;margin-bottom:30rem;}
.board-total {font-size:20rem;}
.board-total span {color:#004EA1;}
.board-list__filter {width:200rem;}
.board-list__sort {margin-left:auto;display: flex;align-items: center;}
.board-list__sort li {position:relative;}
.board-list__sort li + li {padding-left: 15rem;margin-left: 15rem;}
.board-list__sort li + li:before {width:1rem;height: 16rem;background: #B9B9B9;position:absolute;left:0;top:50%;transform: translateY(-50%);content:'';display:block;}
.board-list__sort li.active button {color:#004EA1;font-weight: 600;}
.board-list__sort button {border:none;background:none;padding: 5rem;font-size:18rem;color:#888;cursor: pointer;}

.board-search {display: flex;justify-content: center;margin-top: 30rem;font-size: 0;}
.board-search .selectric-wrapper {width:160rem;}
.board-search select {width: 100rem;height: 52rem;padding: 0 30rem 0 10rem;border: 1rem solid #E0E1E3;background: #F7F7F7 url('../images/common/selectArrow.svg') no-repeat 90%;-moz-appearance: none;-webkit-appearance: none;appearance: none;font-size: 16rem;}
.board-search input {border: 1rem solid #bbb;padding: 9rem;margin: 0 12rem;font-size:16rem;width: 360rem;height:100%;}
.board-search button {padding: 5rem 30rem;margin:0;border:none;background: #004EA1;font-size: 18rem;color:#fff;}

.basic-table { width:100%; border-top:2rem solid #000; table-layout: fixed;}
.basic-table caption { width: 1rem; height: 1rem; position: absolute; top: 0; left: 0; font-size: 0; line-height: 0; overflow: hidden; display:none;}
.basic-table thead {font-size:16rem;}
.basic-table thead th {text-align:center;padding: 15rem;border-bottom:1rem solid #858585;font-weight:600;}
.basic-table tbody td {text-align:center;padding: 32rem 15rem;border-bottom:1rem solid #bbb;vertical-align:middle;}
.basic-table tbody td.num {width:10%; font-size:16rem;vertical-align:middle;}
.basic-table tbody td.tit {text-align:left;font-size: 20rem;}
.basic-table tbody td.tit a { display:block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.basic-table tbody td.view, .basic-table tbody td.date {font-size: 18rem; color:#767676;}

/* BORAR LIST */
.board-list {border-top:2rem solid #000;}
.board-item {display: flex;align-items: center;padding: 43rem 0 43rem 50rem;border-bottom:1rem solid #BBB;transition: background .3s;}
.board-item .type {width: 15%;}
.board-item .type span {min-width:120rem; text-align:center; display: inline-block;font-size:16rem;color: #004EA1;padding:6rem 16rem;background: #ECF5FF;border-radius: 30rem;transition: background .3s;}
.board-item .type span + span {margin-top:4rem;}
.board-item .type .category span {color: #8C48D0;background: transparent;border: 1rem solid #8C48D0;}
.board-item .type .manager span {color: #8C48D0;background: #F3E6FF;}
.board-item .type.written-briefing .category span {color: #004EA1; border-color: #004EA1;}
.board-item .type.written-briefing .manager span {background:#ECF5FF; color:#004EA1;}
.board-item .type > p {display:block;}
.board-item .type > p + p {margin-top:6rem;}
.board-item a {display:block;font-size:22rem;flex-grow: 1;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;width: 61%; padding:22rem 10rem;}
.board-item:not(.main-notice__item--active) a {padding-top:10rem; padding-bottom:10rem;}
.board-item .author, .board-item .view, .board-item time {font-size:18rem;color:#767676;width: 12%;text-align: center;}
html.desktop .board-item:hover {background:#F2F8FF;}
html.desktop .board-item:hover a {font-weight:600;}
html.desktop .board-item:hover a span {border-bottom:1rem solid #000;}
html.desktop .board-item:hover .type .manager span {background: #e4d3f5;}
html.desktop .board-item:hover .type.written-briefing .manager span {background:#CFE3F9;}

/* BOARD VIEW */
.board-view__header {position:relative; padding:30rem 30rem; border-top:2rem solid #000; border-bottom:1rem solid #bbb;}
.board-view__header .tit {font-size:26rem; font-weight:500;}
.board-view__header ul {margin-top:10rem;display: flex;flex-wrap: wrap;}
.board-view__header li {position:relative;font-size:18rem;color: #767676;}
.board-view__header li + li {margin-left:15rem; padding-left:15rem;}
.board-view__header li + li:before {content:''; display:block; width:1rem; height:10rem; background:#888; position:absolute; left:0; top:50%; margin-top:-5rem;}
.board-view__body {padding:50rem;border-bottom: 1rem solid #bbb;overflow:hidden;}
.board-view__body p {font-size:18rem;line-height:1.6; }
.board-view__body p + p {margin-top:30rem;}
.board-view__body img {display:block; margin:0 auto; max-width:100%;}
.board-view__body iframe {max-width:100%;}
.board-view__body p + figure, .board-view__body p + img {margin-top:30rem;}
.board-view__body span {font-family: 'Noto-sans', sans-serif !important;}
.board-view__body figure img {display:block; max-width:100%;}

.board-view__wrap .basic-btn__wrap {margin-top:30rem; text-align:center;}
.board-view__wrap .basic-btn__wrap .basic-btn {font-size:16rem;}

.board-file__list {margin-top:40rem;}
.board-file__item + .board-file__item {margin-top:10rem;}
.board-file__item a {align-items: center;border:1rem solid #bbb;font-size:14rem;padding:14rem 20rem;border-radius:5rem;display: inline-flex; transition: border .3s;}
.board-file__item a i {width:18rem;height:24rem;background:url(../images/icon/icon-file.svg) no-repeat center; background-size: 100% auto;display: inline-block;vertical-align: middle;margin-right: 12rem;}
.board-file__item a span {position:relative; padding-right:60rem;}
.board-file__item a span:after {position:absolute; right:0; top:50%; transform:translateY(-50%);font-family: 'minjoo';content: '\e90d';font-size: 16rem;color: #000;}
html.desktop .board-file__item a:hover {border-color:#000;}

.edit-title {position:relative;}
.edit-title .byte-maxlength {font-size:14rem; color:#7A7A7A; position:absolute; right:30rem; top:50%; transform:translateY(-50%);}
.edit-title #form-title {padding-right:100rem;}

.mob-btn-admin-edit {display:none;}
.btn-admin-edit {position:absolute;right: 20rem;bottom: 30rem;}
.btn-admin-edit a {color:#767676;}


/* BOARD EDIT */
.edit-form-wrap {border-top:2rem solid #000;}
.edit-form-wrap + .basic-btn__wrap {margin-top:30rem;}
.textarea-edit-wrap label {display:none;}
.textarea-edit-wrap .form-input__wrap {padding:0;}


/* **************************************** *
 * CHECK BOX 
 * **************************************** */
.custom-checkbox__wrap {margin-top:20rem;}
.custom-checkbox {display: inline-block;position: relative;padding-left: 24rem;cursor: pointer;font-size: 15rem;font-weight:300;line-height:1.2;letter-spacing:-0.025em;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.custom-checkbox input { position: absolute; opacity: 0; cursor: pointer; visibility: hidden;}
.custom-checkbox .checkmark {position: absolute;top: 1rem;left: 0;height: 18rem;width: 18rem;background-color: transparent;border: 1rem solid #B1B1B1;}
.custom-checkbox:hover input ~ .checkmark {border-color: #004EA1;}
.custom-checkbox input:checked ~ .checkmark {background-color: #004EA1;border-color: #004EA1;}
.custom-checkbox .checkmark:after { content: ""; position: absolute; display: none; }
.custom-checkbox input:checked ~ .checkmark:after { display: block; }
.custom-checkbox .checkmark:after {font-family: 'minjoo';font-size: 17rem;font-weight: normal;color:#fff;content: '\e921';left: 50%;top: 50%;transform: translate(-50%,-50%);}

.custom-radio {display: inline-block;vertical-align: middle;position: relative;padding-left: 31rem;cursor: pointer;font-size: 16rem;letter-spacing:-0.025em;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.custom-radio + .custom-radio {margin-left:40rem;}
.custom-radio input { position: absolute; opacity: 0; cursor: pointer; visibility: hidden;}
.custom-radio .checkmark {position: absolute;left: 0;height: 22rem;width: 22rem;background:#E5E8EC;border-radius: 50%; top: 50%; transform: translateY(-50%);}
.custom-radio .checkmark:after {content: "";position: absolute;display: block;width: 8rem;height: 8rem;background: #fff;border-radius: 50%;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.custom-radio input:checked ~ .checkmark {background: transparent linear-gradient(104deg, #72BE59 0%, #009E9A 48%, #004EA1 100%) 0% 0% no-repeat padding-box}
.custom-radio input:checked ~ .checkmark:after {display: block;}

.custom-radio-btn__wrap {display: flex;gap: 6rem;}
.custom-radio-btn {cursor:pointer;display:inline-block;flex-grow: 1;}
.custom-radio-btn input { position: absolute; opacity: 0; cursor: pointer; }
.custom-radio-btn input + span {display:block;height: 60rem;line-height: 58rem;font-size:16rem;text-align: center;color:#999;letter-spacing:-0.025em;border: 1rem solid #ddd;background:#fff;-webkit-transition: background .3s, color .3s;transition: background .3s, color .3s;}
.custom-radio-btn:hover input + span,
.custom-radio-btn input:checked + span {background:#004EA1; color:#fff;}

.custom-checkbox__type2 {font-size:18rem; font-weight:600; padding-left:34rem; padding-top: 2rem;}
.custom-checkbox__type2 .checkmark {width:24rem; height:24rem; border-radius:4rem;}
.custom-checkbox__type2 .checkmark:after {font-size:22rem;}
.custom-checkbox__type2 input:checked ~ .checkmark {border: none;background:transparent linear-gradient(104deg, #72BE59 0%, #009E9A 48%, #004EA1 100%) 0% 0% no-repeat padding-box;}




/* **************************************** *
 * MAGNIFIC POPUP
 * **************************************** */
.component-popup {width:100%;max-width:1300rem;margin:0 auto;padding: 40rem;background:#fff;position: relative;}
.component-popup .mfp-close {font-size:0;right: 30rem;top: 30rem;opacity:1;}
.component-popup .mfp-close:before {font-family: 'minjoo';font-size: 20rem;font-weight: normal;color: #53503D;content: '\e920';position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.mfp-popup-open .mfp-bg {background:#000; opacity:0.5;}

/* POPUP TAB */
.component-popup .tab-list {display:flex;margin-top: 40rem;border-bottom:1rem solid #004EA1;text-align: center;}
.component-popup .tab-list li {flex-grow: 1;}
.component-popup .tab-list li a {font-size:18rem;display: block;padding: 23rem 30rem;}
.component-popup .tab-list li a.tab-button--is-active {background: transparent linear-gradient(104deg, #72BE59 0%, #009E9A 48%, #004EA1 100%) 0% 0% no-repeat padding-box;color: #fff;}
.component-popup .tab-panel__wrap {margin-top:40rem;}

/* IMAGE POPUP */
body.mfp-img-open {overflow:hidden;}
.image-popup__wrap {width:100%;margin:0 auto;}
.image-popup__wrap .mfp-container {padding:0;}
.image-popup__wrap .mfp-close {width: 44px; height: 44px; line-height: 44px; padding:0;font-size:0;right: 10rem;top: 10rem;opacity:1; z-index:10;}
.image-popup__wrap .mfp-close:before {font-family: 'minjoo';font-size: 18rem;font-weight: normal;color: #fff;content: '\e920';position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.image-popup__wrap .mfp-img {padding:0;}
.image-popup__item img {max-width:100%;}


 /* **************************************** *
 * SCROLL
 * **************************************** */
.scrollbar-inner .scroll-element.scroll-y {width: 5rem;right: 5rem;top: 10rem;border-radius: 30rem;overflow: hidden;height: calc(100% - 20rem);}
.scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {/* border-radius: 0; */}
.scrollbar-inner > .scroll-element .scroll-bar {background-color: #CFCFCF;opacity:1;}
.scrollbar-inner > .scroll-element .scroll-element_track {opacity:1; background:#F6F6F6;}
.scroll-wrapper > .scroll-content {padding: 10rem 0 10rem;box-sizing: border-box !important; }
.scroll-wrapper > .scroll-content::-webkit-scrollbar { display:none;  }



 /* **************************************** *
 * POLICY
 * **************************************** 
.policy-box__wrap .scroll-wrapper {height:300rem;}
.policy-box__wrap .scroll-wrapper > .scroll-content {padding:20rem;}
.policy-box + .policy-box  {margin-top:30rem;}
.policy-box__content + .policy-box__content {margin-top:20rem;}
.policy-box .policy-box__title{font-size:18rem; color:#767676;}
.policy-box .policy-box__content p {font-size:16rem; color:#767676;}
.policy-box .policy-box__content h3 {font-size:17rem; color:#767676;}
.policy-box .primary-order-list {counter-reset: item;}
.policy-box .primary-order-list > li {position: relative;font-size: 16rem;line-height: 1.7;color: #767676;padding-left: 20rem;counter-increment: item;}
.policy-box .primary-order-list > li:before {width: 13rem; height: 13rem; text-align: center; font-size: 15rem; content: '('counter(item)')';display: block;position: absolute;top:7rem;left: 0;background:none; border-radius: 50%; line-height:1;}
.policy-box .secondary-order-list > li {position:relative;padding-left: 22rem; font-size: 16rem;line-height: 1.7;color: #767676}
.policy-box .secondary-order-list > li:before {display: block; width: auto; height: auto; font-size: inherit; color: inherit; position: absolute; top: 0; left: 0;}
.policy-box .secondary-order-list > li:nth-child(1):before {content: '가.';}
.policy-box .secondary-order-list > li:nth-child(2):before {content: '나.';}
.policy-box .secondary-order-list > li:nth-child(3):before {content: '다.';}
.policy-box .secondary-order-list > li:nth-child(4):before {content: '라.';}
.policy-box .secondary-order-list > li:nth-child(5):before {content: '마.';}
.policy-box .secondary-order-list > li:nth-child(6):before {content: '바.';}
.policy-box .secondary-order-list > li:nth-child(7):before {content: '사.';}
.policy-box .secondary-order-list > li:nth-child(8):before {content: '아.';}
.policy-box .secondary-order-list > li:nth-child(9):before {content: '자.';}
.policy-box .secondary-order-list > li:nth-child(10):before {content: '차.';}
.policy-box .secondary-order-list > li:nth-child(11):before {content: '카.';}
.policy-box .secondary-order-list > li:nth-child(12):before {content: '타.';}
.policy-box .secondary-order-list > li:nth-child(13):before {content: '파.';}
.policy-box .secondary-order-list > li:nth-child(14):before {content: '하.';}
.policy-box .dot-list > li {position: relative;font-size: 16rem;line-height: 1.75;color: #767676;padding-left: 13rem;counter-increment: item;}
.policy-box .dot-list > li:before {width: 13rem; height: 13rem; text-align: center; font-size: 15rem; content: '-';display: block;position: absolute;top:7rem;left: 0;background:none; border-radius: 50%; line-height:1;}
*/


/* **************************************** *
 * SWIPER
 * **************************************** */
.swiper-navigation { font-size:0;display: inline-block;vertical-align: middle;}
.swiper-navigation > button { line-height: 50rem; width: 50rem; height: 50rem;background:none;border: 1rem solid #B1B1B1;border-radius: 50%;margin:0;padding: 0;position: relative;-webkit-transition: .3s;transition: .3s;}
.swiper-navigation > button:before {width: 100%;height: 100%;font-family:'minjoo';display:block;font-size: 16rem;font-weight:normal;color: #000;position: absolute;top: 0;left: 0;z-index: 10;-webkit-transform:translateZ(10rem);-ms-transform:translateZ(10rem);transform:translateZ(10rem);-webkit-transition: .3s;transition: .3s;}
.swiper-navigation > button + button {margin-left:12rem}
.swiper-navigation > .swiper-button-prev {left: 0;}
.swiper-navigation > .swiper-button-prev:before {content: '\e905';left: -1rem;}
.swiper-navigation > .swiper-button-next {right: 0;}
.swiper-navigation > .swiper-button-next:before {content: '\e906';right: -1rem;left: auto;}
.swiper-navigation > button:hover {border-color:#000;}
.swiper-navigation > button:hover:before {color:#000}

.swiper-container .swiper-pagination {display: inline-block;position: relative;display: inline-block;position: relative;width: auto;vertical-align: middle;bottom: 0;}
.swiper-container .swiper-pagination .swiper-pagination-bullet {display: inline-block;width: auto;height: auto;position: relative;cursor: pointer;background: transparent;opacity: 1;vertical-align: middle;margin: 0 3rem; border-radius:10rem}
.swiper-container .swiper-pagination-bullet span {display: block;width: 14rem;height: 14rem;margin: 0;padding: 0;position: static;font-size: 0;background: #c8c8c8;border-radius: 50%;cursor: pointer;-webkit-transition: all .3s;transition: all .3s;}
.swiper-container .swiper-pagination-bullet-active > span {width:26rem; background: #0070E8; border-radius:10rem;}

/* state */
.swiper-control {margin-left:12rem;display: inline-block; vertical-align: middle;}
.swiper-play__state {width: 50rem;height: 50rem;border: 1rem solid #B1B1B1;border-radius: 50%;position: relative;transition: border .3s;}
html.ie .swiper-play__state {top:-1px;}
.swiper-play__state-btn {display: block;width: 100%;height: 100%;margin: 0;padding: 0;position: absolute;top: 0;left: 0;background: transparent;border: none;cursor: pointer;opacity: 0;visibility: hidden;-webkit-transition: opacity 300ms;transition: opacity 300ms;}
.swiper-play__state-btn:after {display: block;margin-left:1rem;font-family: 'minjoo';font-size: 15rem;font-weight: normal;text-align: center;line-height: 26rem;color: #000;transition: color .3s;}
.swiper-play__state--play:after {content: '\e912'; font-size:14rem;margin-left:2rem;}
.swiper-play__state--pause:after {content: '\e911';}
.swiper-play__state.play .swiper-play__state--pause {opacity: 1; visibility: visible;}
.swiper-play__state.pause .swiper-play__state--play {opacity: 1; visibility: visible;}
.swiper-play__state:hover {border-color:#000;}
.swiper-play__state:hover .swiper-play__state-btn:after {color:#000;}

/* scroll bar */
.swiper-scrollbar {background:#ECECEC;}
.swiper-container-horizontal>.swiper-scrollbar {height:3rem;}
.swiper-scrollbar-drag {background: transparent linear-gradient(94deg, #72BE59 0%, #009E9A 45%, #004EA1 100%) 0% 0% no-repeat padding-box;}

 /* progress */
 .swiper-progress-wrap {display: block;width: 111rem;height: 2rem;position: absolute;left: 33rem;top: 50%;margin-top: -1rem;background: #fff;overflow: hidden; visibility:hidden;}
 .swiper-progress {display: block;width: 0;height: 100%;background: #040404;}



/* **************************************** *
 * TAB
 * **************************************** */
/* a11y tab */
.tab-content {display:none;}
.tabs-item.is-active .tab-content { display: block;}

.tab-panel--is-disabled { display: none;}
.tab-panel--is-active { display: block;}





/* **************************************** *
 * FULL LINK
 * **************************************** */
.full-link {cursor:pointer;}

 /* **************************************** *
 * A11Y
 * **************************************** */
.sr-only { position: absolute; clip: rect(1rem, 1rem, 1rem, 1rem); -webkit-clip-path: inset(0rem 0rem 99.9% 99.9%); clip-path: inset(0rem 0rem 99.9% 99.9%); overflow: hidden; height: 1rem; width: 1rem; padding: 0; border: 0; }

#skip a { width: 1rem; height: 1rem; position: absolute; left: -10000rem; top: auto; overflow: hidden; }
#skip a:focus { display: block; width: 100%; height: 50rem; position: fixed; top: 0; left: 0; line-height: 49rem; text-align: center; color: #fff; background: #191919; z-index: 999; }

.use-mouse, 
.use-mouse select, 
.use-mouse input[type=text], 
.use-mouse input[type=tel], 
.use-mouse input[type=email], 
.use-mouse input[type=password], 
.use-mouse input[type=url], 
.use-mouse input[type=number], 
.use-mouse input[type=search], 
.use-mouse textarea, 
.use-mouse input[type=submit], 
.use-mouse input[type=button], 
.use-mouse button, 
.use-mouse a:focus { outline: none; }


/* **************************************** *
 * SWEET ALERT
 * **************************************** */
.swal-modal {max-width: 380rem;padding: 50rem 30rem 46rem;border-radius:10rem;}
.swal-text {font-size: 16rem;color: #444;text-align:center;}
.swal-text:first-child {margin-top:0;}
.swal-footer {text-align:center;padding: 0;margin-top: 22rem;}
.swal-content {margin-top:0; font-size:15rem;}
.swal-button {display: inline-block;position: relative;vertical-align: middle;line-height: 1;text-align: center;min-width: 100rem;width:auto;height: 45rem;border-radius: 8rem;font-size: 15rem;padding: 0 12rem 0;cursor:pointer;-webkit-transition:all 300ms;transition: all 300ms;}
.swal-button.swal-button--cancel {border: 1rem solid #999;background: transparent;color: #999;color: #999;}
.swal-button.swal-button--confirm {border: 1rem solid #004EA1;background: #004EA1;color: #fff;}
.swal-button:not([disabled]):hover {background-color: #004EA1;}
.swal-button--cancel:not([disabled]):hover {background:transparent;}
.swal-button:focus {box-shadow:none;}


