﻿@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
}

#header {
  height: 50px;
  margin-bottom: 12px;
  border-top: 3px solid #777;
  border-bottom: 1px solid #ccc;
}

/****************************************************************************************/
@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/NanumBarunGothicUltraLight.eot);
  src: local("Nanum Barun Gothic UltraLight"), local("NanumBarunGothicUltraLight"), url(../fonts/NanumBarunGothicUltraLight.eot?#iefix) format("embedded-opentype"), url(../fonts/NanumBarunGothicUltraLight.woff2) format("woff2"), url(../fonts/NanumBarunGothicUltraLight.woff) format("woff"), url(../fonts/NanumBarunGothicUltraLight.ttf) format("truetype");
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NanumBarunGothicLight.eot);
  src: local("Nanum Barun Gothic Light"), local("NanumBarunGothicLight"), url(../fonts/NanumBarunGothicLight.eot?#iefix) format("embedded-opentype"), url(../fonts/NanumBarunGothicLight.woff2) format("woff2"), url(../fonts/NanumBarunGothicLight.woff) format("woff"), url(../fonts/NanumBarunGothicLight.ttf) format("truetype");
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NanumBarunGothic.eot);
  src: local("Nanum Barun Gothic"), local("NanumBarunGothic"), url(../fonts/NanumBarunGothic.eot?#iefix) format("embedded-opentype"), url(../fonts/NanumBarunGothic.woff2) format("woff2"), url(../fonts/NanumBarunGothic.woff) format("woff"), url(../fonts/NanumBarunGothic.ttf) format("truetype");
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NanumBarunGothicBold.eot);
  src: local("Nanum Barun Gothic Bold"), local("NanumBarunGothicBold"), url(../fonts/NanumBarunGothicBold.eot?#iefix) format("embedded-opentype"), url(../fonts/NanumBarunGothicBold.woff2) format("woff2"), url(../fonts/NanumBarunGothicBold.woff) format("woff"), url(../fonts/NanumBarunGothicBold.ttf) format("truetype");
}

[class*="co-"] {
  font-family: 'NanumBarunGothic','dotum', '돋움', sans-serif;
  box-sizing: border-box;
}

[class*="co-"] * {
  color: #222222;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

[class*="co-"] input, [class*="co-"] button, [class*="co-"] select {
  font-family: 'NanumBarunGothic','dotum', '돋움', sans-serif;
}

[class*="co-"] input::placeholder {
  color: #999999 !important;
}

[class*="co-"] input:-ms-input-placeholder {
  color: #999999 !important;
}

[class*="co-"] button {
  cursor: pointer;
}

[class*="co-"] select::-ms-expand {
  display: none;
}

.co-header {
  height: 50px;
  background: #ff4e02;
  padding: 7px 30px 0 30px;
}

.co-login {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 270px;
  border-radius: 20px;
  background: #e9e9e9;
  padding: 30px 40px;
}

.co-login .input-group {
  position: relative;
  margin-top: 30px;
}

.co-login .input-group input[type="text"],
.co-login .input-group input[type="password"] {
  display: block;
  width: 250px;
  height: 27px;
  border: 1px solid #dddddd;
  background: #fff;
  padding: 0 10px;
  font-family: 'dotum', sans-serif;
}

.co-login .input-group input[type="password"] {
  margin-top: 8px;
}

.co-login .input-group input::placeholder {
  color: #6d6d6d !important;
}

.co-login .input-group input:-ms-input-placeholder {
  color: #6d6d6d !important;
}

.co-login .input-group label {
  display: block;
  font-family: 'dotum', sans-serif;
  font-size: 12px;
  color: #7b7b7b;
  margin-top: 7px;
  cursor: pointer;
}

.co-login .input-group label input {
  vertical-align: -2px;
}

.co-login .input-group button {
  position: absolute;
  top: 0;
  right: 0;
  width: 63px;
  height: 63px;
  border-radius: 5px;
  border: 1px solid #6a6a6a;
  background-image: linear-gradient(to bottom, #818181, #444444);
  color: #fff;
  font-family: 'dotum', sans-serif;
}

.co-login .controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.co-login .controls button {
  border: 1px solid #919191;
  width: 106px;
  height: 28px;
  background: #fff;
  padding-top: 1px;
  border-radius: 3px;
}

.co-login .controls a {
  font-size: 12px;
  font-family: 'dotum', sans-serif;
}

.co-login .controls a + a {
  margin-left: 10px;
}

.co-join {
  padding: 30px;
}

.co-join .t1 {
  font-size: 24px;
  margin-bottom: 10px;
}

.co-join .t2 {
  border-bottom: 1px solid #555555;
  padding-bottom: 15px;
}

.co-join .t2 .co-check span {
  font-size: 19px;
}

.co-join .desc-box {
  border: 6px solid #e2e2e2;
  text-align: center;
  font-size: 17px;
  color: #55555b;
  line-height: 30px;
  padding: 20px 0;
}

.co-steps {
  display: flex;
  justify-content: space-between;
  height: 50px;
}

.co-steps .step {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
  height: 100%;
  background-color: #cbc5c4;
  margin: 0 11px 0 10px;
  font-size: 19px;
  color: #fff;
  padding-top: 1px;
}

.co-steps .step.active {
  background-color: #a69e9e;
}

.co-steps .step.active:before {
  border-bottom: 25px solid #a69e9e;
  border-top: 25px solid #a69e9e;
}

.co-steps .step.active:after {
  border-left: 20px solid #a69e9e;
}

.co-steps .step > span {
  display: inline-block;
  font-size: 15px;
  color: #333;
  padding: 0 5px 0 0;
}

.co-steps .step:before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 50%;
  box-sizing: border-box;
  border-left: 20px solid transparent;
  border-bottom: 25px solid #cbc5c4;
  border-top: 25px solid #cbc5c4;
}

.co-steps .step:after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 50%;
  box-sizing: border-box;
  border-left: 20px solid #cbc5c4;
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
}

.co-steps .step:first-child {
  margin-left: 0;
}

.co-steps .step:first-child:before {
  display: none;
}

.co-steps .step:last-child {
  margin-right: 0;
}

.co-steps .step:last-child:after {
  display: none;
}

.co-check {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}

.co-check * {
  box-sizing: border-box;
}

.co-check input {
  display: none;
}

.co-check span {
  font-size: 15px;
  padding-top: 2px;
}

.co-check i {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 2px solid #c3c3c3;
  margin-right: 5px;
}

.co-check i:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #c3c3c3;
  border-bottom: 2px solid #c3c3c3;
  transform: rotateZ(-45deg);
}

.co-check input:checked + i {
  border-color: #f86565;
  background: #f86565;
}

.co-check input:checked + i:after {
  border-color: #fff;
  left: 4px;
  width: 10px;
}

.co-radio {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}

.co-radio * {
  box-sizing: border-box;
}

.co-radio input {
  display: none;
}

.co-radio span {
  font-size: 15px;
  padding-top: 2px;
}

.co-radio i {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #c3c3c3;
  margin-right: 5px;
}

.co-radio i:after {
  content: '';
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #f86565;
  transform: rotateZ(-45deg);
}

.co-radio input:checked + i {
  border-color: #f86565;
}

.co-radio input:checked + i:after {
  display: block;
}

.co-btn {
  width: 140px;
  height: 40px;
  border: 0;
  outline: 0;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  background: #cbc5c4;
}

.co-btn:disabled {
  opacity: .4;
  cursor: default;
}

.co-btn.primary {
  background: #ff4e02;
}

.co-btn2 {
  min-width: 80px;
  height: 30px;
  border: 0;
  outline: 0;
  box-shadow: none;
  color: #fff;
  background: #a69e9e;
  border-radius: 2px;
  padding: 0 15px;
}

.co-btn2:disabled {
  opacity: .4;
  cursor: default;
}

.co-btn2.primary {
  background: #ff4e02;
}

.co-bottom-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.co-bottom-buttons .co-btn + .co-btn {
  margin-left: 15px;
}

.co-terms {
  display: flex;
  padding-top: 30px;
}

.co-terms .term-group {
  flex: 1;
}

.co-terms .term-group .top {
  font-size: 16px;
  margin-bottom: 10px;
}

.co-terms .term-group .term-box {
  border: 1px solid #e3e3e3;
  background: #f9f9f9;
  padding: 20px;
  color: #55555b;
  line-height: 26px;
  font-size: 14px;
}

.co-terms .term-group + .term-group {
  margin-left: 40px;
}

.co-terms .term-group .checks {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}

.co-terms .term-group .checks .co-check + .co-check {
  margin-left: 30px;
}

.co-form-table {
  position: relative;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.co-form-table:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #555555;
  z-index: 1;
}

.co-form-table tr th, .co-form-table tr td {
  border: 1px solid #ebebeb;
}

.co-form-table tr th {
  width: 190px;
  background: #f9f9f9;
  font-size: 16px;
  padding: 13px 0;
  font-weight: normal;
}

.co-form-table tr td {
  padding: 0 15px;
}

.co-form-table select {
  -webkit-appearance: none;
  appearance: none;
  width: 430px;
  height: 30px;
  border: 1px solid #ebebeb;
  padding: 0 10px;
  background: #fff url(../images/select_arrow.jpg) no-repeat right top;
}

.co-form-table input[type="text"],
.co-form-table input[type="password"] {
  width: 430px;
  height: 30px;
  border: 1px solid #ebebeb;
  background: #fff;
  margin-right: 5px;
  padding: 0 10px;
  border-radius: 2px;
}

.co-form-table .txt-time {
  display: inline-block;
  min-width: 137px;
  color: #666666;
  font-size: 14px;
}

.co-form-table .txt-time b {
  font-weight: normal;
  color: #ff4e02;
}

.co-form-table .txt-status {
  display: inline-block;
  min-width: 80px;
  font-size: 15px;
  color: #ff4e02;
  text-align: center;
}

.co-form-table.style2 {
  width: 700px;
  margin: 0 auto;
}

.co-form-table.style2:after {
  display: none;
}

.co-form-table.style2 tr th, .co-form-table.style2 tr td {
  border: 0;
}

.co-form-table.style2 tr th {
  text-align: left;
  background: none;
  padding-left: 40px;
}

.co-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.6);
}

.co-pop.active {
  display: block;
}

.co-pop .co-pop-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 300px;
  min-height: 180px;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #222222;
}

.co-pop .co-pop-wrap .pop-close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 26px;
  height: 26px;
  border: 0;
  outline: 0;
  background: url(../images/x.jpg) no-repeat center center;
}

.co-pop .co-pop-wrap .pop-contents {
  min-height: 90px;
  margin-top: 30px;
  padding: 20px;
}

.co-pop .co-pop-wrap .pop-contents .txt1 {
  font-size: 15px;
  text-align: center;
}

.co-pop .co-pop-wrap .pop-contents .input-button-group input[type="password"],
.co-pop .co-pop-wrap .pop-contents .input-button-group input[type="text"] {
  height: 30px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  font-size: 14px;
  padding: 0 10px;
}

.co-pop .co-pop-wrap .pop-footer {
  padding: 0 0 25px 0;
  text-align: center;
}

.co-pop .co-pop-wrap .pop-footer .co-btn {
  width: 115px;
  height: 30px;
  font-size: 14px;
}

.co-find {
  padding: 30px;
}

.co-find .t1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  margin-bottom: 10px;
}

.co-find .t1 a {
  font-size: 16px;
}

.co-find .find-types {
  display: flex;
}

.co-find .find-types button {
  flex: 1;
  border: 0;
  box-shadow: none;
  height: 50px;
  background: #cbc5c4;
  color: #fff;
  font-size: 19px;
}

.co-find .find-types button + button {
  margin-left: 10px;
}

.co-find .find-types button.active {
  background: #a69e9e;
}

.co-find .d1 {
  font-size: 17px;
  color: #55555b;
  margin-bottom: 5px;
}

.co-find .input-group {
  min-height: 250px;
  padding: 30px 0;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #e3e3e3;
  background: #fafafa;
}

.co-find .input-group .head1 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.co-find .input-group .desc-txt {
  width: 430px;
  margin: 0 auto;
  font-size: 13px;
  color: #999999;
  line-height: 20px;
}

.co-find .input-group .msg-txt {
  width: 430px;
  padding: 6px 0 8px 5px;
  margin: 0 auto;
  font-size: 12px;
  color: #3e81fe;
}

.co-find .input-group .warn-txt {
  width: 430px;
  padding: 6px 0 8px 5px;
  margin: 0 auto;
  font-size: 12px;
  color: #ff6238;
}

.co-find .input-group .row {
  display: flex;
  justify-content: center;
  text-align: center;
}

.co-find .input-group .row input[type="password"],
.co-find .input-group .row input[type="text"] {
  height: 30px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  background: #fff;
  padding: 0 10px;
  font-size: 14px;
}

.co-find .input-group .row + .row {
  margin-top: 8px;
}

.co-find .input-group .row .co-btn2 {
  height: 29px;
  line-height: 1;
  margin-left: 5px;
}

.co-find .input-group .find-result {
  min-height: 210px;
  border-top: 1px solid #e3e3e3;
  padding: 30px 30px 0px 30px;
}

.co-find .input-group .find-result h3 {
  font-size: 21px;
  font-weight: normal;
  text-align: center;
  padding: 0 0 10px 0;
}

.co-find .input-group .find-result > p {
  text-align: center;
  line-height: 1.7;
  margin-top: 10px;
}

.co-find .input-group .find-result .result-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 62px;
  margin: 20px auto 0 auto;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  background: #fff;
}

.co-find .input-group .find-result .result-box strong {
  color: #095bf3;
  font-weight: normal;
  font-size: 24px;
  margin-left: 5px;
}

.co-find .input-group .co-radio + .co-radio {
  margin-left: 30px;
}

.co-my .t1 {
  font-size: 15px;
  color: #55555b;
  line-height: 26px;
  text-align: center;
}

.co-my .t1 input {
  height: 30px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  background: #fff;
  padding: 0 10px;
  font-size: 14px;
}

.co-my .co-form-table tr td {
  font-size: 14px;
}

.co-my .term-buttons button {
  flex: 1;
  border: 0;
  box-shadow: none;
  width: 195px;
  height: 30px;
  background: #cbc5c4;
  color: #fff;
  font-size: 15px;
}

.co-my .term-buttons button + button {
  margin-left: 10px;
}

.co-my .term-buttons button.active {
  background: #a69e9e;
}

.co-my .term-contents {
  border: 1px solid #f5f5f5;
  border-top: 1px solid #555;
  padding: 25px 20px;
  font-size: 13px;
  color: #55555b;
  line-height: 20px;
  margin-top: 10px;
}

.co-my .term-contents .section{
  padding: 25px 20px;
  font-size: 13px;
}

/**/
.privacy{
    padding:20px;
}
.privacy table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.privacy th,
.privacy td {
  border: 1px solid #999;
  font-size: 13px;
  padding: 5px 6px;
  line-height: 20px;
}
.privacy th:first-child,
.privacy td:first-child{
    text-align:center;
    width: 100px !important;
}


/************************/
.co-terms .term-group .term-box table{
  width: 100%;
  border-collapse: collapse;
}
.co-terms .term-group .term-box th,
.co-terms .term-group .term-box td{
  border: 1px solid #999;
  padding: 5px 6px;
}
.co-terms .privacy-link{
    color: #ff4e02;
    font-weight: bold;

}

.co-pop .co-pop-wrap {
  max-height: 90vh;
  overflow: auto;
}

.co-guide {
  width: 620px;
  margin: 0 auto;
  opacity: .5;
  margin-top: 30px;
}
