@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*  */
@font-face {
    font-family: 'OTWelcome';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2110@1.0/OTWelcomeRA.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'OTWelcome';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2110@1.0/OTWelcomeRA.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OTWelcome';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2110@1.0/OTWelcomeRA.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'OTWelcome';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2110@1.0/OTWelcomeBA.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'OTWelcome';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2110@1.0/OTWelcomeBA.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

/* NanumSquare_ac */
@font-face {
    font-family: 'NanumSquare_ac';
    font-style: normal;
    font-weight: 300;
    src: local('NanumSquare_acL'), 
    local('NanumSquare_acL'), 
    url('/fonts/NanumSquare_acL.eot'),
    url('/fonts/NanumSquare_acL.ttf') format('truetype');
  }

  @font-face {
    font-family: 'NanumSquare_ac';
    font-style: normal;
    font-weight: 400;
    src: local('NanumSquare_acR'), 
    local('NanumSquare_acR'),
    url('/fonts/NanumSquare_acR.eot'), 
    url('/fonts/NanumSquare_acR.ttf') format('truetype');
  }

  @font-face {
    font-family: 'NanumSquare_ac';
    font-style: normal;
    font-weight: 600;
    src: local('NanumSquare_acB'), 
    local('NanumSquare_acB'),
    url('/fonts/NanumSquare_acB.eot'), 
    url('/fonts/NanumSquare_acB.ttf') format('truetype');
  }

  @font-face {
    font-family: 'NanumSquare_ac';
    font-style: normal;
    font-weight: 700;
    src: local('NanumSquare_acEB'), 
    local('NanumSquare_acEB'), 
    url('/fonts/NanumSquare_acEB.eot'),
    url('/fonts/NanumSquare_acEB.ttf') format('truetype');
  }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0px solid silver;
}

img { max-width: 100%; }

html, body {
    margin: 0 auto;
    width: 640px;
    /* height: 100%; */
}

body {
/* font-family: 'Noto Sans KR', sans-serif; */
font-family: 'OTWelcome';
font-size: 25px;
color: #2b2b2b;
letter-spacing: 0.1px;
word-break:keep-all;
margin: 0 auto;
width: 640px;
}


body {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
body::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}


body.main {
    background: linear-gradient(to bottom, #0d5897 0%, #11a0b5 60%) no-repeat;
}

h1, h2, h3, h4, h5, input, textarea, button, a {
    /* font-family: 'Noto Sans KR', sans-serif; */
    font-family: 'OTWelcome';
}

h1 {
  font-size: 4rem;
  line-height: 4rem;
  text-transform: uppercase;
}

h2 {
  font-size: 2.4rem;
  /* margin-bottom: 3rem; */
  text-transform: uppercase;
}

h3 {
  font-size: 1.4rem;
  line-height: 2rem;
  /* margin-bottom: 1rem; */
}

h4, h5 {
  /* font-family: 'Playfair Display', serif; */
}

h4 {
  font-size: 1.1rem;
  line-height: 1.4rem;
}

h5 {
  font-size: 0.7rem;
  line-height: 2rem;
}

a:link { color: inherit; text-decoration: none;}
a:visited { color: inherit; }
a:hover { 
    /* color: #666; */
}

a:active { 
    /* color: #666; */
}

ul {
    list-style: none;
}

button { cursor: pointer; }

/* checkbox */

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
    font-size: 23px;
    font-weight: 400;
    color: #666;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:25px;
    height:25px;
    margin:-0px 5px 0 0;
    vertical-align:middle;
    background:url('/images/sub/sub_check_05.png') no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url('/images/sub/sub_check_06.png') no-repeat;
}

input[type="checkbox"]:checked + label span.check02 {
    background:url('/images/sub/sub_check_07.png') no-repeat;
}

input[type="checkbox"]:checked + label span.check03 {
    background:url('/images/sub/sub_check_08.png') no-repeat;
}



/* radio */

input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    display: flex;
    align-items: center;
    font-size: 23px;
    font-weight: 400;
    color: #666;
}

input[type="radio"] + label span {
    display:inline-block;
    width:25px;
    height:25px;
    margin:-0px 5px 0 0;
    vertical-align:middle;
    background:url('/images/sub/sub_check_01.png') no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url('/images/sub/sub_check_02.png') no-repeat;
}

/* ---- */

.main_page {
    height: auto;
    background: linear-gradient(155deg, #67c1b2 0%, #00397a 80%) no-repeat;
}

.main_con01 {
    padding-top: 30px;
    display: flex;
    justify-content: flex-end;
}

.main_con01 a {
    display: block;
    position: relative;
}

.bell_num {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;

    background: #0d5997;
}

.bell_num_L {
    position: absolute;
    top: -5px;
    right: 0;

    width: 30px;
    height: 30px;

    font-size: 20px;
    font-weight: 600;
    color: #413c3c;
}

.bell_num_S {
    position: absolute;
    top: -8px;
    right: -6px;

    width: 18px;
    height: 18px;

    font-size: 11px;
    font-weight: 400;
    color: #fff;
}

.main_loginbox {
    padding: 60px 60px 70px;
    background: #fff;
    border-radius: 150px 0 150px 0;
    box-shadow: 11px 11px 19px 0 rgba(0,0,0,0.5);
}

.main_con02 {
    position: relative;
    text-align: center;
}

.main_con02 h2{
    padding-bottom: 20px;
    font-size: 51px;
    font-weight: 700;
    line-height: 4.5rem;
    color: #0c4777;
}

.main_con02 p {
    padding-bottom: 6px;
    /* font-family: 'NanumSquare_ac'; */
    /* font-size: 28px; */
    font-size: 35px;
    font-weight: 600;
    line-height: 3rem;
    color: #3b3b3b;
}

.main_con02 .main_img01 {
    /* position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(-0,-50%); */
}

.main_con03 {
    padding: 30px 10px;

    position: relative;
}

.main_con03 input {
    padding: 10px 20px 0 80px !important;
    margin: 0;
    width: 100%;
    height: 80px;
    /* height: 95px; */
    background: #fff;
    border-radius: 50px;

    -webkit-appearance: none;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0,57,122,0.3);
    box-shadow: 5px 5px 10px 0 rgba(0,57,122,0.3);

    /* font-family: 'NanumSquare_ac'; */
    font-size: 22px;
    font-weight: 600;
    color: #888;
}

.main_con03 input::placeholder {
    /* font-family: 'NanumSquare_ac'; */
    font-size: 22px;
    font-weight: 600;
    color: #a2a2a2;
  }

  .login_02 input{
    padding: 0px 20px 4px 80px !important;
    
      font-family: 'NanumSquare_ac' !important;
    font-size: 22px;
    font-weight: 600;
    color: #888;
  }

  .main_con03 input::placeholder {
    font-family: 'OTWelcome';
    font-size: 22px;
    font-weight: 600;
    color: #a2a2a2;
  }

.main_con03 label {
    font-size: 17px;
    font-weight: 300;
    color: #666565;
}

.login_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;

    padding-top: 40px;
}

.login_btn_01 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    width: 240px;
    height: 80px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 6px 6px 12px 0 rgba(0,57,122,0.4);

    /* font-family: 'NanumSquare_ac'; */
    font-size: 30px;
    font-weight: 600;
    color: #00397a !important;
}

.login_btn_02 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    width: 240px;
    height: 80px;
    background: #0d5997;
    border-radius: 50px;
    box-shadow: 6px 6px 12px 0 rgba(0,0,0,0.4);

    /* font-family: 'NanumSquare_ac'; */
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.main_check {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_check input[type="checkbox"] + label {
    display: flex;
    align-items: center;

    /* font-family: 'NanumSquare_ac'; */
    font-size: 20px;
    font-weight: 400;
    color: #545454;
}

.main_check input[type="checkbox"] + label span {
    display:inline-block;
    width:30px;
    height:30px;
    margin:-0px 10px 0 0;
    vertical-align:middle;
    background:url('/images/main/main_check01.png') no-repeat;
    cursor:pointer;
}

.main_check input[type="checkbox"]:checked + label span {
    background:url('/images/main/main_check02.png') no-repeat;
}

.btn_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.a_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.a_btn_main {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    padding: 0 25px 0 30px;
}

.main_con04 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 50px;
}

.main_con04 a {
    padding: 0 25px;
    /* font-family: 'NanumSquare_ac'; */
    font-size: 21px;
    font-weight: 600;
    color: #fff;

    position: relative;
}

.main_con04 a:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-0,-50%);

    width: 1px;
    height: 15px;
    background: #fff;
}

/* .main_con04 .btn_wrap a {
    width: 270px;
    background: #f0efef;

    font-size: 21px;
    font-weight: 500;
    color: #666666;
} */

/* sub start */
.sub_top {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub_top h3 {
    padding-top: 11px;
    /* font-size: 25px; */
    font-size: 29px;
    font-weight: 600;
    line-height: 3rem;
}

.sub_top a {
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translate(-0,-50%);

    display: flex;
    align-items: center;
}

.input {
    -moz-user-select: auto;
    -webkit-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;

    border: 1px solid #727272;
    border-radius: 20px;
    padding: 10px 10px 0 10px;
    width: 100%;

    font-size: 27px;
    font-weight: 300;
    color: #555 !important;
}

.input::placeholder {
    
    font-size: 27px;
    font-weight: 300;
    color: #aaa !important;
}

input[type="password"] {
    font-family: 'Noto Sans KR', sans-serif;
    padding: 0 10px 6px;
}

input[type="password"]::placeholder {
    font-family: 'OTWelcome';
}


.input_bold {
    border: 2px solid #3363bd;
}

.input_xsw {
    width: 95px;
}

.input_sw {
    width: calc( 100% - 230px );
}

.input_mw {
    width: calc( 100% - 108px );
}

.input_board {
    width: calc( 100% - 130px );
}

.input_unusual {
    width: calc( 100% - 60px );
}

.input_gray {
    border: 1px solid #e5e5e5;
}

.gray_box {
    margin: 0 auto;
    padding: 20px 20px;
    width: 530px;
    height: 245px;
    border: 1px solid #e5e5e5;

    font-size: 21px;
    font-weight: 400;
    line-height: 1.5rem;
    color: #666565;
}

.text_box {
    width: 100%;
    height: 100px;
    border: 1px solid #727272;

    overflow: auto;
}

.a_btn {
    padding-top: 8px;
    margin: 0 6px;
    width: 200px;
}

.a_btn_S {
    padding-top: 8px;
    margin: 0 6px;
    width: 150px;
}

.a_btn_L {
    padding-top: 8px;
    margin: 0 6px;
    width: 400px;
}

.a_btn01 {
    font-size: 24px;
    font-weight: 600;
    color: #3363bd !important;
    background: #fff;
    border: 2px solid #3363bd;
}

.a_btn02 {
    font-size: 24px;
    font-weight: 600;
    color: #fff !important;
    background: #3363bd;
    border: 0px;
}

.a_btn03 {
    font-size: 24px;
    font-weight: 600;
    color: #fff !important;
    background: #5737b8;
    border: 0px;
}

.a_btn04 {
    font-size: 24px;
    font-weight: 600;
    color: #fff !important;
    background: #727272;
    border: 0px;
}

.a_btn05 {
    font-size: 24px;
    font-weight: 600;
    color: #fff !important;
    background: #b7b7b7;
    border: 0px;
}

footer {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 5;
    transform: translate(-50%,-0);

    display: flex;
    justify-content: center;
    align-items: center;

    width: 640px;
    /* height: 75px; */
    height: 85px;
    background: #fff;
    border-top: 1px solid #bfbfbf;
}

footer .foot_menu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .foot_menu .menu_btn {
    /* display: inline-block; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.menu_btn p {
    margin-top: 7px;
}


.menu_top {
    padding: 18px 45px;
    border-bottom: 1px solid #d9d9d9;
}

.menu_top ul li a {
    display: block;
    position: relative;
}

.menu_popup {
    display: none;
    
    position: fixed;
    top: 0px;
    left: 50%;
    z-index: 3;
    transform: translate(-50%,-0);

    /* padding-bottom: 75px; */
    width: 640px;
    height: calc( 100% - 75px );
    background: #fff;

    overflow: auto;
}

.arrow_R {
    position: relative;
}

.arrow_R::before {
    content: '';
    position: absolute;
    top: 53%;
    right: -20px;
    transform: translate(-0,-50%);

    width: 9px;
    height: 17px;
    background: url('/images/sub/menu_con01.png') no-repeat;
    background-position: center;
    background-size: auto;
}

.menu_content ul li {
    /* padding: 37px 45px; */
    padding: 37px 45px 37px 103px;
    /* height: 80px; */
    height: 95px;
    font-size: 25px;
    font-weight: 600;
    color: #2b2b2b !important;

    border-bottom: 1px solid #d9d9d9;
}


.menu_content ul li:not(.anw) {
    display: flex;
    align-items: center;
}

.menu_content ul li.que {
    position: relative;
    cursor: pointer;
    display: flex;
}

.menu_content ul li.que::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 78px;
    transform: translate(-0,-50%);

    width: 16px;
    height: 16px;
    background: url('/images/sub/menu_con02.png') no-repeat;
    background-position: center;
    background-size: auto;
}

.menu_content ul li:first-child {
    border-top: 1px solid #d9d9d9;
}

.menu_content ul li a {
    display: flex;
    align-items: center;
    padding-top: 10px;
    height: 100%;
    /* width: 100%; */
    font-size: 25px;
    font-weight: 600;
    color: #2b2b2b !important;
}

.menu_content ul li.anw {
    padding: 0;
    height: auto;
    font-size: 22px;
    font-weight: 600;
    color: #2b2b2b !important;
}

.menu_content ul li.anw div {
    /* padding: 30px 45px; */
    padding: 30px 45px 30px 168px;
    height: 80px;
    font-size: 22px;
    font-weight: 600;
    color: #2b2b2b !important;

    /* border-bottom: 1px solid #d9d9d9; */
}

.menu_content ul li.anw div:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
}

.menu_content ul li.anw a {
    font-size: 23px;
    font-weight: 400;
    color: #2b2b2b !important;
}

.menu_content ul li.anw a div {
    padding: 0;
    border-bottom: 0px !important;
}


.anw {
display: none;
}

/* sub_05 */

.mint_box {
    /* padding: 17px 20px; */
    padding: 20px 20px;
    border: 2px solid #78fdf0;
    background: #fff;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.13);
}

.mint_box ul {
    width: 100%;
    display: flex;
    align-items: center;

    flex-wrap: wrap;
}

.mint_box ul li {
    padding-right: 60px;
    /* font-size: 20px; */
    font-size: 25px;
    font-weight: 600;
    line-height: 2rem;
    color: #2b2b2b;

    position: relative;
}

.mint_box ul li img {
    margin-right: 10px;
}

.mint_box ul li:not(:last-child)::before  {
    content: '';
    position: absolute;
    top: 53%;
    /* right: -35px; */
    right: 22px;
    transform: translate(-0,-50%);

    width: 15px;
    height: 15px;
    background: url('/images/sub/arrow_3d.png') no-repeat;
    background-position: center;
    background-size: auto;
}


.left_dot {
    padding-left: 20px;
    position: relative;
}

.left_dot::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0px;

    width: 8px;
    height: 8px;
    background: #2977a1;
    border-radius: 50%;
}

.c_megaphone {
    padding-left: 27px;
    position: relative;
}

.c_megaphone::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;

    width: 21px;
    height: 16px;
    background: url('/images/sub/c_megaphone.png') no-repeat;
    background-position: center;
    background-size: auto;
}

.agree_check_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.bdr_btm {
    border-bottom: 1px solid #2b2b2b;
    line-height: 2rem;
}

.bdr_btm_gray {
    border-bottom: 1px solid #666;
    line-height: 2rem;
}

.btm_full_line {
    position: relative;
}

.btm_full_line::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,-0);

    width: 640px;
    height: 1px;
    background: #d9d9d9;
}

.left_num {
    padding-top: 15px;
    width: 50px;
    height: 50px;
    background: #c1d0eb;
}

.sign {
    border: 2px solid #434343;
}

.vouchers {
    border: 1px solid #707070;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.65);
}

.vouchers_arrow {
    position: relative;
}

.vou_arrow_left {
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translate(-0,-50%);
    background: rgba(0,0,0,0);
}

.vou_arrow_right {
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translate(-0,-50%);
    background: rgba(0,0,0,0);
}

.table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.table tr th {
    height: 80px;
    background: #ededee;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.4rem;
    color: #666565;
}

.table tr:not(:last-child) th,
.table tr:not(:last-child) td {
    border-bottom: 1px solid #bababa;
}

.table tr td {
    height: 80px;
    font-size: 23px;
    font-weight: 500;
    line-height: 2rem;
    color: #2b2b2b;

    word-break: break-all;
}

.table_left tr th {
    padding-left: 20px !important;
    text-align: left !important;
}

.table_left tr.letter th {
    padding-left: 0px !important;
    text-align: center !important;
    line-height: 1.8rem;
}

.letter_sp {
    letter-spacing: 10px;
    padding-left: 11px !important;
}

.table_left tr td {
    padding-left: 25px;
    text-align: left;
}

.table_bdT01 {
    border-top: 1px solid #bababa;
}

.table_bdB01 {
    border-bottom: 1px solid #bababa;
}

.table_bdT02 {
    border-top: 2px solid #7d7d7d;
}

.table_bdB02 {
    border-bottom: 2px solid #7d7d7d;
}

.table_right_bd tr th:not(:last-child) ,
.table_right_bd tr td:not(:last-child)  {
    border-right: 1px solid #bababa;
}

.table_hei60 tr th {
    height: 60px;
}

.table_hei60 tr td {
    height: 60px;
}


.vertical_T {
    vertical-align: top;
    padding-top: 30px;
    padding-bottom: 30px;
}

.notice li {
    /* padding: 20px 45px; */
    padding: 20px 15px;
    border-bottom: 1px solid #bababa;
}

.notice li p {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 500;
    line-height: 2.4rem;
    color: #2b2b2b;

    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap;
}

.notice li small {
    font-size: 17px;
    font-weight: 400;
    color: #2b2b2b;
}
    
/* list_btn_wrap */

.list_btn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;

    position: relative;
}

.list_btn_wrap a {
    margin: 0 6px;
}

.list_btn_wrap a img {
  max-width: inherit;
}

.list_btn_wrap ul {
    margin: 0 36px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
}

.list_btn_wrap ul li {
    margin: 0px 6px;
    box-sizing: border-box;
}

.list_btn_wrap ul li a {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 29px;
    height: 29px;
    box-sizing: border-box;

    font-size: 20px;
    font-weight: 400;
    color: #2b2b2b;
}

.list_btn_wrap ul li.on a {
  /* font-weight: 600;
  color: #111; */
  
  
  background: #ededee;
  border-radius: 50%;
}

.list_btn_mT01 {
    margin-top: 40px;
}


.list_btn_wrap .write_btn {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(-0,-50%);

    display: flex;
    justify-content: center;
    align-items: center;

    margin: 0;
    width: 200px;
    height: 70px;
    background: #0f3f45;

    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

.list_btn_wrap .write_btn img {
    margin-right: 6px;
}


.r_w_arrow {
    position: relative;
}

.r_w_arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 29px;
    transform: translate(-0,-50%);

    width: 17px;
    height: 40px;
    background: url('/images/sub/right_white_arrow.png') no-repeat;
    background-position: center;
    background-size: auto;
}

.sub5_icon01::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(-0,-50%);

    width: 31px;
    height: 46px;
    background: url('/images/sub/sub5_icon005.png') no-repeat;
    background-position: center;
    background-size: auto;
}

.sub5_icon02::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(-0,-50%);

    width: 31px;
    height: 46px;
    background: url('/images/sub/sub5_icon006.png') no-repeat;
    background-position: center;
    background-size: auto;
}

.sub5_icon03::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(-0,-50%);

    width: 31px;
    height: 46px;
    background: url('/images/sub/sub5_icon007.png') no-repeat;
    background-position: center;
    background-size: auto;
}

.sub5_icon04::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(-0,-50%);

    width: 31px;
    height: 46px;
    background: url('/images/sub/sub5_icon008.png') no-repeat;
    background-position: center;
    background-size: auto;
}

.sub5_icon05::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(-0,-50%);

    width: 31px;
    height: 46px;
    background: url('/images/sub/sub5_icon009.png') no-repeat;
    background-position: center;
    background-size: auto;
}

.sub19_icon01::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(-0,-50%);

    width: 35px;
    height: 33px;
    background: url('/images/sub/sub19_icon001.png') no-repeat;
    background-position: center;
    background-size: auto;
}

.sub19_icon02::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(-0,-50%);

    width: 35px;
    height: 33px;
    background: url('/images/sub/sub19_icon002.png') no-repeat;
    background-position: center;
    background-size: auto;
}

.sub19_icon03::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(-0,-50%);

    width: 35px;
    height: 33px;
    background: url('/images/sub/sub19_icon003.png') no-repeat;
    background-position: center;
    background-size: auto;
}

.sub23_icon01::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(-0,-50%);

    width: 32px;
    height: 40px;
    background: url('/images/sub/sub23_icon001.png') no-repeat;
    background-position: center;
    background-size: auto;
}

.sub23_icon02::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(-0,-50%);

    width: 32px;
    height: 40px;
    background: url('/images/sub/sub23_icon002.png') no-repeat;
    background-position: center;
    background-size: auto;
}


.view_title {

}
.view_title h3 {
    margin: 0 0 0 0;

    font-size: 20px;
    font-weight: 500;
    line-height: 1.5rem;
    color: #2b2b2b;
}

.view_cont {
    padding: 15px 15px 15px;
    min-height: 350px;

    font-size: 18px;
    font-weight: 400;
    line-height: 1.5rem;
    color: #a0a0a0;
}

.view_cont p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5rem;
    color: #a0a0a0;
}

.view_cont img {
    max-width: 100%;
    width: auto;
    margin-bottom: 30px;
}

.view_file {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.view_file p {
    font-size: 16px;
    font-weight: 400;
    color: #2b2b2b;
}

.view_file div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.view_bottom_btn {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.view_bottom_btn a {
    display: flex;
    justify-content: center;
    align-items: center;

    margin: 0 5px;
    width: 160px;
    height: 54px;
    background: #1c6db1;

    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

.que_wrap {
}

.que_wrap section {
  margin-bottom: 30px;
   background: #d6e0f2;
   border-radius: 10px;
}

.question {
    /* padding: 14px 45px 14px 55px; */
    padding: 19px 45px 10px 55px;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.5rem;
    color: #3e3e3e;

    position: relative;
}

.question::before {
    content: 'Q';
    position: absolute;
    top: 17px;
    left: 18px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5rem;
    color: #3363bd;
}

.question::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 22px;

    width: 17px;
    height: 10px;
    background: url('/images/sub/faq_arrow.png') no-repeat;
    background-position: center;
    background-size: auto;
    transform: rotate(0deg);
    transition: 0.3s;
}

.question.on::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 22px;

    width: 17px;
    height: 10px;
    background: url('/images/sub/faq_arrow.png') no-repeat;
    background-position: center;
    background-size: auto;
    transform: rotate(180deg);
}

.answer {
    display:none;

    padding: 14px 45px 14px 55px;
    background: #fff;
    box-shadow: 2px 2px 2px 0px rgba(161,159,159,0.24);
    border-radius: 10px;

    font-size: 20px;
    font-weight: 500;
    line-height: 1.5rem;
    color: #3e3e3e;

    position: relative;
}

.answer::before {
    content: 'A';
    position: absolute;
    top: 12px;
    left: 18px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5rem;
    color: #000000;
}

.faq_top {
    padding: 12px 0;
    background: #ededee;
    position: relative;
}

.faq_top button {
    position: absolute;
    top: 50%;
    transform: translate(-0,-50%);
    display: flex;
    align-items: center;
    background: rgba(0,0,0,0);
}

.faq_btn_L {
    left: 18px;
}

.faq_btn_R {
    right: 18px;
}


.faq_ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.faq_ul li {
    width: 120px;
    height: 45px;
    border-radius: 50px;
    background: #fff;
}

.faq_ul li:not(:last-child) {
    margin-right: 24px;
}

.faq_ul li.on {
    background: #3363bd;
}

.faq_ul li a {
    display: flex;
    justify-content: center;
    align-items: center;

    padding-top: 10px;
    width: 100%;
    height: 100%;

    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.faq_ul li.on a {
    color: #fff;
}

.center_bar {
    position: relative;
}

.center_bar::before {
    content: '';
    position: absolute;
    top: 33%;
    left: 200px;
    transform: translate(-0,-50%);

    width: 1px;
    height: 20px;
    background: #646464;
}

.mybox_top {
    padding: 30px;
    background: #f1f6ff;
    border-radius: 20px;

    position: relative;
}

.mybox_top::before {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 20px;

    width: 92px;
    height: 110px;
    background: url('/images/sub/mybox_top.png') no-repeat;
    background-size: contain;
    background-position: center;
}

.mybox_wrap {
    padding: 0 30px;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
  }
  
  .mybox_wrap h3 {
    padding: 25px 0 20px 60px;

    position: relative;
  }

  .mybox_wrap h3 img {
      padding: 3px 0;
  }

  .mybox_wrap h3.on img {
      transition: 0.3s;
  }

  .mybox_wrap h3.on img {
      transform: rotate(180deg);
  }

  .mb_h301::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(-0,-50%);

      width: 26px;
      height: 26px;
      background: url('/images/sub/mybox_wrap01.png') no-repeat;
      background-position: center;
      background-size: contain;
  }

  .mb_h302::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-0,-50%);

    width: 30px;
    height: 30px;
    background: url('/images/sub/mybox_wrap02.png') no-repeat;
    background-position: center;
    background-size: contain;
}
  
  .mybox_div {
    display:none;
    padding: 30px 0;
    border-top: 1px solid #d9d9d9;
  }

  .mb_div_list {
      display: flex;
      align-items: center;
      padding: 14px 10px 14px 80px;
      border: 1px solid #eeeeee;

      position: relative;
  }

  .mb_div_list:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
  }

  .mb_div_list:not(:last-child)::before {
      content: '';
      position: absolute;
      bottom: -7px;
      left: 50%;
      z-index: 1;
      transform: translate(-50%,-0) rotate(45deg);

      width: 10px;
      height: 10px;
      background: #fff;
      /* border: 1px solid #d9d9d9; */

      border: 1px solid transparent;
      border-image: linear-gradient(to bottom right, #fff 50%, #d9d9d9 50%);
      border-image-slice: 1;
  }

  .mb_div_list p {
      padding-top: 10px;
      padding-left: 20px;
      margin-left: 5px;
      font-size: 23px;
      font-weight: 400;
      color: #2b2b2b;

      position: relative;
  }

  .mb_div_list p::before {
    /* content: '';
    position: absolute;
    top: 50%;
    left: 0%;
    z-index: 1;
    transform: translate(-0%,-50%);

    width: 1px;
    height: 35px;
    background: #d9d9d9; */
}

.my_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.my_list a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;

    margin-bottom: 20px;
    padding: 30px 27px;
    width: 265px;
    height: 186px;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
}

.agree_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 65px;
    border-bottom: 2px solid #222;
}

.claim_box {
    padding: 15px 10px;
    background: #efefef;
}

.withdraw {
    padding: 20px 20px;
    background: #efefef;
}

.login_01,
.login_02 {
    padding-bottom: 25px;
    position: relative;
}

.login_01::before {
    content: '';
    position: absolute;
    top: 37%;
    left: 35px;
    transform: translate(-0,-50%);
    width: 25px;
    height: 30px;
    background: url('/images/main/login_01.png') no-repeat;
    background-position: center;
    background-size: contain;

    opacity: 0.75;
}

.login_02::before {
    content: '';
    position: absolute;
    top: 37%;
    left: 35px;
    transform: translate(-0,-50%);
    width: 25px;
    height: 30px;
    background: url('/images/main/login_02.png') no-repeat;
    background-position: center;
    background-size: contain;

    opacity: 0.75;
}

.login_html {
    /* background: #00397a; */
    position: relative;
}

.login_html::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-0);
    width: 640px;
    height: 100vh;
    z-index: -99;
    background: #00397a;
}

/* 자주쓰는 스타일 */
.container{width: 1200px;margin:0 auto;}
.relative{position: relative;}

.break {
    word-break: break-all;
}

.bB0{border-bottom: 0;}
.bR0{border-right: 0;}

.bdr5 {border-radius: 5px;}
.bdr10 {border-radius: 10px;}
.bdr15 {border-radius: 15px;}
.bdr20 {border-radius: 20px;}
.bdr30 {border-radius: 30px;}
.bdr50 {border-radius: 50px;}
.bdr50p {border-radius: 50%;}

.bB1_gray {
    border-bottom: 1px solid #d9d9d9;
}

.colFFF{color: #ffffff;}
.col2b{color: #2b2b2b;}
.col3e{color: #3e3e3e;}
.col3363{color: #3363bd;}
.colf13{color: #f13b59;}
.col222{color: #222;}
.col333{color: #333333;}
.col444{color: #444444;}
.col555{color: #555555;}
.col666{color: #666666;}
.col999{color: #999999;}
.colf53b{color: #f53b3b;}

.mar0 {
    margin: 0;
}

.mAuto {
    margin: 0 auto;
}

.mL5{margin-left: 5px;}
.mL10{margin-left: 5px;}
.mL20{margin-left: 20px;}
.mL30{margin-left: 30px;}
.mL100{margin-left: 100px;}

.mR10{margin-right: 10px;}
.mR15{margin-right: 15px;}
.mR20{margin-right: 20px;}
.mR30{margin-right: 30px;}
.mR35{margin-right: 35px;}
.mR40{margin-right: 40px;}
.mR50{margin-right: 50px;}
.mR100{margin-right: 100px;}

.mT5{margin-top: 5px;}
.mT10{margin-top: 10px;}
.mT15{margin-top: 15px;}
.mT20{margin-top: 20px;}
.mT25{margin-top: 25px;}
.mT30{margin-top: 30px;}
.mT40{margin-top: 40px;}
.mT45{margin-top: 45px;}
.mT50{margin-top: 50px;}
.mT55{margin-top: 55px;}
.mT60{margin-top: 60px;}
.mT70{margin-top: 70px;}
.mT80{margin-top: 80px;}
.mT90{margin-top: 90px;}
.mT100{margin-top: 100px;}
.mT140{margin-top: 140px;}
.mT170{margin-top: 170px;}

.mB10 {margin-bottom: 10px;}
.mB15 {margin-bottom: 15px;}
.mB20 {margin-bottom: 20px;}
.mB25 {margin-bottom: 25px;}
.mB50 {margin-bottom: 50px;}
.mB55 {margin-bottom: 55px;}
.mB65 {margin-bottom: 65px;}
.mB80 {margin-bottom: 80px;}
.mB90 {margin-bottom: 90px;}


.pT4 {padding-top: 4px;}
.pT5 {padding-top: 5px;}
.pT10 {padding-top: 10px;}
.pT15 {padding-top: 15px;}
.pT20 {padding-top: 20px;}
.pT25 {padding-top: 25px;}
.pT30 {padding-top: 30px;}
.pT40 {padding-top: 40px;}
.pT45 {padding-top: 45px;}
.pT50 {padding-top: 50px;}
.pT55 {padding-top: 55px;}
.pT60 {padding-top: 60px;}
.pT70 {padding-top: 70px;}
.pT80 {padding-top: 80px;}
.pT90 {padding-top: 90px;}
.pT250 {padding-top: 250px;}
.pT300 {padding-top: 300px;}
.pT330 {padding-top: 330px;}
.pT400 {padding-top: 400px;}
.pT470 {padding-top: 470px;}

.pB4 {padding-bottom: 4px;}
.pB5 {padding-bottom: 5px;}
.pB10 {padding-bottom: 10px;}
.pB15 {padding-bottom: 15px;}
.pB20 {padding-bottom: 20px;}
.pB25 {padding-bottom: 25px;}
.pB30 {padding-bottom: 30px;}
.pB40 {padding-bottom: 40px;}
.pB50 {padding-bottom: 50px;}
.pB55 {padding-bottom: 55px;}
.pB60 {padding-bottom: 60px;}
.pB80 {padding-bottom: 80px;}
.pB90 {padding-bottom: 90px;}
.pB250 {padding-bottom: 250px;}
.pB400 {padding-bottom: 400px;}

.pB100p {padding-bottom: 100%;}

.pL10 {padding-left: 10px;}
.pL20 {padding-left: 20px;}
.pL30 {padding-left: 30px;}
.pL40 {padding-left: 40px;}
.pL50 {padding-left: 50px;}

.pR10 {padding-right: 10px;}
.pR55 {padding-right: 55px;}
.pR70 {padding-right: 70px;}

.tac{text-align: center;}
.taL{text-align: left;}
.taR{text-align: right;}


.default_l {
    font-size: 29px;
    font-weight: 600;
}

.default {
    font-size: 26px;
    font-weight: 600;
}

.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs16{font-size: 16px;}
.fs17{font-size: 17px;}
.fs18{font-size: 18px;}
.fs19{font-size: 19px;}
.fs20{font-size: 20px;}
.fs22{font-size: 22px;}
.fs23{font-size: 23px;}
.fs24{font-size: 24px;}
.fs25{font-size: 25px !important;}
.fs26{font-size: 26px;}
.fs27{font-size: 27px;}
.fs29{font-size: 29px;}
.fs38{font-size: 38px;}

.fw600{font-weight: 600;}
.fw500{font-weight: 500;}
.fw400{font-weight: 400;}
.fw300{font-weight: 300;}


.line_H1 {
    line-height: 1.5rem;
}

.line_H2 {
    line-height: 2rem;
}

.line_H2h {
    line-height: 2.5rem;
}


/*  */

.ya_font {font-family: 'yg-jalnan';}

.pLR15 {padding-left: 15px; padding-right: 15px;}
.pLR45 {padding-left: 45px; padding-right: 45px;}

.wid30 {width: 30px;}
.wid35 {width: 35px;}
.wid50 {width: 50px;}
.wid65 {width: 65px;}
.wid80 {width: 80px;}
.wid85 {width: 85px;}
.wid100 {width: 100px;}
.wid120 {width: 120px;}
.wid130 {width: 130px;}
.wid137 {width: 137px;}
.wid140 {width: 140px;}
.wid165 {width: 165px;}
.wid185 {width: 185px;}
.wid200 {width: 200px;}
.wid245 {width: 245px;}
.wid250 {width: 250px;}
.wid300 {width: 300px;}
.wid330 {width: 330px;}
.wid350 {width: 350px;}
.wid360 {width: 360px;}
.wid380 {width: 380px;}
.wid400 {width: 400px;}
.wid450 {width: 450px;}
.wid460 {width: 460px;}
.wid500 {width: 500px;}
.wid515 {width: 515px;}
.wid530 {width: 530px;}
.wid600 {width: 600px;}

.wid100p {width: 100%;}

.btn_h30 {height: 30px;}
.btn_h40 {height: 40px;}
.btn_h50 {height: 50px;}
.btn_h60 {height: 60px;}
.btn_h65 {height: 65px;}
.btn_h70 {height: 70px;}
.btn_h80 {height: 80px;}
.btn_h135 {height: 135px;}
.btn_h185 {height: 185px;}
.btn_h240 {height: 240px;}
.btn_h570 {height: 570px;}

.bgcol72 {background: #727272;}
.bgcol3363 {background: #3363bd;}
.bgcolFFF {background: #ffffff;}
.bgcolc1d0 {background: #c1d0eb;}
.bgcold6e0 {background: #d6e0f2;}
.bgcolf9f9 {background: #f9f9f9;}

.block {
    display: block;
}

.flex {display: flex;}

.flex_wrap {
    flex-wrap: wrap;
}

.flex_cen {
    display: flex;
    justify-content: center;
}

.flex_cen_all {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_sb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flex_alc {
    display: flex;
    align-items: center;
}

.flex_als {
    display: flex;
    align-items: flex-start;
}

.button {
    padding-top: 10px;
    font-size: 23px;
    font-weight: 500;
    width: 113px;
}

.input[disabled], .input[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

.HPhoneInput{display: none;}
.button_view {    
    font-size: 18px;
    font-weight: 500;
    /* padding: 10px 20px; */
    
    padding: 15px 20px 5px;
    background-color: #3363bd;
    border-radius: 50px;
    color: #fff;    
}

.pointer { cursor: pointer; }
.hidden{display: none;}