@charset "utf-8";

/****************************** RESET ******************************/

* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

:focus:not(:focus-visible) {
    outline: 0;
}

::before,
::after {
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
}

:-moz-placeholder {
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

::-moz-placeholder {
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

:-ms-input-placeholder {
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
}

body {
    /*font: 400 13px 'S-CoreDream-3Light', sans-serif;*/
    font: 400 13px 'Noto Sans KR', sans-serif;
    word-break: keep-all;
    -webkit-overflow-scrolling: touch;
    letter-spacing: -0.025rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    line-height: 100%;
}

i,
em,
address {
    font-style: normal;
}

input,
select,
textarea,
button,
label {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: middle;
    border-radius: 0;
    box-shadow: 0;
    letter-spacing: -0.025rem;
}

input{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

textarea {
    resize: none;
}

label {
    cursor: pointer;
}

fieldset,
img,
iframe {
    border: none;
}

img {
    vertical-align: top;
}

a {
    color: inherit;
    text-decoration: none;
    letter-spacing: -0.025rem;
}

a:hover,
a:active,
a:visited {
    text-decoration: none;
}

menu,
li {
    list-style: none;
}

button {
    font-family: inherit;
    cursor: pointer;
    vertical-align: middle;
    background: none;
}

caption {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}

hr {
    display: none;
}

table {
    width: 100%;
    border-spacing: 0;
}

th,
td {
    font-weight: normal;
    text-align: left;
}

mark {
    background: none;
}

canvas {
    display: block;
    width: 100%;
    height: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


body {
    width: 100%;
    overflow-x: hidden;
}

.container {
    position: relative;
    width: 100%;
}

.wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.inner_header {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.inner {
    display: block;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.hide {
    display: none !important;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.cb {
    clear: both !important;
}

.tl {
    text-align: left !important
}

.tr {
    text-align: right !important
}

.tc {
    text-align: center !important
}

.tof {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.tof2 {
    white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.5; 
}

.tof3 {
    white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.5; 
}

table td.tof{
    display: table-cell;
}

.after::after {
    content: "";
    display: block;
    clear: both;
}

.mo {
    display: none;
}

.blind {
    font-size: 0;
    position: absolute;
    top: -999999px;
}

/* SELECT */
.select {
    position: relative;
    display: inline-block;
    overflow: visible;
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
    transition: all 0.2s ease;
    line-height: 30px;
    color: #646464;
}

select {
    -webkit-appearance: none;
    /* for chrome */
    -moz-appearance: none;
    /*for firefox*/
    appearance: none;
}

select::-ms-expand {
    display: none;
    /*for IE10,11*/
}

select {
    background: #fff url(../img/ic_search_down.png) no-repeat right+10px center;
}



/* TAB */
.tab {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    border: 1px solid #050606;
}

.tab li {
    position: relative;
    display: inline-block;
    overflow: visible;
    height: 40px;
    line-height: 0px;
    font-size: 0;
    background-color: #ffffff;
    text-align: center;
    border-right: 1px solid #050606;
    color: #646464;
}

.tab li:last-child {
    border-right: unset;
}

.tab li:hover {
    cursor: pointer;
}

.tab li.on {
    background: #646464;
    color: #fff;
}

.tab li.on:hover{
    background: #646464;
    color: #fff;
}

.tab li:hover {
    background: #d1d1d1;
    color: #646464;
}

.tab li:hover button {
    font-weight: normal;
    font-size: 18px;
    color: #646464;
}

.tab li button{
    font-weight: normal;
    font-size: 18px;
}

.tab li.on button {
    font-weight: normal;
    color: #fff;
    font-size: 18px;
}

.tab2 {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    border: 1px solid #050606;
}

.tab2 li {
    position: relative;
    display: inline-block;
    overflow: visible;
    height: 40px;
    line-height: 0px;
    font-size: 0;
    background-color: #ffffff;
    text-align: center;
    border-right: 1px solid #050606;
    color: #646464;
}

.tab2 li:last-child {
    border-right: unset;
}

.tab2 li:hover {
    cursor: pointer;
}

.tab2 li.on {
    background: #646464;
    color: #fff;
}

.tab2 li.on:hover{
    background: #646464;
    color: #fff;
}

.tab2 li:hover {
    background: #d1d1d1;
    color: #646464;
}

.tab2 li:hover button {
    font-weight: normal;
    font-size: 18px;
    color: #646464;
}

.tab2 li button{
    font-weight: normal;
    font-size: 18px;
}

.tab2 li.on button {
    font-weight: normal;
    color: #fff;
    font-size: 18px;
}

.tabCon {
    display: none;
}

.tabCon.view1 {
    display: block;
}

.tabCon2 {
    display: none;
}

.tabCon2.view1 {
    display: block;
}

.tabCon3 {
    display: none;
}

.tabCon3.view1 {
    display: block;
}


.tab.full { display: flex; width: 100%; }
.tab.full li { flex: 1; min-width: auto !important; }


/* radio */

[type="radio"]{
    vertical-align: middle;
}

[type="radio"] {
    appearance: none;
    border: 1px solid #b4b4b4;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background: #fff;
}

[type="radio"]:checked {
    background: url(../img/ic_radio.png) center/cover no-repeat;
    border: unset;
}

[type="radio"]:focus-visible {
    outline-offset: max(2px, 0.1em);
    outline: max(2px, 0.1em) dotted tomato;
}

[type="radio"]:hover {
    cursor: pointer;
}

[type="radio"]:hover+span {
    cursor: pointer;
}

[type="radio"]:disabled {
    background-color: lightgray;
    box-shadow: none;
    opacity: 0.7;
    cursor: not-allowed;
}

[type="radio"]:disabled+span {
    opacity: 0.7;
    cursor: not-allowed;
}


/* checkbox */


[type="checkbox"] {
    appearance: none;
    border: 1px solid #b4b4b4;
    width: 20px;
    height: 20px;
    background: #fff;
}

[type="checkbox"]:checked {
    background: url(../img/ic_check.png) center/cover no-repeat;
    border: unset;
}

[type="checkbox"]:hover {
    cursor: pointer;
}

.check_box ~ .check_box  {
    margin-left: 20px;
}

.check_box label{
    font-size: 16px;
    color: #323232;
    font-weight: bold;
    padding-left: 5px;
}




/* 마진 */

.mt10{
    margin-top: 10px !important;
}

.mt20{
    margin-top: 20px;
}

.mt40{
    margin-top: 40px;
}



.mb20{
    margin-bottom: 20px;
}

.mb0{
    margin-bottom: 0px !important;
}

.mb90{
    margin-bottom: 90px;
}

.mb200{
    margin-bottom: 200px !important;
}

.mr10{
    margin-right: 10px;
}

.pl10{
    padding-left: 10px;
}

.pt0{
    padding-top: 0 !important;
}

.mt0{
    margin-top: 0 !important;
}


.bt_top{
    width: 55px;
    height: 55px;
    background: url(../img/bt_top.png) no-repeat;
    position: fixed;
    right: 20px;
    bottom:70px;
    transform: translateY(-50%);
    border:1px solid #fff;
    z-index: 999;
}

input::-ms-reveal,
input::-ms-clear {
    display : none;
}

#content img, #answer img{
    max-width: 100% !important;
    height: auto !important;
}