﻿@charset "utf-8";
/* CSS Document */


/* CSS Information ----------------------------------------

Site Name : 한솔이랑
Part :
Last edit : 2024.04
Author : Gautech

관련폰트 :
font-family: 'Noto Sans KR', sans-serif; (100,300,400,500,700,900)
font-family: 'NanumSquareRound', sans-serif; (300,400,700,800)
font-family: 'OmniGothic', sans-serif; (400)
font-family: 'Roboto', sans-serif; (100,300,400,500,700,900)
font-family: 'Noto Serif KR', serif; (100,300,400,500,700,900)
font-family: 'GmarketSans', sans-serif; (300,500,700)
font-family: 'GyeonggiBatang', serif;

--------------------------------------------------------- */




/* 브라우저 초기화 -------------------------------------- */

html {}
* { margin:0; padding:0; box-sizing:border-box;}
body { font-family: 'NanumSquareRound', sans-serif; font-weight: 400; letter-spacing:-0.02em; font-size:13px; line-height:1.5; color:#444; word-break: keep-all; background-color:#FFF;}
ul, ol, li { list-style:none;}
p, span, li, a, h1, h2, h3, h4, h5, h6 { transform: skew(-0.001deg);}/* 익스 웹폰트 깨짐 방지 */
img, a { vertical-align:top; border:0; background-color: transparent; color:inherit; font-size: inherit; font-weight: inherit; font-family: inherit; width:auto; height:auto;}
img { width:100%; height:auto;}
button, input, select, textarea { vertical-align:top; border:1px solid #CCC; background-color: transparent; color:inherit; font-size: inherit; font-weight: inherit; font-family: inherit;}
input { display:inline-block; height:40px; width:auto; font-size:16px; padding:0 10px 0 10px; vertical-align: middle; border:1px solid #ddd; border-radius:3px;}
select { display:inline-block; height:40px; width:auto; font-size:16px; padding:0 36px 0 10px; vertical-align: middle; border:1px solid #ddd; border-radius:3px; background: url(/images/icon/ar_box2.png) no-repeat 100% 50%; border-radius: 0px; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
select::-ms-expand { display: none;}
textarea { padding:10px ;font-size:16px; display:inline-block; vertical-align: middle; border:1px solid #ddd; border-radius:3px;}
a { text-decoration:none; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; text-decoration: none;}
a:hover { text-decoration:none;}
a:focus, a:hover { color:#0C0;}
address { font-style:normal;}
caption { display:none;}
input::-webkit-input-placeholder { color:#999;}
input::-moz-placeholder { color:#999;}
input::-ms-input-placeholder { color:#999;}
input[type="checkbox"] { display: none;}
input[type="checkbox"] + label { display:inline-block; vertical-align:middle; width: 16px; height: 16px; border:1px solid #ddd; position: relative; margin-right:5px;}
input[id="check1"]:checked + label::after,
input[id="check2"]:checked + label::after  { content:'✔'; font-size: 12px; width: 16px; height: 16px; text-align: center; position: absolute; left: 0; top:0;}





/* 전체 공통 -------------------------------------- */

#skip a { position:absolute; top:-9999px; left:0; width:100%; height:0px; overflow:hidden; background-color: #027bc4; font-size: 16px; font-weight: 500; color: #fff; text-align: center; line-height: 32px; z-index: 900;}
#skip a:focus { top: 0; height: 36px;}
.none_title { display:none;}

.quick_right { position:fixed; top:0; right:0; width:100px; height:100vh; background-color:#233050; z-index:400; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s;}
.quick_right>p { display:block;}
.quick_right>a { display:block;}
.quick_right2 { top:90px; height:calc(100vh - 90px);}

.board_wrap { width:100%; margin:0 auto; font-size:13px; text-align:left; padding:0 3%;}
.board_notice { margin:0 0 40px 0; background-image:url(/mobile/images/icon/ar_right.png); background-repeat:no-repeat; background-position:0% 6px; padding-left:10px;}
.board_wrap:after { display:block; content:""; clear:both;}

.table_over { width: 100%; margin: 0 auto; overflow-x: auto; }
.table_notice { display:none; margin-bottom:10px; font-size:11px;}
.content_table { margin:0 auto; padding:0; width:99.8%; background-color:#FFF; border-top:2px solid #bebebe; border-collapse:collapse;}
.content_table th { font-size:18px; font-weight:400; background-color:#c2c2c2;}
.content_table td { font-size:16px; color:#777; background-color:#f2f2f2;}
.content_table th, .content_table td { text-align:center; line-height:20px; padding:20px; border-left:1px solid #fff; border-bottom:1px solid #fff;}
.content_table tr th:first-child, .content_table tr td:first-child { border-left: none;}
.content_table tr th:last-child, .content_table tr td:last-child { }
.content_table th.bg_01, .content_table td.bg_01 { background-color:#a61c20; color:#fff;}
.content_table th.bg_02, .content_table td.bg_02 { background-color:#33231e; color:#fff;}
.content_table th.bg_03, .content_table td.bg_03 { background-color:#F9F9F9;}
.content_table th.bg_left, .content_table td.bg_left { text-align:left;}


.content_table1 { margin:0 auto; padding:0; width:99.8%; background-color:#FFF; border-collapse:collapse;}
.content_table1 th { font-size:16px; font-weight:400; border-bottom:1px solid #999;}
.content_table1 td { font-size:14px; color:#777; border:2px solid #FFF; border-radius:10px; height:50px;}
.content_table1 th, .content_table1 td { text-align:center; line-height:20px;}
.content_table1 tr th:first-child, .content_table1 tr td:first-child { border-left: none;}
.content_table1 tr th:last-child, .content_table1 tr td:last-child { }
.content_table1 th.bg_01, .content_table1 td.bg_01 { background-color:#bcaa94; color:#fff;}
.content_table1 th.bg_02, .content_table1 td.bg_02 { background-color:#999; color:#fff;}
.content_table1 th.bg_03, .content_table1 td.bg_03 { background-color:#be342d; color:#fff;}
.content_table1 th.bg_04, .content_table1 td.bg_04 { background-color:#f5f5f5; padding:11px;}
.content_table1 th.bg_left, .content_table1 td.bg_left { text-align:left;}
.content_table1 td a { display:inline-block; width:100%; height:auto; padding:15px;}
.content_table1 td span { display:inline-block; width:100%; height:100%; padding:15px;}




.big_view { display: none; position: absolute; top: 0; right: 0; background-image: url(/mobile/images/icon/view.png); width: 60px; height: 60px;}


/* 버튼 */

.btn_brown { background-color:#976c00;}
.btn_blue { background-color:#008cd6;}
.btn_orange { background-color:#ec7d20;}
.btn_green { background-color:#33ab24;}
.btn_gray {	background-color:#444;}
.btn_lightgray { background-color:#848484;}
.btn_pink { background-color:#d8507c;}
.btn_purple { background-color:#801992;}
.btn_white_green { background-color:#fff; border:1px solid #33ab24; color:#33ab24 !important; line-height:38px !important;}
.btn_kakao { display:inline-block; line-height:50px; margin:0 2px 0 2px;}

.btn_basic { display:inline-block; background-color:#FFF; border:1px solid #CCC; padding:6px 40px 6px 20px; background-image:url(/mobile/images/icon/ar_right.png); background-position:90% 50%; background-repeat:no-repeat; line-height:normal; font-size:13px; vertical-align:middle; margin-left:10px; margin-bottom:10px;}
.btn_basic2 { display:inline-block; background-color:rgba(255,255,255,0.1); padding:6px 40px 6px 20px; background-image:url(/mobile/images/icon/ar_right_w.png); background-position:90% 50%; background-repeat:no-repeat; line-height:normal; font-size:13px; color:#FFF; vertical-align:middle; margin-left:10px; margin-bottom:10px;}
.btn_main { display:inline-block; color:#FFF; padding:10px 30px 10px 30px; text-align:center; min-width:200px; line-height:normal; font-size:18px; vertical-align:middle; margin:0 5px 10px 5px; font-weight:400; background-color:rgba(15,73,4,0.7);}
.btn_main:hover { color:#FFF;}



/* 폰트 지정 */

.font_black { color:#1c1c1c;}
.font_yellow { color:#fcd429;}
.font_gray { color:#676767;}
.font_lightgray { color:#848484;}
.font_blue { color:#2E3163;}
.font_red { color:#a12249;}
.font_green { color:#33ab24;}
.font_pink { color:#d8507c;}
.font_orange { color:#F60;}
.font_hotorange { color:#ff4500;}
.font_white { color:#FFF;}
.font_brown { color:#cf6c00;}
.font_purple { color:#801992;}

.uline { text-decoration:underline;}
